Condividi tramite


AccountProperties Constructors

Definition

Overloads

AccountProperties()

Initializes a new instance of the AccountProperties class.

AccountProperties(String, IList<ActiveDirectory>, AccountEncryption, Nullable<Boolean>)

Initializes a new instance of the AccountProperties class.

AccountProperties()

Initializes a new instance of the AccountProperties class.

public AccountProperties ();
Public Sub New ()

Applies to

AccountProperties(String, IList<ActiveDirectory>, AccountEncryption, Nullable<Boolean>)

Initializes a new instance of the AccountProperties class.

public AccountProperties (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.AccountProperties : string * System.Collections.Generic.IList<Microsoft.Azure.Management.NetApp.Models.ActiveDirectory> * Microsoft.Azure.Management.NetApp.Models.AccountEncryption * Nullable<bool> -> Microsoft.Azure.Management.NetApp.Models.AccountProperties
Public Sub New (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

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