Package version:

Interface NetAppAccount

NetApp account resource

interface NetAppAccount {
    activeDirectories?: ActiveDirectory[];
    disableShowmount?: boolean;
    encryption?: AccountEncryption;
    etag?: string;
    id?: string;
    identity?: ManagedServiceIdentity;
    location: string;
    multiAdStatus?: string;
    name?: string;
    nfsV4IDDomain?: string;
    provisioningState?: string;
    systemData?: SystemData;
    tags?: {
        [propertyName: string]: string;
    };
    type?: string;
}

Hierarchy (view full)

Properties

activeDirectories?: ActiveDirectory[]

Active Directories

disableShowmount?: boolean

Shows the status of disableShowmount for all volumes under the subscription, null equals false NOTE: This property will not be serialized. It can only be populated by the server.

encryption?: AccountEncryption

Encryption settings

etag?: string

A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" NOTE: This property will not be serialized. It can only be populated by the server.

The identity used for the resource.

location: string

The geo-location where the resource lives

multiAdStatus?: string

MultiAD Status for the account NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

nfsV4IDDomain?: string

Domain for NFSv4 user ID mapping. This property will be set for all NetApp accounts in the subscription and region and only affect non ldap NFSv4 volumes.

provisioningState?: string

Azure lifecycle management NOTE: This property will not be serialized. It can only be populated by the server.

systemData?: SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.

tags?: {
    [propertyName: string]: string;
}

Resource tags.

type?: string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.