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

198 строки
16 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.billing.models.SubscriptionEnrollmentDetails"
fullName: "com.azure.resourcemanager.billing.models.SubscriptionEnrollmentDetails"
name: "SubscriptionEnrollmentDetails"
nameWithType: "SubscriptionEnrollmentDetails"
summary: "The enrollment details for the subscription."
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 class **SubscriptionEnrollmentDetails**</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.SubscriptionEnrollmentDetails?alt=com.azure.resourcemanager.billing.models.SubscriptionEnrollmentDetails&text=SubscriptionEnrollmentDetails\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.billing.models.SubscriptionEnrollmentDetails.SubscriptionEnrollmentDetails()"
fullName: "com.azure.resourcemanager.billing.models.SubscriptionEnrollmentDetails.SubscriptionEnrollmentDetails()"
name: "SubscriptionEnrollmentDetails()"
nameWithType: "SubscriptionEnrollmentDetails.SubscriptionEnrollmentDetails()"
summary: "Creates an instance of Subscription<wbr>Enrollment<wbr>Details class."
syntax: "public SubscriptionEnrollmentDetails()"
desc: "Creates an instance of SubscriptionEnrollmentDetails class."
methods:
- uid: "com.azure.resourcemanager.billing.models.SubscriptionEnrollmentDetails.departmentDisplayName()"
fullName: "com.azure.resourcemanager.billing.models.SubscriptionEnrollmentDetails.departmentDisplayName()"
name: "departmentDisplayName()"
nameWithType: "SubscriptionEnrollmentDetails.departmentDisplayName()"
summary: "Get the department<wbr>Display<wbr>Name property: The name of the department."
syntax: "public String departmentDisplayName()"
desc: "Get the departmentDisplayName property: The name of the department."
returns:
description: "the departmentDisplayName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.billing.models.SubscriptionEnrollmentDetails.departmentId()"
fullName: "com.azure.resourcemanager.billing.models.SubscriptionEnrollmentDetails.departmentId()"
name: "departmentId()"
nameWithType: "SubscriptionEnrollmentDetails.departmentId()"
summary: "Get the department<wbr>Id property: The ID that uniquely identifies the department."
syntax: "public String departmentId()"
desc: "Get the departmentId property: The ID that uniquely identifies the department."
returns:
description: "the departmentId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.billing.models.SubscriptionEnrollmentDetails.enrollmentAccountDisplayName()"
fullName: "com.azure.resourcemanager.billing.models.SubscriptionEnrollmentDetails.enrollmentAccountDisplayName()"
name: "enrollmentAccountDisplayName()"
nameWithType: "SubscriptionEnrollmentDetails.enrollmentAccountDisplayName()"
summary: "Get the enrollment<wbr>Account<wbr>Display<wbr>Name property: The name of the enrollment account."
syntax: "public String enrollmentAccountDisplayName()"
desc: "Get the enrollmentAccountDisplayName property: The name of the enrollment account."
returns:
description: "the enrollmentAccountDisplayName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.billing.models.SubscriptionEnrollmentDetails.enrollmentAccountId()"
fullName: "com.azure.resourcemanager.billing.models.SubscriptionEnrollmentDetails.enrollmentAccountId()"
name: "enrollmentAccountId()"
nameWithType: "SubscriptionEnrollmentDetails.enrollmentAccountId()"
summary: "Get the enrollment<wbr>Account<wbr>Id property: The ID that uniquely identifies an enrollment account."
syntax: "public String enrollmentAccountId()"
desc: "Get the enrollmentAccountId property: The ID that uniquely identifies an enrollment account."
returns:
description: "the enrollmentAccountId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.billing.models.SubscriptionEnrollmentDetails.enrollmentAccountStatus()"
fullName: "com.azure.resourcemanager.billing.models.SubscriptionEnrollmentDetails.enrollmentAccountStatus()"
name: "enrollmentAccountStatus()"
nameWithType: "SubscriptionEnrollmentDetails.enrollmentAccountStatus()"
summary: "Get the enrollment<wbr>Account<wbr>Status property: The status of the enrollment account."
syntax: "public String enrollmentAccountStatus()"
desc: "Get the enrollmentAccountStatus property: The status of the enrollment account."
returns:
description: "the enrollmentAccountStatus value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.billing.models.SubscriptionEnrollmentDetails.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.billing.models.SubscriptionEnrollmentDetails.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "SubscriptionEnrollmentDetails.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Subscription<wbr>Enrollment<wbr>Details 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 SubscriptionEnrollmentDetails fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the SubscriptionEnrollmentDetails."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of SubscriptionEnrollmentDetails from the JsonReader."
returns:
description: "An instance of SubscriptionEnrollmentDetails if the JsonReader was pointing to an instance of it, or null\n if it was pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.billing.models.SubscriptionEnrollmentDetails?alt=com.azure.resourcemanager.billing.models.SubscriptionEnrollmentDetails&text=SubscriptionEnrollmentDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.SubscriptionEnrollmentDetails.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.billing.models.SubscriptionEnrollmentDetails.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "SubscriptionEnrollmentDetails.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.SubscriptionEnrollmentDetails.validate()"
fullName: "com.azure.resourcemanager.billing.models.SubscriptionEnrollmentDetails.validate()"
name: "validate()"
nameWithType: "SubscriptionEnrollmentDetails.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.billing.models.SubscriptionEnrollmentDetails.withDepartmentDisplayName(java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.SubscriptionEnrollmentDetails.withDepartmentDisplayName(String departmentDisplayName)"
name: "withDepartmentDisplayName(String departmentDisplayName)"
nameWithType: "SubscriptionEnrollmentDetails.withDepartmentDisplayName(String departmentDisplayName)"
summary: "Set the department<wbr>Display<wbr>Name property: The name of the department."
parameters:
- description: "the departmentDisplayName value to set."
name: "departmentDisplayName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public SubscriptionEnrollmentDetails withDepartmentDisplayName(String departmentDisplayName)"
desc: "Set the departmentDisplayName property: The name of the department."
returns:
description: "the SubscriptionEnrollmentDetails object itself."
type: "<xref href=\"com.azure.resourcemanager.billing.models.SubscriptionEnrollmentDetails?alt=com.azure.resourcemanager.billing.models.SubscriptionEnrollmentDetails&text=SubscriptionEnrollmentDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.SubscriptionEnrollmentDetails.withDepartmentId(java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.SubscriptionEnrollmentDetails.withDepartmentId(String departmentId)"
name: "withDepartmentId(String departmentId)"
nameWithType: "SubscriptionEnrollmentDetails.withDepartmentId(String departmentId)"
summary: "Set the department<wbr>Id property: The ID that uniquely identifies the department."
parameters:
- description: "the departmentId value to set."
name: "departmentId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public SubscriptionEnrollmentDetails withDepartmentId(String departmentId)"
desc: "Set the departmentId property: The ID that uniquely identifies the department."
returns:
description: "the SubscriptionEnrollmentDetails object itself."
type: "<xref href=\"com.azure.resourcemanager.billing.models.SubscriptionEnrollmentDetails?alt=com.azure.resourcemanager.billing.models.SubscriptionEnrollmentDetails&text=SubscriptionEnrollmentDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.SubscriptionEnrollmentDetails.withEnrollmentAccountDisplayName(java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.SubscriptionEnrollmentDetails.withEnrollmentAccountDisplayName(String enrollmentAccountDisplayName)"
name: "withEnrollmentAccountDisplayName(String enrollmentAccountDisplayName)"
nameWithType: "SubscriptionEnrollmentDetails.withEnrollmentAccountDisplayName(String enrollmentAccountDisplayName)"
summary: "Set the enrollment<wbr>Account<wbr>Display<wbr>Name property: The name of the enrollment account."
parameters:
- description: "the enrollmentAccountDisplayName value to set."
name: "enrollmentAccountDisplayName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public SubscriptionEnrollmentDetails withEnrollmentAccountDisplayName(String enrollmentAccountDisplayName)"
desc: "Set the enrollmentAccountDisplayName property: The name of the enrollment account."
returns:
description: "the SubscriptionEnrollmentDetails object itself."
type: "<xref href=\"com.azure.resourcemanager.billing.models.SubscriptionEnrollmentDetails?alt=com.azure.resourcemanager.billing.models.SubscriptionEnrollmentDetails&text=SubscriptionEnrollmentDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.SubscriptionEnrollmentDetails.withEnrollmentAccountId(java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.SubscriptionEnrollmentDetails.withEnrollmentAccountId(String enrollmentAccountId)"
name: "withEnrollmentAccountId(String enrollmentAccountId)"
nameWithType: "SubscriptionEnrollmentDetails.withEnrollmentAccountId(String enrollmentAccountId)"
summary: "Set the enrollment<wbr>Account<wbr>Id property: The ID that uniquely identifies an enrollment account."
parameters:
- description: "the enrollmentAccountId value to set."
name: "enrollmentAccountId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public SubscriptionEnrollmentDetails withEnrollmentAccountId(String enrollmentAccountId)"
desc: "Set the enrollmentAccountId property: The ID that uniquely identifies an enrollment account."
returns:
description: "the SubscriptionEnrollmentDetails object itself."
type: "<xref href=\"com.azure.resourcemanager.billing.models.SubscriptionEnrollmentDetails?alt=com.azure.resourcemanager.billing.models.SubscriptionEnrollmentDetails&text=SubscriptionEnrollmentDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.SubscriptionEnrollmentDetails.withEnrollmentAccountStatus(java.lang.String)"
fullName: "com.azure.resourcemanager.billing.models.SubscriptionEnrollmentDetails.withEnrollmentAccountStatus(String enrollmentAccountStatus)"
name: "withEnrollmentAccountStatus(String enrollmentAccountStatus)"
nameWithType: "SubscriptionEnrollmentDetails.withEnrollmentAccountStatus(String enrollmentAccountStatus)"
summary: "Set the enrollment<wbr>Account<wbr>Status property: The status of the enrollment account."
parameters:
- description: "the enrollmentAccountStatus value to set."
name: "enrollmentAccountStatus"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public SubscriptionEnrollmentDetails withEnrollmentAccountStatus(String enrollmentAccountStatus)"
desc: "Set the enrollmentAccountStatus property: The status of the enrollment account."
returns:
description: "the SubscriptionEnrollmentDetails object itself."
type: "<xref href=\"com.azure.resourcemanager.billing.models.SubscriptionEnrollmentDetails?alt=com.azure.resourcemanager.billing.models.SubscriptionEnrollmentDetails&text=SubscriptionEnrollmentDetails\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The enrollment details for the subscription. Available for billing accounts with agreement type Enterprise Agreement."
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.SubscriptionEnrollmentDetails?alt=com.azure.resourcemanager.billing.models.SubscriptionEnrollmentDetails&text=SubscriptionEnrollmentDetails\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.billing.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-billing:1.0.0