StorageAccountCredential Constructors

Definition

Overloads

StorageAccountCredential()

Initializes a new instance of the StorageAccountCredential class.

StorageAccountCredential(String, String, String, String, String, String, String, AsymmetricEncryptedSecret, String, String)

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, String, String, String, String, String, String, AsymmetricEncryptedSecret, String, String)

Initializes a new instance of the StorageAccountCredential class.

public StorageAccountCredential (string alias, string sslStatus, string accountType, string id = default, string name = default, string type = default, string userName = default, Microsoft.Azure.Management.EdgeGateway.Models.AsymmetricEncryptedSecret accountKey = default, string connectionString = default, string blobDomainName = default);
new Microsoft.Azure.Management.EdgeGateway.Models.StorageAccountCredential : string * string * string * string * string * string * string * Microsoft.Azure.Management.EdgeGateway.Models.AsymmetricEncryptedSecret * string * string -> Microsoft.Azure.Management.EdgeGateway.Models.StorageAccountCredential
Public Sub New (alias As String, sslStatus As String, accountType As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional userName As String = Nothing, Optional accountKey As AsymmetricEncryptedSecret = Nothing, Optional connectionString As String = Nothing, Optional blobDomainName As String = Nothing)

Parameters

alias
String

Alias for the storage account.

sslStatus
String

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

accountType
String

Type of storage accessed on the storage account. Possible values include: 'GeneralPurposeStorage', 'BlobStorage'

id
String

The path ID that uniquely identifies the object.

name
String

The object name.

type
String

The hierarchical type of the object.

userName
String

Username for the storage account.

accountKey
AsymmetricEncryptedSecret

Encrypted storage key.

connectionString
String

Connection string for the storage account. Use this string if username and account key are not specified.

blobDomainName
String

Blob end point for private clouds.

Applies to