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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET