Package version:

Interface NetAppAccountPatch

NetApp account patch resource

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

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

id?: string

Resource Id NOTE: This property will not be serialized. It can only be populated by the server.

The identity used for the resource.

location?: string

Resource location

multiAdStatus?: string

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

name?: string

Resource name 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.

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

Resource tags

type?: string

Resource type NOTE: This property will not be serialized. It can only be populated by the server.