ArmDataBoxModelFactory.DataBoxAccountCredentialDetails 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 DataBoxAccountCredentialDetails.
public static Azure.ResourceManager.DataBox.Models.DataBoxAccountCredentialDetails DataBoxAccountCredentialDetails (string accountName = default, Azure.ResourceManager.DataBox.Models.DataAccountType? dataAccountType = default, string accountConnectionString = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataBox.Models.ShareCredentialDetails> shareCredentialDetails = default);
static member DataBoxAccountCredentialDetails : string * Nullable<Azure.ResourceManager.DataBox.Models.DataAccountType> * string * seq<Azure.ResourceManager.DataBox.Models.ShareCredentialDetails> -> Azure.ResourceManager.DataBox.Models.DataBoxAccountCredentialDetails
Public Shared Function DataBoxAccountCredentialDetails (Optional accountName As String = Nothing, Optional dataAccountType As Nullable(Of DataAccountType) = Nothing, Optional accountConnectionString As String = Nothing, Optional shareCredentialDetails As IEnumerable(Of ShareCredentialDetails) = Nothing) As DataBoxAccountCredentialDetails
Parameters
- accountName
- String
Name of the account.
- dataAccountType
- Nullable<DataAccountType>
Type of the account.
- accountConnectionString
- String
Connection string of the account endpoint to use the account as a storage endpoint on the device.
- shareCredentialDetails
- IEnumerable<ShareCredentialDetails>
Per share level unencrypted access credentials.
Returns
A new DataBoxAccountCredentialDetails instance for mocking.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET