Share via


NetAppAccount Constructors

Definition

Overloads

NetAppAccount()

Initializes a new instance of the NetAppAccount class.

NetAppAccount(String, String, String, String, SystemData, IDictionary<String, String>, String, ManagedServiceIdentity, String, IList<ActiveDirectory>, AccountEncryption, Nullable<Boolean>)

Initializes a new instance of the NetAppAccount class.

NetAppAccount()

Initializes a new instance of the NetAppAccount class.

public NetAppAccount ();
Public Sub New ()

Applies to

NetAppAccount(String, String, String, String, SystemData, IDictionary<String, String>, String, ManagedServiceIdentity, String, IList<ActiveDirectory>, AccountEncryption, Nullable<Boolean>)

Initializes a new instance of the NetAppAccount class.

public NetAppAccount (string location, string id = default, string name = default, string type = default, Microsoft.Azure.Management.NetApp.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, string etag = default, Microsoft.Azure.Management.NetApp.Models.ManagedServiceIdentity identity = default, string provisioningState = default, System.Collections.Generic.IList<Microsoft.Azure.Management.NetApp.Models.ActiveDirectory> activeDirectories = default, Microsoft.Azure.Management.NetApp.Models.AccountEncryption encryption = default, bool? disableShowmount = default);
new Microsoft.Azure.Management.NetApp.Models.NetAppAccount : string * string * string * string * Microsoft.Azure.Management.NetApp.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.Management.NetApp.Models.ManagedServiceIdentity * string * System.Collections.Generic.IList<Microsoft.Azure.Management.NetApp.Models.ActiveDirectory> * Microsoft.Azure.Management.NetApp.Models.AccountEncryption * Nullable<bool> -> Microsoft.Azure.Management.NetApp.Models.NetAppAccount
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional etag As String = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional provisioningState As String = Nothing, Optional activeDirectories As IList(Of ActiveDirectory) = Nothing, Optional encryption As AccountEncryption = Nothing, Optional disableShowmount As Nullable(Of Boolean) = Nothing)

Parameters

location
String

The geo-location where the resource lives

id
String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

name
String

The name of the resource

type
String

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

systemData
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

tags
IDictionary<String,String>

Resource tags.

etag
String

A unique read-only string that changes whenever the resource is updated.

identity
ManagedServiceIdentity

The identity used for the resource.

provisioningState
String

Azure lifecycle management

activeDirectories
IList<ActiveDirectory>

Active Directories

encryption
AccountEncryption

Encryption settings

disableShowmount
Nullable<Boolean>

Shows the status of disableShowmount for all volumes under the subscription, null equals false

Applies to