Class NetAppAccountInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.netapp.fluent.models.NetAppAccountInner

public final class NetAppAccountInner extends com.azure.core.management.Resource
NetApp account resource.
  • Constructor Details

    • NetAppAccountInner

      public NetAppAccountInner()
  • Method Details

    • etag

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

      public Identity identity()
      Get the identity property: The identity of the resource.
      Returns:
      the identity value.
    • withIdentity

      public NetAppAccountInner withIdentity(Identity identity)
      Set the identity property: The identity of the resource.
      Parameters:
      identity - the identity value to set.
      Returns:
      the NetAppAccountInner object itself.
    • withLocation

      public NetAppAccountInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      public NetAppAccountInner withTags(Map<String,String> tags)
      Overrides:
      withTags in class com.azure.core.management.Resource
    • provisioningState

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

      public List<ActiveDirectory> activeDirectories()
      Get the activeDirectories property: Active Directories.
      Returns:
      the activeDirectories value.
    • withActiveDirectories

      public NetAppAccountInner withActiveDirectories(List<ActiveDirectory> activeDirectories)
      Set the activeDirectories property: Active Directories.
      Parameters:
      activeDirectories - the activeDirectories value to set.
      Returns:
      the NetAppAccountInner object itself.
    • encryption

      public AccountEncryption encryption()
      Get the encryption property: Encryption settings.
      Returns:
      the encryption value.
    • withEncryption

      public NetAppAccountInner withEncryption(AccountEncryption encryption)
      Set the encryption property: Encryption settings.
      Parameters:
      encryption - the encryption value to set.
      Returns:
      the NetAppAccountInner object itself.
    • disableShowmount

      public Boolean disableShowmount()
      Get the disableShowmount property: Shows the status of disableShowmount for all volumes under the subscription, null equals false.
      Returns:
      the disableShowmount value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.