Class NetAppAccountInner


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

      • NetAppAccountInner

        public NetAppAccountInner()
    • Method Detail

      • etag

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

        public com.azure.core.management.SystemData systemData()
        Get the systemData property: The system meta data relating to this resource.
        Returns:
        the systemData value.
      • withLocation

        public NetAppAccountInner withLocation​(String location)
        Overrides:
        withLocation 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.
      • validate

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