Class NetAppAccountPatch

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

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

    • NetAppAccountPatch

      public NetAppAccountPatch()
  • Method Details

    • withLocation

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

      public NetAppAccountPatch 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 NetAppAccountPatch withActiveDirectories(List<ActiveDirectory> activeDirectories)
      Set the activeDirectories property: Active Directories.
      Parameters:
      activeDirectories - the activeDirectories value to set.
      Returns:
      the NetAppAccountPatch object itself.
    • encryption

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

      public NetAppAccountPatch withEncryption(AccountEncryption encryption)
      Set the encryption property: Encryption settings.
      Parameters:
      encryption - the encryption value to set.
      Returns:
      the NetAppAccountPatch 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.