ArmAvsModelFactory.AvsSubscriptionQuotaAvailabilityResult 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 AvsSubscriptionQuotaAvailabilityResult.
public static Azure.ResourceManager.Avs.Models.AvsSubscriptionQuotaAvailabilityResult AvsSubscriptionQuotaAvailabilityResult (System.Collections.Generic.IReadOnlyDictionary<string,int> hostsRemaining = default, Azure.ResourceManager.Avs.Models.AvsSubscriptionQuotaEnabled? quotaEnabled = default);
static member AvsSubscriptionQuotaAvailabilityResult : System.Collections.Generic.IReadOnlyDictionary<string, int> * Nullable<Azure.ResourceManager.Avs.Models.AvsSubscriptionQuotaEnabled> -> Azure.ResourceManager.Avs.Models.AvsSubscriptionQuotaAvailabilityResult
Public Shared Function AvsSubscriptionQuotaAvailabilityResult (Optional hostsRemaining As IReadOnlyDictionary(Of String, Integer) = Nothing, Optional quotaEnabled As Nullable(Of AvsSubscriptionQuotaEnabled) = Nothing) As AvsSubscriptionQuotaAvailabilityResult
Parameters
- hostsRemaining
- IReadOnlyDictionary<String,Int32>
Remaining hosts quota by sku type.
- quotaEnabled
- Nullable<AvsSubscriptionQuotaEnabled>
Host quota is active for current subscription.
Returns
A new AvsSubscriptionQuotaAvailabilityResult instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET