IFunctionsIdentity.Slot Property

Definition

Slot Name

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Slot Name", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="slot")]
public string Slot { get; set; }
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Slot Name", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="slot", Update=true)]
public string Slot { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Slot Name", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="slot")>]
member this.Slot : string with get, set
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Slot Name", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="slot", Update=true)>]
member this.Slot : string with get, set
Public Property Slot As String

Property Value

Attributes

Applies to