SetAzureEventHubNamespace.SkuCapacity 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.
[System.Management.Automation.Parameter(HelpMessage="The eventhub throughput units.", Mandatory=false, ParameterSetName="NamespaceParameterSet", Position=4, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(HelpMessage="The eventhub throughput units.", Mandatory=false, ParameterSetName="AutoInflateParameterSet", Position=4, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(HelpMessage="The eventhub throughput units.", Mandatory=false, ParameterSetName="IdentityUpdateParameterSet", Position=4, ValueFromPipelineByPropertyName=true)]
public int? SkuCapacity { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The eventhub throughput units.", Mandatory=false, ParameterSetName="NamespaceParameterSet", Position=4, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(HelpMessage="The eventhub throughput units.", Mandatory=false, ParameterSetName="AutoInflateParameterSet", Position=4, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(HelpMessage="The eventhub throughput units.", Mandatory=false, ParameterSetName="IdentityUpdateParameterSet", Position=4, ValueFromPipelineByPropertyName=true)>]
member this.SkuCapacity : Nullable<int> with get, set
Public Property SkuCapacity As Nullable(Of Integer)
Property Value
- Attributes