Interface AzureResourceMetadata


public interface AzureResourceMetadata
Metadata defining an Azure resource.
  • Method Details

    • getResourceGroup

      String getResourceGroup()
      Get the resource group of this resource.
      Returns:
      The resource group.
    • getResourceId

      String getResourceId()
      Get the resource id of this resource.
      Returns:
      The resource id.
    • getRegion

      String getRegion()
      Get the region of this resource.
      Returns:
      The region.