Share via


ISite.StorageType 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? StorageType { 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.StorageType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FunctionsDeploymentStorageType> with get, set
Public Property StorageType As Nullable(Of FunctionsDeploymentStorageType)

Property Value

Attributes

Applies to