IWorkflowSku.Name Property

Definition

The name.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The name.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WorkflowSkuName) }, ReadOnly=false, Required=true, SerializedName="name")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WorkflowSkuName Name { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The name.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WorkflowSkuName) }, ReadOnly=false, Required=true, SerializedName="name")>]
member this.Name : Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WorkflowSkuName with get, set
Public Property Name As WorkflowSkuName

Property Value

Attributes

Applies to