Freigeben über


IFunctionsDeploymentStorage.Type Property

Definition

Property to select Azure Storage type. Available options: blobContainer.

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

Property Value

Attributes

Applies to