NewAzStreamAnalyticsJob_CreateViaIdentityExpanded.SkuName Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Category(new Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.ParameterCategory.Body })]
[Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.Info(Description="The name of the SKU. Required on PUT (CreateOrReplace) requests.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.StreamingJobSkuName) }, ReadOnly=false, Required=false, SerializedName="name")]
[System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.StreamingJobSkuName))]
[System.Management.Automation.Parameter(HelpMessage="The name of the SKU. Required on PUT (CreateOrReplace) requests.", Mandatory=false)]
public Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.StreamingJobSkuName SkuName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Category(new Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.ParameterCategory.Body })>]
[<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.Info(Description="The name of the SKU. Required on PUT (CreateOrReplace) requests.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.StreamingJobSkuName) }, ReadOnly=false, Required=false, SerializedName="name")>]
[<System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.StreamingJobSkuName))>]
[<System.Management.Automation.Parameter(HelpMessage="The name of the SKU. Required on PUT (CreateOrReplace) requests.", Mandatory=false)>]
member this.SkuName : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.StreamingJobSkuName with get, set
Public Property SkuName As StreamingJobSkuName

Property Value

StreamingJobSkuName
Attributes

Applies to