BillingPropertiesClient Interface
public interface BillingPropertiesClient
An instance of this class provides access to all the operations defined in BillingPropertiesClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Billing |
get()
Gets the billing properties for a subscription. |
|
abstract
Response<Billing |
getWithResponse(Boolean includeBillingCountry, Boolean includeTransitionStatus, Context context)
Gets the billing properties for a subscription. |
|
abstract
Billing |
update(BillingPropertyInner parameters)
Updates the billing property of a subscription. |
|
abstract
Response<Billing |
updateWithResponse(BillingPropertyInner parameters, Context context)
Updates the billing property of a subscription. |
Method Details
get
public abstract BillingPropertyInner get()
Gets the billing properties for a subscription.
Returns:
getWithResponse
public abstract Response<BillingPropertyInner> getWithResponse(Boolean includeBillingCountry, Boolean includeTransitionStatus, Context context)
Gets the billing properties for a subscription.
Parameters:
Returns:
update
public abstract BillingPropertyInner update(BillingPropertyInner parameters)
Updates the billing property of a subscription. Currently, cost center can be updated for billing accounts with agreement type Microsoft Customer Agreement and subscription service usage address can be updated for billing accounts with agreement type Microsoft Online Service Program.
Parameters:
Returns:
updateWithResponse
public abstract Response<BillingPropertyInner> updateWithResponse(BillingPropertyInner parameters, Context context)
Updates the billing property of a subscription. Currently, cost center can be updated for billing accounts with agreement type Microsoft Customer Agreement and subscription service usage address can be updated for billing accounts with agreement type Microsoft Online Service Program.
Parameters:
Returns: