ArmSignalRModelFactory.SignalRResourceSku 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 SignalRResourceSku.
public static Azure.ResourceManager.SignalR.Models.SignalRResourceSku SignalRResourceSku (string name = default, Azure.ResourceManager.SignalR.Models.SignalRSkuTier? tier = default, string size = default, string family = default, int? capacity = default);
static member SignalRResourceSku : string * Nullable<Azure.ResourceManager.SignalR.Models.SignalRSkuTier> * string * string * Nullable<int> -> Azure.ResourceManager.SignalR.Models.SignalRResourceSku
Public Shared Function SignalRResourceSku (Optional name As String = Nothing, Optional tier As Nullable(Of SignalRSkuTier) = Nothing, Optional size As String = Nothing, Optional family As String = Nothing, Optional capacity As Nullable(Of Integer) = Nothing) As SignalRResourceSku
Parameters
- tier
- Nullable<SignalRSkuTier>
Optional tier of this particular SKU. 'Standard' or 'Free'.
Basic
is deprecated, use Standard
instead.
- size
- String
Not used. Retained for future use.
- family
- String
Not used. Retained for future use.
Optional, integer. The unit count of the resource. 1 by default.
If present, following values are allowed: Free: 1 Standard: 1,2,5,10,20,50,100
Returns
A new SignalRResourceSku instance for mocking.