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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET