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