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
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