Interface VolumeGroupDetails


  • public interface VolumeGroupDetails
    An immutable client-side representation of VolumeGroupDetails.
    • Method Detail

      • location

        String location()
        Gets the location property: Resource location.
        Returns:
        the location value.
      • id

        String id()
        Gets the id property: Resource Id.
        Returns:
        the id value.
      • name

        String name()
        Gets the name property: Resource name.
        Returns:
        the name value.
      • type

        String type()
        Gets the type property: Resource type.
        Returns:
        the type value.
      • tags

        Map<String,​String> tags()
        Gets the tags property: Resource tags.
        Returns:
        the tags value.
      • provisioningState

        String provisioningState()
        Gets the provisioningState property: Azure lifecycle management.
        Returns:
        the provisioningState value.
      • groupMetadata

        VolumeGroupMetadata groupMetadata()
        Gets the groupMetadata property: Volume group details.
        Returns:
        the groupMetadata value.
      • region

        com.azure.core.management.Region region()
        Gets the region of the resource.
        Returns:
        the region of the resource.
      • regionName

        String regionName()
        Gets the name of the resource region.
        Returns:
        the name of the resource region.
      • innerModel

        VolumeGroupDetailsInner innerModel()
        Gets the inner com.azure.resourcemanager.netapp.fluent.models.VolumeGroupDetailsInner object.
        Returns:
        the inner object.
      • refresh

        VolumeGroupDetails refresh()
        Refreshes the resource to sync with Azure.
        Returns:
        the refreshed resource.
      • refresh

        VolumeGroupDetails refresh​(com.azure.core.util.Context context)
        Refreshes the resource to sync with Azure.
        Parameters:
        context - The context to associate with this operation.
        Returns:
        the refreshed resource.