ArmSignalRModelFactory.SignalRSkuCapacity 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 SignalRSkuCapacity.
public static Azure.ResourceManager.SignalR.Models.SignalRSkuCapacity SignalRSkuCapacity(int? minimum = default, int? maximum = default, int? default = default, System.Collections.Generic.IEnumerable<int> allowedValues = default, Azure.ResourceManager.SignalR.Models.SignalRScaleType? scaleType = default);
static member SignalRSkuCapacity : Nullable<int> * Nullable<int> * Nullable<int> * seq<int> * Nullable<Azure.ResourceManager.SignalR.Models.SignalRScaleType> -> Azure.ResourceManager.SignalR.Models.SignalRSkuCapacity
Public Shared Function SignalRSkuCapacity (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 SignalRScaleType) = Nothing) As SignalRSkuCapacity
Parameters
- allowedValues
- IEnumerable<Int32>
Allows capacity value list.
- scaleType
- Nullable<SignalRScaleType>
The scale type applicable to the sku.
Returns
A new SignalRSkuCapacity instance for mocking.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET