ArmDataBoxEdgeModelFactory.DataBoxEdgeStorageAccountCredentialData Method
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 static Azure.ResourceManager.DataBoxEdge.DataBoxEdgeStorageAccountCredentialData DataBoxEdgeStorageAccountCredentialData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string alias = default, string userName = default, Azure.ResourceManager.DataBoxEdge.Models.AsymmetricEncryptedSecret accountKey = default, string connectionString = default, Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeStorageAccountSslStatus sslStatus = default, string blobDomainName = default, Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeStorageAccountType accountType = default, Azure.Core.ResourceIdentifier storageAccountId = default);
static member DataBoxEdgeStorageAccountCredentialData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * Azure.ResourceManager.DataBoxEdge.Models.AsymmetricEncryptedSecret * string * Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeStorageAccountSslStatus * string * Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeStorageAccountType * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.DataBoxEdge.DataBoxEdgeStorageAccountCredentialData
Public Shared Function DataBoxEdgeStorageAccountCredentialData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional alias As String = Nothing, Optional userName As String = Nothing, Optional accountKey As AsymmetricEncryptedSecret = Nothing, Optional connectionString As String = Nothing, Optional sslStatus As DataBoxEdgeStorageAccountSslStatus = Nothing, Optional blobDomainName As String = Nothing, Optional accountType As DataBoxEdgeStorageAccountType = Nothing, Optional storageAccountId As ResourceIdentifier = Nothing) As DataBoxEdgeStorageAccountCredentialData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- alias
- String
Alias for the storage account.
- 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.
- sslStatus
- DataBoxEdgeStorageAccountSslStatus
Signifies whether SSL needs to be enabled or not.
- blobDomainName
- String
Blob end point for private clouds.
- accountType
- DataBoxEdgeStorageAccountType
Type of storage accessed on the storage account.
- storageAccountId
- ResourceIdentifier
Id of the storage account.
Returns
A new DataBoxEdgeStorageAccountCredentialData instance for mocking.
Applies to
Azure SDK for .NET