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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET