DeleteBillingProfileEligibilityResult Class

Eligibility to delete a billing profile result.

Inheritance
azure.mgmt.billing._serialization.Model
DeleteBillingProfileEligibilityResult

Constructor

DeleteBillingProfileEligibilityResult(*, eligibility_status: str | _models.DeleteBillingProfileEligibilityStatus | None = None, eligibility_details: List[_models.DeleteBillingProfileEligibilityDetail] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
eligibility_status

Status describing if billing profile is eligible to be deleted. Known values are: "Allowed" and "NotAllowed".

eligibility_details

Validation details of delete billing profile eligibility.

Variables

Name Description
eligibility_status

Status describing if billing profile is eligible to be deleted. Known values are: "Allowed" and "NotAllowed".

eligibility_details

Validation details of delete billing profile eligibility.