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

49 строки
3.4 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.billing.models.Address"
fullName: "com.azure.resourcemanager.billing.models.Address"
name: "Address"
nameWithType: "Address"
summary: "Resource collection API of Address."
syntax: "public interface **Address**"
methods:
- uid: "com.azure.resourcemanager.billing.models.Address.validate(com.azure.resourcemanager.billing.models.AddressDetails)"
fullName: "com.azure.resourcemanager.billing.models.Address.validate(AddressDetails parameters)"
name: "validate(AddressDetails parameters)"
nameWithType: "Address.validate(AddressDetails parameters)"
summary: "Validates an address."
modifiers:
- "abstract"
parameters:
- description: "Address details."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.billing.models.AddressDetails?alt=com.azure.resourcemanager.billing.models.AddressDetails&text=AddressDetails\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract AddressValidationResponse validate(AddressDetails parameters)"
desc: "Validates an address. Use the operation to validate an address before using it as soldTo or a billTo address."
returns:
description: "result of the address validation."
type: "<xref href=\"com.azure.resourcemanager.billing.models.AddressValidationResponse?alt=com.azure.resourcemanager.billing.models.AddressValidationResponse&text=AddressValidationResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.Address.validateWithResponse(com.azure.resourcemanager.billing.models.AddressDetails,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.billing.models.Address.validateWithResponse(AddressDetails parameters, Context context)"
name: "validateWithResponse(AddressDetails parameters, Context context)"
nameWithType: "Address.validateWithResponse(AddressDetails parameters, Context context)"
summary: "Validates an address."
modifiers:
- "abstract"
parameters:
- description: "Address details."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.billing.models.AddressDetails?alt=com.azure.resourcemanager.billing.models.AddressDetails&text=AddressDetails\" 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<AddressValidationResponse> validateWithResponse(AddressDetails parameters, Context context)"
desc: "Validates an address. Use the operation to validate an address before using it as soldTo or a billTo address."
returns:
description: "result of the address validation 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.AddressValidationResponse?alt=com.azure.resourcemanager.billing.models.AddressValidationResponse&text=AddressValidationResponse\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of Address."
metadata: {}
package: "com.azure.resourcemanager.billing.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-billing:1.0.0