ArmSignalRModelFactory.SignalRSku 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 SignalRSku.
public static Azure.ResourceManager.SignalR.Models.SignalRSku SignalRSku (Azure.Core.ResourceType? resourceType = default, Azure.ResourceManager.SignalR.Models.SignalRResourceSku sku = default, Azure.ResourceManager.SignalR.Models.SignalRSkuCapacity capacity = default);
static member SignalRSku : Nullable<Azure.Core.ResourceType> * Azure.ResourceManager.SignalR.Models.SignalRResourceSku * Azure.ResourceManager.SignalR.Models.SignalRSkuCapacity -> Azure.ResourceManager.SignalR.Models.SignalRSku
Public Shared Function SignalRSku (Optional resourceType As Nullable(Of ResourceType) = Nothing, Optional sku As SignalRResourceSku = Nothing, Optional capacity As SignalRSkuCapacity = Nothing) As SignalRSku
Parameters
- resourceType
- Nullable<ResourceType>
The resource type that this object applies to.
The billing information of the resource.
- capacity
- SignalRSkuCapacity
Describes scaling information of a sku.
Returns
A new SignalRSku 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