StorageAccountCredential Constructors

Definition

Overloads

StorageAccountCredential()

Initializes a new instance of the StorageAccountCredential class.

StorageAccountCredential(String, SslStatus, String, String, String, Nullable<Kind>, AsymmetricEncryptedSecret, Nullable<Int32>)

Initializes a new instance of the StorageAccountCredential class.

StorageAccountCredential()

Initializes a new instance of the StorageAccountCredential class.

public StorageAccountCredential ();
Public Sub New ()

Applies to

StorageAccountCredential(String, SslStatus, String, String, String, Nullable<Kind>, AsymmetricEncryptedSecret, Nullable<Int32>)

Initializes a new instance of the StorageAccountCredential class.

public StorageAccountCredential (string endPoint, Microsoft.Azure.Management.StorSimple8000Series.Models.SslStatus sslStatus, string id = default, string name = default, string type = default, Microsoft.Azure.Management.StorSimple8000Series.Models.Kind? kind = default, Microsoft.Azure.Management.StorSimple8000Series.Models.AsymmetricEncryptedSecret accessKey = default, int? volumesCount = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.StorageAccountCredential : string * Microsoft.Azure.Management.StorSimple8000Series.Models.SslStatus * string * string * string * Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.Kind> * Microsoft.Azure.Management.StorSimple8000Series.Models.AsymmetricEncryptedSecret * Nullable<int> -> Microsoft.Azure.Management.StorSimple8000Series.Models.StorageAccountCredential
Public Sub New (endPoint As String, sslStatus As SslStatus, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As Nullable(Of Kind) = Nothing, Optional accessKey As AsymmetricEncryptedSecret = Nothing, Optional volumesCount As Nullable(Of Integer) = Nothing)

Parameters

endPoint
String

The storage endpoint

sslStatus
SslStatus

Signifies whether SSL needs to be enabled or not. Possible values include: 'Enabled', 'Disabled'

id
String

The path ID that uniquely identifies the object.

name
String

The name of the object.

type
String

The hierarchical type of the object.

kind
Nullable<Kind>

The Kind of the object. Currently only Series8000 is supported. Possible values include: 'Series8000'

accessKey
AsymmetricEncryptedSecret

The details of the storage account password.

volumesCount
Nullable<Int32>

The count of volumes using this storage account credential.

Applies to