ResourceGraphQueryBuilder🔗Constructor🔗new ResourceGraphQueryBuilder() Methods🔗 build🔗Builds the object.public ResourceGraphQuery build() query🔗Azure Resource Graph KQL query to be executed.public ResourceGraphQueryBuilder query(String query) resultFormat🔗Specifies the format results should be returned as. Defaults to table.public ResourceGraphQueryBuilder resultFormat(String resultFormat) See also🔗 ResourceGraphQuery