azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.b...

83 строки
6.8 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.billing.models.BillingProperties"
fullName: "com.azure.resourcemanager.billing.models.BillingProperties"
name: "BillingProperties"
nameWithType: "BillingProperties"
summary: "Resource collection API of Billing<wbr>Properties."
syntax: "public interface **BillingProperties**"
methods:
- uid: "com.azure.resourcemanager.billing.models.BillingProperties.get()"
fullName: "com.azure.resourcemanager.billing.models.BillingProperties.get()"
name: "get()"
nameWithType: "BillingProperties.get()"
summary: "Gets the billing properties for a subscription."
modifiers:
- "abstract"
syntax: "public abstract BillingProperty get()"
desc: "Gets the billing properties for a subscription."
returns:
description: "the billing properties for a subscription."
type: "<xref href=\"com.azure.resourcemanager.billing.models.BillingProperty?alt=com.azure.resourcemanager.billing.models.BillingProperty&text=BillingProperty\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.BillingProperties.getWithResponse(java.lang.Boolean,java.lang.Boolean,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.BillingProperties.getWithResponse(Boolean includeBillingCountry, Boolean includeTransitionStatus, Context context)"
name: "getWithResponse(Boolean includeBillingCountry, Boolean includeTransitionStatus, Context context)"
nameWithType: "BillingProperties.getWithResponse(Boolean includeBillingCountry, Boolean includeTransitionStatus, Context context)"
summary: "Gets the billing properties for a subscription."
modifiers:
- "abstract"
parameters:
- description: "A flag that specifies whether or not to include billing country."
name: "includeBillingCountry"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- description: "A flag that specifies whether or not to include transition status for billing\n accounts with agreement type Microsoft Customer Agreement."
name: "includeTransitionStatus"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<BillingProperty> getWithResponse(Boolean includeBillingCountry, Boolean includeTransitionStatus, Context context)"
desc: "Gets the billing properties for a subscription."
returns:
description: "the billing properties for a subscription along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.billing.models.BillingProperty?alt=com.azure.resourcemanager.billing.models.BillingProperty&text=BillingProperty\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.BillingProperties.update(com.azure.resourcemanager.billing.fluent.models.BillingPropertyInner)"
fullName: "com.azure.resourcemanager.billing.models.BillingProperties.update(BillingPropertyInner parameters)"
name: "update(BillingPropertyInner parameters)"
nameWithType: "BillingProperties.update(BillingPropertyInner parameters)"
summary: "Updates the billing property of a subscription."
modifiers:
- "abstract"
parameters:
- description: "A billing property."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.billing.fluent.models.BillingPropertyInner?alt=com.azure.resourcemanager.billing.fluent.models.BillingPropertyInner&text=BillingPropertyInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract BillingProperty update(BillingPropertyInner parameters)"
desc: "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."
returns:
description: "a billing property."
type: "<xref href=\"com.azure.resourcemanager.billing.models.BillingProperty?alt=com.azure.resourcemanager.billing.models.BillingProperty&text=BillingProperty\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.BillingProperties.updateWithResponse(com.azure.resourcemanager.billing.fluent.models.BillingPropertyInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.BillingProperties.updateWithResponse(BillingPropertyInner parameters, Context context)"
name: "updateWithResponse(BillingPropertyInner parameters, Context context)"
nameWithType: "BillingProperties.updateWithResponse(BillingPropertyInner parameters, Context context)"
summary: "Updates the billing property of a subscription."
modifiers:
- "abstract"
parameters:
- description: "A billing property."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.billing.fluent.models.BillingPropertyInner?alt=com.azure.resourcemanager.billing.fluent.models.BillingPropertyInner&text=BillingPropertyInner\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<BillingProperty> updateWithResponse(BillingPropertyInner parameters, Context context)"
desc: "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."
returns:
description: "a billing property along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.billing.models.BillingProperty?alt=com.azure.resourcemanager.billing.models.BillingProperty&text=BillingProperty\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of BillingProperties."
metadata: {}
package: "com.azure.resourcemanager.billing.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-billing:1.0.0