ArmWebPubSubModelFactory.WebPubSubSkuCapacity Method
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.
Initializes a new instance of WebPubSubSkuCapacity.
public static Azure.ResourceManager.WebPubSub.Models.WebPubSubSkuCapacity WebPubSubSkuCapacity (int? minimum = default, int? maximum = default, int? default = default, System.Collections.Generic.IEnumerable<int> allowedValues = default, Azure.ResourceManager.WebPubSub.Models.WebPubSubScaleType? scaleType = default);
static member WebPubSubSkuCapacity : Nullable<int> * Nullable<int> * Nullable<int> * seq<int> * Nullable<Azure.ResourceManager.WebPubSub.Models.WebPubSubScaleType> -> Azure.ResourceManager.WebPubSub.Models.WebPubSubSkuCapacity
Public Shared Function WebPubSubSkuCapacity (Optional minimum As Nullable(Of Integer) = Nothing, Optional maximum As Nullable(Of Integer) = Nothing, Optional default As Nullable(Of Integer) = Nothing, Optional allowedValues As IEnumerable(Of Integer) = Nothing, Optional scaleType As Nullable(Of WebPubSubScaleType) = Nothing) As WebPubSubSkuCapacity
Parameters
- allowedValues
- IEnumerable<Int32>
Allows capacity value list.
- scaleType
- Nullable<WebPubSubScaleType>
The scale type applicable to the sku.
Returns
A new WebPubSubSkuCapacity instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET