Share via


IAzureStorageInfoValue.Type Property

Definition

Type of storage.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Type of storage.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AzureStorageType) }, ReadOnly=false, Required=false, SerializedName="type")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AzureStorageType? Type { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Type of storage.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AzureStorageType) }, ReadOnly=false, Required=false, SerializedName="type")>]
member this.Type : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AzureStorageType> with get, set
Public Property Type As Nullable(Of AzureStorageType)

Property Value

Attributes

Applies to