İngilizce dilinde oku

Aracılığıyla paylaş


BillingProfileInfo Class

  • java.lang.Object
    • com.azure.resourcemanager.billing.models.BillingProfileInfo

public final class BillingProfileInfo

Details about billing profile associated with agreement and available only for specific agreements.

Constructor Summary

Constructor Description
BillingProfileInfo()

Creates an instance of BillingProfileInfo class.

Method Summary

Modifier and Type Method and Description
String billingProfileDisplayName()

Get the billingProfileDisplayName property: The name of the billing profile.

String billingProfileId()

Get the billingProfileId property: The unique identifier for the billing profile.

String indirectRelationshipOrganizationName()

Get the indirectRelationshipOrganizationName property: Billing account name.

void validate()

Validates the instance.

BillingProfileInfo withBillingProfileDisplayName(String billingProfileDisplayName)

Set the billingProfileDisplayName property: The name of the billing profile.

BillingProfileInfo withBillingProfileId(String billingProfileId)

Set the billingProfileId property: The unique identifier for the billing profile.

BillingProfileInfo withIndirectRelationshipOrganizationName(String indirectRelationshipOrganizationName)

Set the indirectRelationshipOrganizationName property: Billing account name.

Methods inherited from java.lang.Object

Constructor Details

BillingProfileInfo

public BillingProfileInfo()

Creates an instance of BillingProfileInfo class.

Method Details

billingProfileDisplayName

public String billingProfileDisplayName()

Get the billingProfileDisplayName property: The name of the billing profile.

Returns:

the billingProfileDisplayName value.

billingProfileId

public String billingProfileId()

Get the billingProfileId property: The unique identifier for the billing profile.

Returns:

the billingProfileId value.

indirectRelationshipOrganizationName

public String indirectRelationshipOrganizationName()

Get the indirectRelationshipOrganizationName property: Billing account name. This property is available for a specific type of agreement.

Returns:

the indirectRelationshipOrganizationName value.

validate

public void validate()

Validates the instance.

withBillingProfileDisplayName

public BillingProfileInfo withBillingProfileDisplayName(String billingProfileDisplayName)

Set the billingProfileDisplayName property: The name of the billing profile.

Parameters:

billingProfileDisplayName - the billingProfileDisplayName value to set.

Returns:

the BillingProfileInfo object itself.

withBillingProfileId

public BillingProfileInfo withBillingProfileId(String billingProfileId)

Set the billingProfileId property: The unique identifier for the billing profile.

Parameters:

billingProfileId - the billingProfileId value to set.

Returns:

the BillingProfileInfo object itself.

withIndirectRelationshipOrganizationName

public BillingProfileInfo withIndirectRelationshipOrganizationName(String indirectRelationshipOrganizationName)

Set the indirectRelationshipOrganizationName property: Billing account name. This property is available for a specific type of agreement.

Parameters:

indirectRelationshipOrganizationName - the indirectRelationshipOrganizationName value to set.

Returns:

the BillingProfileInfo object itself.

Applies to

Azure SDK for Java

Preview