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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET