NewAzStreamAnalyticsJob_CreateViaIdentityExpanded.SkuName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
- Attributes