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

170 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.cdn.fluent.models.OperationInner"
fullName: "com.azure.resourcemanager.cdn.fluent.models.OperationInner"
name: "OperationInner"
nameWithType: "OperationInner"
summary: "CDN REST API operation."
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 **OperationInner**</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.cdn.fluent.models.OperationInner?alt=com.azure.resourcemanager.cdn.fluent.models.OperationInner&text=OperationInner\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.cdn.fluent.models.OperationInner.OperationInner()"
fullName: "com.azure.resourcemanager.cdn.fluent.models.OperationInner.OperationInner()"
name: "OperationInner()"
nameWithType: "OperationInner.OperationInner()"
summary: "Creates an instance of Operation<wbr>Inner class."
syntax: "public OperationInner()"
desc: "Creates an instance of OperationInner class."
methods:
- uid: "com.azure.resourcemanager.cdn.fluent.models.OperationInner.display()"
fullName: "com.azure.resourcemanager.cdn.fluent.models.OperationInner.display()"
name: "display()"
nameWithType: "OperationInner.display()"
summary: "Get the display property: The object that represents the operation."
syntax: "public OperationDisplay display()"
desc: "Get the display property: The object that represents the operation."
returns:
description: "the display value."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.OperationDisplay?alt=com.azure.resourcemanager.cdn.models.OperationDisplay&text=OperationDisplay\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.fluent.models.OperationInner.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.cdn.fluent.models.OperationInner.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "OperationInner.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Operation<wbr>Inner 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 OperationInner fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the OperationInner."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of OperationInner from the JsonReader."
returns:
description: "An instance of OperationInner 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.cdn.fluent.models.OperationInner?alt=com.azure.resourcemanager.cdn.fluent.models.OperationInner&text=OperationInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.fluent.models.OperationInner.isDataAction()"
fullName: "com.azure.resourcemanager.cdn.fluent.models.OperationInner.isDataAction()"
name: "isDataAction()"
nameWithType: "OperationInner.isDataAction()"
summary: "Get the is<wbr>Data<wbr>Action property: Indicates whether the operation is a data action."
syntax: "public Boolean isDataAction()"
desc: "Get the isDataAction property: Indicates whether the operation is a data action."
returns:
description: "the isDataAction value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.cdn.fluent.models.OperationInner.name()"
fullName: "com.azure.resourcemanager.cdn.fluent.models.OperationInner.name()"
name: "name()"
nameWithType: "OperationInner.name()"
summary: "Get the name property: Operation name: \\{provider\\}/\\{resource\\}/\\{operation\\}."
syntax: "public String name()"
desc: "Get the name property: Operation name: \\{provider\\}/\\{resource\\}/\\{operation\\}."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.cdn.fluent.models.OperationInner.origin()"
fullName: "com.azure.resourcemanager.cdn.fluent.models.OperationInner.origin()"
name: "origin()"
nameWithType: "OperationInner.origin()"
summary: "Get the origin property: The origin of operations."
syntax: "public String origin()"
desc: "Get the origin property: The origin of operations."
returns:
description: "the origin value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.cdn.fluent.models.OperationInner.serviceSpecification()"
fullName: "com.azure.resourcemanager.cdn.fluent.models.OperationInner.serviceSpecification()"
name: "serviceSpecification()"
nameWithType: "OperationInner.serviceSpecification()"
summary: "Get the service<wbr>Specification property: One property of operation, include metric specifications."
syntax: "public ServiceSpecification serviceSpecification()"
desc: "Get the serviceSpecification property: One property of operation, include metric specifications."
returns:
description: "the serviceSpecification value."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.ServiceSpecification?alt=com.azure.resourcemanager.cdn.models.ServiceSpecification&text=ServiceSpecification\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.fluent.models.OperationInner.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.cdn.fluent.models.OperationInner.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "OperationInner.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.cdn.fluent.models.OperationInner.validate()"
fullName: "com.azure.resourcemanager.cdn.fluent.models.OperationInner.validate()"
name: "validate()"
nameWithType: "OperationInner.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.cdn.fluent.models.OperationInner.withDisplay(com.azure.resourcemanager.cdn.models.OperationDisplay)"
fullName: "com.azure.resourcemanager.cdn.fluent.models.OperationInner.withDisplay(OperationDisplay display)"
name: "withDisplay(OperationDisplay display)"
nameWithType: "OperationInner.withDisplay(OperationDisplay display)"
summary: "Set the display property: The object that represents the operation."
parameters:
- description: "the display value to set."
name: "display"
type: "<xref href=\"com.azure.resourcemanager.cdn.models.OperationDisplay?alt=com.azure.resourcemanager.cdn.models.OperationDisplay&text=OperationDisplay\" data-throw-if-not-resolved=\"False\" />"
syntax: "public OperationInner withDisplay(OperationDisplay display)"
desc: "Set the display property: The object that represents the operation."
returns:
description: "the OperationInner object itself."
type: "<xref href=\"com.azure.resourcemanager.cdn.fluent.models.OperationInner?alt=com.azure.resourcemanager.cdn.fluent.models.OperationInner&text=OperationInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.fluent.models.OperationInner.withIsDataAction(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.cdn.fluent.models.OperationInner.withIsDataAction(Boolean isDataAction)"
name: "withIsDataAction(Boolean isDataAction)"
nameWithType: "OperationInner.withIsDataAction(Boolean isDataAction)"
summary: "Set the is<wbr>Data<wbr>Action property: Indicates whether the operation is a data action."
parameters:
- description: "the isDataAction value to set."
name: "isDataAction"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public OperationInner withIsDataAction(Boolean isDataAction)"
desc: "Set the isDataAction property: Indicates whether the operation is a data action."
returns:
description: "the OperationInner object itself."
type: "<xref href=\"com.azure.resourcemanager.cdn.fluent.models.OperationInner?alt=com.azure.resourcemanager.cdn.fluent.models.OperationInner&text=OperationInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.fluent.models.OperationInner.withServiceSpecification(com.azure.resourcemanager.cdn.models.ServiceSpecification)"
fullName: "com.azure.resourcemanager.cdn.fluent.models.OperationInner.withServiceSpecification(ServiceSpecification serviceSpecification)"
name: "withServiceSpecification(ServiceSpecification serviceSpecification)"
nameWithType: "OperationInner.withServiceSpecification(ServiceSpecification serviceSpecification)"
summary: "Set the service<wbr>Specification property: One property of operation, include metric specifications."
parameters:
- description: "the serviceSpecification value to set."
name: "serviceSpecification"
type: "<xref href=\"com.azure.resourcemanager.cdn.models.ServiceSpecification?alt=com.azure.resourcemanager.cdn.models.ServiceSpecification&text=ServiceSpecification\" data-throw-if-not-resolved=\"False\" />"
syntax: "public OperationInner withServiceSpecification(ServiceSpecification serviceSpecification)"
desc: "Set the serviceSpecification property: One property of operation, include metric specifications."
returns:
description: "the OperationInner object itself."
type: "<xref href=\"com.azure.resourcemanager.cdn.fluent.models.OperationInner?alt=com.azure.resourcemanager.cdn.fluent.models.OperationInner&text=OperationInner\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "CDN REST API operation."
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.cdn.fluent.models.OperationInner?alt=com.azure.resourcemanager.cdn.fluent.models.OperationInner&text=OperationInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.cdn.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-cdn:2.42.0