你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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.