DataBoxEdgeStorageAccountCredentialData Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of DataBoxEdgeStorageAccountCredentialData.
public DataBoxEdgeStorageAccountCredentialData (string alias, Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeStorageAccountSslStatus sslStatus, Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeStorageAccountType accountType);
new Azure.ResourceManager.DataBoxEdge.DataBoxEdgeStorageAccountCredentialData : string * Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeStorageAccountSslStatus * Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeStorageAccountType -> Azure.ResourceManager.DataBoxEdge.DataBoxEdgeStorageAccountCredentialData
Public Sub New (alias As String, sslStatus As DataBoxEdgeStorageAccountSslStatus, accountType As DataBoxEdgeStorageAccountType)
Parameters
- alias
- String
Alias for the storage account.
- sslStatus
- DataBoxEdgeStorageAccountSslStatus
Signifies whether SSL needs to be enabled or not.
- accountType
- DataBoxEdgeStorageAccountType
Type of storage accessed on the storage account.
Exceptions
alias
is null.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET