126 строки
9.7 KiB
YAML
126 строки
9.7 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.billing.models.CancelSubscriptionRequest"
|
|
fullName: "com.azure.resourcemanager.billing.models.CancelSubscriptionRequest"
|
|
name: "CancelSubscriptionRequest"
|
|
nameWithType: "CancelSubscriptionRequest"
|
|
summary: "Request parameters for cancel customer 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 final class **CancelSubscriptionRequest**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.billing.models.CancelSubscriptionRequest?alt=com.azure.resourcemanager.billing.models.CancelSubscriptionRequest&text=CancelSubscriptionRequest\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.billing.models.CancelSubscriptionRequest.CancelSubscriptionRequest()"
|
|
fullName: "com.azure.resourcemanager.billing.models.CancelSubscriptionRequest.CancelSubscriptionRequest()"
|
|
name: "CancelSubscriptionRequest()"
|
|
nameWithType: "CancelSubscriptionRequest.CancelSubscriptionRequest()"
|
|
summary: "Creates an instance of Cancel<wbr>Subscription<wbr>Request class."
|
|
syntax: "public CancelSubscriptionRequest()"
|
|
desc: "Creates an instance of CancelSubscriptionRequest class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.billing.models.CancelSubscriptionRequest.cancellationReason()"
|
|
fullName: "com.azure.resourcemanager.billing.models.CancelSubscriptionRequest.cancellationReason()"
|
|
name: "cancellationReason()"
|
|
nameWithType: "CancelSubscriptionRequest.cancellationReason()"
|
|
summary: "Get the cancellation<wbr>Reason property: Cancellation reason."
|
|
syntax: "public CancellationReason cancellationReason()"
|
|
desc: "Get the cancellationReason property: Cancellation reason."
|
|
returns:
|
|
description: "the cancellationReason value."
|
|
type: "<xref href=\"com.azure.resourcemanager.billing.models.CancellationReason?alt=com.azure.resourcemanager.billing.models.CancellationReason&text=CancellationReason\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.billing.models.CancelSubscriptionRequest.customerId()"
|
|
fullName: "com.azure.resourcemanager.billing.models.CancelSubscriptionRequest.customerId()"
|
|
name: "customerId()"
|
|
nameWithType: "CancelSubscriptionRequest.customerId()"
|
|
summary: "Get the customer<wbr>Id property: The fully qualified ID that uniquely identifies a customer."
|
|
syntax: "public String customerId()"
|
|
desc: "Get the customerId property: The fully qualified ID that uniquely identifies a customer."
|
|
returns:
|
|
description: "the customerId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.billing.models.CancelSubscriptionRequest.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.billing.models.CancelSubscriptionRequest.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "CancelSubscriptionRequest.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Cancel<wbr>Subscription<wbr>Request 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 CancelSubscriptionRequest fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If the deserialized JSON object was missing any required properties."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of CancelSubscriptionRequest from the JsonReader."
|
|
returns:
|
|
description: "An instance of CancelSubscriptionRequest if the JsonReader was pointing to an instance of it, or null if\n it was pointing to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.billing.models.CancelSubscriptionRequest?alt=com.azure.resourcemanager.billing.models.CancelSubscriptionRequest&text=CancelSubscriptionRequest\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.billing.models.CancelSubscriptionRequest.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.billing.models.CancelSubscriptionRequest.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "CancelSubscriptionRequest.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.CancelSubscriptionRequest.validate()"
|
|
fullName: "com.azure.resourcemanager.billing.models.CancelSubscriptionRequest.validate()"
|
|
name: "validate()"
|
|
nameWithType: "CancelSubscriptionRequest.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.billing.models.CancelSubscriptionRequest.withCancellationReason(com.azure.resourcemanager.billing.models.CancellationReason)"
|
|
fullName: "com.azure.resourcemanager.billing.models.CancelSubscriptionRequest.withCancellationReason(CancellationReason cancellationReason)"
|
|
name: "withCancellationReason(CancellationReason cancellationReason)"
|
|
nameWithType: "CancelSubscriptionRequest.withCancellationReason(CancellationReason cancellationReason)"
|
|
summary: "Set the cancellation<wbr>Reason property: Cancellation reason."
|
|
parameters:
|
|
- description: "the cancellationReason value to set."
|
|
name: "cancellationReason"
|
|
type: "<xref href=\"com.azure.resourcemanager.billing.models.CancellationReason?alt=com.azure.resourcemanager.billing.models.CancellationReason&text=CancellationReason\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public CancelSubscriptionRequest withCancellationReason(CancellationReason cancellationReason)"
|
|
desc: "Set the cancellationReason property: Cancellation reason."
|
|
returns:
|
|
description: "the CancelSubscriptionRequest object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.billing.models.CancelSubscriptionRequest?alt=com.azure.resourcemanager.billing.models.CancelSubscriptionRequest&text=CancelSubscriptionRequest\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.billing.models.CancelSubscriptionRequest.withCustomerId(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.billing.models.CancelSubscriptionRequest.withCustomerId(String customerId)"
|
|
name: "withCustomerId(String customerId)"
|
|
nameWithType: "CancelSubscriptionRequest.withCustomerId(String customerId)"
|
|
summary: "Set the customer<wbr>Id property: The fully qualified ID that uniquely identifies a customer."
|
|
parameters:
|
|
- description: "the customerId value to set."
|
|
name: "customerId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public CancelSubscriptionRequest withCustomerId(String customerId)"
|
|
desc: "Set the customerId property: The fully qualified ID that uniquely identifies a customer."
|
|
returns:
|
|
description: "the CancelSubscriptionRequest object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.billing.models.CancelSubscriptionRequest?alt=com.azure.resourcemanager.billing.models.CancelSubscriptionRequest&text=CancelSubscriptionRequest\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Request parameters for cancel customer subscription."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.billing.models.CancelSubscriptionRequest?alt=com.azure.resourcemanager.billing.models.CancelSubscriptionRequest&text=CancelSubscriptionRequest\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.billing.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-billing:1.0.0
|