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

200 строки
15 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.billing.models.CustomerProperties"
fullName: "com.azure.resourcemanager.billing.models.CustomerProperties"
name: "CustomerProperties"
nameWithType: "CustomerProperties"
summary: "A partner's customer."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **CustomerProperties**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.billing.models.CustomerProperties?alt=com.azure.resourcemanager.billing.models.CustomerProperties&text=CustomerProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.billing.models.CustomerProperties.CustomerProperties()"
fullName: "com.azure.resourcemanager.billing.models.CustomerProperties.CustomerProperties()"
name: "CustomerProperties()"
nameWithType: "CustomerProperties.CustomerProperties()"
summary: "Creates an instance of Customer<wbr>Properties class."
syntax: "public CustomerProperties()"
desc: "Creates an instance of CustomerProperties class."
methods:
- uid: "com.azure.resourcemanager.billing.models.CustomerProperties.billingProfileDisplayName()"
fullName: "com.azure.resourcemanager.billing.models.CustomerProperties.billingProfileDisplayName()"
name: "billingProfileDisplayName()"
nameWithType: "CustomerProperties.billingProfileDisplayName()"
summary: "Get the billing<wbr>Profile<wbr>Display<wbr>Name property: The name of the billing profile."
syntax: "public String billingProfileDisplayName()"
desc: "Get the billingProfileDisplayName property: The name of the billing profile."
returns:
description: "the billingProfileDisplayName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.billing.models.CustomerProperties.billingProfileId()"
fullName: "com.azure.resourcemanager.billing.models.CustomerProperties.billingProfileId()"
name: "billingProfileId()"
nameWithType: "CustomerProperties.billingProfileId()"
summary: "Get the billing<wbr>Profile<wbr>Id property: The fully qualified ID that uniquely identifies a billing profile."
syntax: "public String billingProfileId()"
desc: "Get the billingProfileId property: The fully qualified ID that uniquely identifies a billing profile."
returns:
description: "the billingProfileId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.billing.models.CustomerProperties.displayName()"
fullName: "com.azure.resourcemanager.billing.models.CustomerProperties.displayName()"
name: "displayName()"
nameWithType: "CustomerProperties.displayName()"
summary: "Get the display<wbr>Name property: The name of the customer."
syntax: "public String displayName()"
desc: "Get the displayName property: The name of the customer."
returns:
description: "the displayName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.billing.models.CustomerProperties.enabledAzurePlans()"
fullName: "com.azure.resourcemanager.billing.models.CustomerProperties.enabledAzurePlans()"
name: "enabledAzurePlans()"
nameWithType: "CustomerProperties.enabledAzurePlans()"
summary: "Get the enabled<wbr>Azure<wbr>Plans property: Azure plans enabled for the customer."
syntax: "public List<AzurePlan> enabledAzurePlans()"
desc: "Get the enabledAzurePlans property: Azure plans enabled for the customer."
returns:
description: "the enabledAzurePlans value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.billing.models.AzurePlan?alt=com.azure.resourcemanager.billing.models.AzurePlan&text=AzurePlan\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.CustomerProperties.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.billing.models.CustomerProperties.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "CustomerProperties.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Customer<wbr>Properties from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static CustomerProperties fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the CustomerProperties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of CustomerProperties from the JsonReader."
returns:
description: "An instance of CustomerProperties if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.billing.models.CustomerProperties?alt=com.azure.resourcemanager.billing.models.CustomerProperties&text=CustomerProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.CustomerProperties.resellers()"
fullName: "com.azure.resourcemanager.billing.models.CustomerProperties.resellers()"
name: "resellers()"
nameWithType: "CustomerProperties.resellers()"
summary: "Get the resellers property: The list of resellers for which an Azure plan is enabled for the customer."
syntax: "public List<Reseller> resellers()"
desc: "Get the resellers property: The list of resellers for which an Azure plan is enabled for the customer."
returns:
description: "the resellers value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.billing.models.Reseller?alt=com.azure.resourcemanager.billing.models.Reseller&text=Reseller\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.billing.models.CustomerProperties.status()"
fullName: "com.azure.resourcemanager.billing.models.CustomerProperties.status()"
name: "status()"
nameWithType: "CustomerProperties.status()"
summary: "Get the status property: Identifies the status of an customer."
syntax: "public CustomerStatus status()"
desc: "Get the status property: Identifies the status of an customer. This is an upcoming property that will be populated in the future."
returns:
description: "the status value."
type: "<xref href=\"com.azure.resourcemanager.billing.models.CustomerStatus?alt=com.azure.resourcemanager.billing.models.CustomerStatus&text=CustomerStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.CustomerProperties.systemId()"
fullName: "com.azure.resourcemanager.billing.models.CustomerProperties.systemId()"
name: "systemId()"
nameWithType: "CustomerProperties.systemId()"
summary: "Get the system<wbr>Id property: The system generated unique identifier for a customer."
syntax: "public String systemId()"
desc: "Get the systemId property: The system generated unique identifier for a customer."
returns:
description: "the systemId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.billing.models.CustomerProperties.tags()"
fullName: "com.azure.resourcemanager.billing.models.CustomerProperties.tags()"
name: "tags()"
nameWithType: "CustomerProperties.tags()"
summary: "Get the tags property: Dictionary of metadata associated with the resource."
syntax: "public Map<String,String> tags()"
desc: "Get the tags property: Dictionary of metadata associated with the resource. Maximum key/value length supported of 256 characters. Keys/value should not empty value nor null. Keys can not contain < > % & \\\\ ? /."
returns:
description: "the tags value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.billing.models.CustomerProperties.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.billing.models.CustomerProperties.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "CustomerProperties.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.CustomerProperties.validate()"
fullName: "com.azure.resourcemanager.billing.models.CustomerProperties.validate()"
name: "validate()"
nameWithType: "CustomerProperties.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.billing.models.CustomerProperties.withEnabledAzurePlans(java.util.List<com.azure.resourcemanager.billing.models.AzurePlan>)"
fullName: "com.azure.resourcemanager.billing.models.CustomerProperties.withEnabledAzurePlans(List<AzurePlan> enabledAzurePlans)"
name: "withEnabledAzurePlans(List<AzurePlan> enabledAzurePlans)"
nameWithType: "CustomerProperties.withEnabledAzurePlans(List<AzurePlan> enabledAzurePlans)"
summary: "Set the enabled<wbr>Azure<wbr>Plans property: Azure plans enabled for the customer."
parameters:
- description: "the enabledAzurePlans value to set."
name: "enabledAzurePlans"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.billing.models.AzurePlan?alt=com.azure.resourcemanager.billing.models.AzurePlan&text=AzurePlan\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public CustomerProperties withEnabledAzurePlans(List<AzurePlan> enabledAzurePlans)"
desc: "Set the enabledAzurePlans property: Azure plans enabled for the customer."
returns:
description: "the CustomerProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.billing.models.CustomerProperties?alt=com.azure.resourcemanager.billing.models.CustomerProperties&text=CustomerProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.CustomerProperties.withResellers(java.util.List<com.azure.resourcemanager.billing.models.Reseller>)"
fullName: "com.azure.resourcemanager.billing.models.CustomerProperties.withResellers(List<Reseller> resellers)"
name: "withResellers(List<Reseller> resellers)"
nameWithType: "CustomerProperties.withResellers(List<Reseller> resellers)"
summary: "Set the resellers property: The list of resellers for which an Azure plan is enabled for the customer."
parameters:
- description: "the resellers value to set."
name: "resellers"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.billing.models.Reseller?alt=com.azure.resourcemanager.billing.models.Reseller&text=Reseller\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public CustomerProperties withResellers(List<Reseller> resellers)"
desc: "Set the resellers property: The list of resellers for which an Azure plan is enabled for the customer."
returns:
description: "the CustomerProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.billing.models.CustomerProperties?alt=com.azure.resourcemanager.billing.models.CustomerProperties&text=CustomerProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.CustomerProperties.withTags(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.azure.resourcemanager.billing.models.CustomerProperties.withTags(Map<String,String> tags)"
name: "withTags(Map<String,String> tags)"
nameWithType: "CustomerProperties.withTags(Map<String,String> tags)"
summary: "Set the tags property: Dictionary of metadata associated with the resource."
parameters:
- description: "the tags value to set."
name: "tags"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public CustomerProperties withTags(Map<String,String> tags)"
desc: "Set the tags property: Dictionary of metadata associated with the resource. Maximum key/value length supported of 256 characters. Keys/value should not empty value nor null. Keys can not contain < > % & \\\\ ? /."
returns:
description: "the CustomerProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.billing.models.CustomerProperties?alt=com.azure.resourcemanager.billing.models.CustomerProperties&text=CustomerProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "A partner's customer."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.billing.models.CustomerProperties?alt=com.azure.resourcemanager.billing.models.CustomerProperties&text=CustomerProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.billing.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-billing:1.0.0