IAccountCredentialDetails.DataAccountType Property
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.
Type of the account.
[Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Type of the account.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.DataAccountType) }, ReadOnly=true, Required=false, SerializedName="dataAccountType")]
public Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.DataAccountType? DataAccountType { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Type of the account.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.DataAccountType) }, ReadOnly=true, Required=false, SerializedName="dataAccountType")>]
member this.DataAccountType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.DataAccountType>
Public ReadOnly Property DataAccountType As Nullable(Of DataAccountType)
Property Value
- Attributes