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

141 строка
8.5 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.maintenance.models.OperationInfo"
fullName: "com.azure.resourcemanager.maintenance.models.OperationInfo"
name: "OperationInfo"
nameWithType: "OperationInfo"
summary: "Information about an 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 **OperationInfo**"
constructors:
- uid: "com.azure.resourcemanager.maintenance.models.OperationInfo.OperationInfo()"
fullName: "com.azure.resourcemanager.maintenance.models.OperationInfo.OperationInfo()"
name: "OperationInfo()"
nameWithType: "OperationInfo.OperationInfo()"
summary: "Creates an instance of Operation<wbr>Info class."
syntax: "public OperationInfo()"
desc: "Creates an instance of OperationInfo class."
methods:
- uid: "com.azure.resourcemanager.maintenance.models.OperationInfo.description()"
fullName: "com.azure.resourcemanager.maintenance.models.OperationInfo.description()"
name: "description()"
nameWithType: "OperationInfo.description()"
summary: "Get the description property: Description of the operation."
syntax: "public String description()"
desc: "Get the description property: Description of the operation."
returns:
description: "the description value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.maintenance.models.OperationInfo.operation()"
fullName: "com.azure.resourcemanager.maintenance.models.OperationInfo.operation()"
name: "operation()"
nameWithType: "OperationInfo.operation()"
summary: "Get the operation property: Name of the operation."
syntax: "public String operation()"
desc: "Get the operation property: Name of the operation."
returns:
description: "the operation value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.maintenance.models.OperationInfo.provider()"
fullName: "com.azure.resourcemanager.maintenance.models.OperationInfo.provider()"
name: "provider()"
nameWithType: "OperationInfo.provider()"
summary: "Get the provider property: Name of the provider."
syntax: "public String provider()"
desc: "Get the provider property: Name of the provider."
returns:
description: "the provider value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.maintenance.models.OperationInfo.resource()"
fullName: "com.azure.resourcemanager.maintenance.models.OperationInfo.resource()"
name: "resource()"
nameWithType: "OperationInfo.resource()"
summary: "Get the resource property: Name of the resource type."
syntax: "public String resource()"
desc: "Get the resource property: Name of the resource type."
returns:
description: "the resource value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.maintenance.models.OperationInfo.validate()"
fullName: "com.azure.resourcemanager.maintenance.models.OperationInfo.validate()"
name: "validate()"
nameWithType: "OperationInfo.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.maintenance.models.OperationInfo.withDescription(java.lang.String)"
fullName: "com.azure.resourcemanager.maintenance.models.OperationInfo.withDescription(String description)"
name: "withDescription(String description)"
nameWithType: "OperationInfo.withDescription(String description)"
summary: "Set the description property: Description of the operation."
parameters:
- description: "the description value to set."
name: "description"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public OperationInfo withDescription(String description)"
desc: "Set the description property: Description of the operation."
returns:
description: "the OperationInfo object itself."
type: "<xref href=\"com.azure.resourcemanager.maintenance.models.OperationInfo?alt=com.azure.resourcemanager.maintenance.models.OperationInfo&text=OperationInfo\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.maintenance.models.OperationInfo.withOperation(java.lang.String)"
fullName: "com.azure.resourcemanager.maintenance.models.OperationInfo.withOperation(String operation)"
name: "withOperation(String operation)"
nameWithType: "OperationInfo.withOperation(String operation)"
summary: "Set the operation property: Name of the operation."
parameters:
- description: "the operation value to set."
name: "operation"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public OperationInfo withOperation(String operation)"
desc: "Set the operation property: Name of the operation."
returns:
description: "the OperationInfo object itself."
type: "<xref href=\"com.azure.resourcemanager.maintenance.models.OperationInfo?alt=com.azure.resourcemanager.maintenance.models.OperationInfo&text=OperationInfo\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.maintenance.models.OperationInfo.withProvider(java.lang.String)"
fullName: "com.azure.resourcemanager.maintenance.models.OperationInfo.withProvider(String provider)"
name: "withProvider(String provider)"
nameWithType: "OperationInfo.withProvider(String provider)"
summary: "Set the provider property: Name of the provider."
parameters:
- description: "the provider value to set."
name: "provider"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public OperationInfo withProvider(String provider)"
desc: "Set the provider property: Name of the provider."
returns:
description: "the OperationInfo object itself."
type: "<xref href=\"com.azure.resourcemanager.maintenance.models.OperationInfo?alt=com.azure.resourcemanager.maintenance.models.OperationInfo&text=OperationInfo\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.maintenance.models.OperationInfo.withResource(java.lang.String)"
fullName: "com.azure.resourcemanager.maintenance.models.OperationInfo.withResource(String resource)"
name: "withResource(String resource)"
nameWithType: "OperationInfo.withResource(String resource)"
summary: "Set the resource property: Name of the resource type."
parameters:
- description: "the resource value to set."
name: "resource"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public OperationInfo withResource(String resource)"
desc: "Set the resource property: Name of the resource type."
returns:
description: "the OperationInfo object itself."
type: "<xref href=\"com.azure.resourcemanager.maintenance.models.OperationInfo?alt=com.azure.resourcemanager.maintenance.models.OperationInfo&text=OperationInfo\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Information about an operation."
metadata: {}
package: "com.azure.resourcemanager.maintenance.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-maintenance:1.0.0