Interface NetAppAccount


public interface NetAppAccount
An immutable client-side representation of NetAppAccount.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • location

      String location()
      Gets the location property: The geo-location where the resource lives.
      Returns:
      the location value.
    • tags

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

      String etag()
      Gets the etag property: A unique read-only string that changes whenever the resource is updated.
      Returns:
      the etag value.
    • identity

      Identity identity()
      Gets the identity property: The identity of the resource.
      Returns:
      the identity value.
    • provisioningState

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

      List<ActiveDirectory> activeDirectories()
      Gets the activeDirectories property: Active Directories.
      Returns:
      the activeDirectories value.
    • encryption

      AccountEncryption encryption()
      Gets the encryption property: Encryption settings.
      Returns:
      the encryption value.
    • disableShowmount

      Boolean disableShowmount()
      Gets the disableShowmount property: Shows the status of disableShowmount for all volumes under the subscription, null equals false.
      Returns:
      the disableShowmount 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.
    • resourceGroupName

      String resourceGroupName()
      Gets the name of the resource group.
      Returns:
      the name of the resource group.
    • innerModel

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

      Begins update for the NetAppAccount resource.
      Returns:
      the stage of resource update.
    • refresh

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

      NetAppAccount 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.
    • renewCredentials

      void renewCredentials()
      Renew identity credentials

      Renew identity credentials that are used to authenticate to key vault, for customer-managed key encryption. If encryption.identity.principalId does not match identity.principalId, running this operation will fix it.

      Throws:
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • renewCredentials

      void renewCredentials(com.azure.core.util.Context context)
      Renew identity credentials

      Renew identity credentials that are used to authenticate to key vault, for customer-managed key encryption. If encryption.identity.principalId does not match identity.principalId, running this operation will fix it.

      Parameters:
      context - The context to associate with this operation.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.