ArmBillingModelFactory.DeleteBillingProfileEligibilityDetail 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 DeleteBillingProfileEligibilityDetail.
public static Azure.ResourceManager.Billing.Models.DeleteBillingProfileEligibilityDetail DeleteBillingProfileEligibilityDetail (Azure.ResourceManager.Billing.Models.DeleteBillingProfileEligibilityCode? code = default, string message = default);
static member DeleteBillingProfileEligibilityDetail : Nullable<Azure.ResourceManager.Billing.Models.DeleteBillingProfileEligibilityCode> * string -> Azure.ResourceManager.Billing.Models.DeleteBillingProfileEligibilityDetail
Public Shared Function DeleteBillingProfileEligibilityDetail (Optional code As Nullable(Of DeleteBillingProfileEligibilityCode) = Nothing, Optional message As String = Nothing) As DeleteBillingProfileEligibilityDetail
Parameters
Code of the delete invoice section eligibility response.
- message
- String
Validation message.
Returns
A new DeleteBillingProfileEligibilityDetail instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET