ArmBillingModelFactory.BillingSystemOverrides 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 BillingSystemOverrides.
public static Azure.ResourceManager.Billing.Models.BillingSystemOverrides BillingSystemOverrides (Azure.ResourceManager.Billing.Models.PolicyOverrideCancellation? cancellation = default, DateTimeOffset? cancellationAllowedEndOn = default);
static member BillingSystemOverrides : Nullable<Azure.ResourceManager.Billing.Models.PolicyOverrideCancellation> * Nullable<DateTimeOffset> -> Azure.ResourceManager.Billing.Models.BillingSystemOverrides
Public Shared Function BillingSystemOverrides (Optional cancellation As Nullable(Of PolicyOverrideCancellation) = Nothing, Optional cancellationAllowedEndOn As Nullable(Of DateTimeOffset) = Nothing) As BillingSystemOverrides
Parameters
- cancellation
- Nullable<PolicyOverrideCancellation>
The policy override for the subscription indicates whether the self-serve cancellation or seat reduction is allowed.
- cancellationAllowedEndOn
- Nullable<DateTimeOffset>
The end date in UTC time by when the self-serve cancellation ends.
Returns
A new BillingSystemOverrides instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET