azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

132 строки
8.6 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.OperationInfo"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.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: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **OperationInfo**"
constructors:
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.OperationInfo.OperationInfo()"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.OperationInfo.OperationInfo()"
name: "OperationInfo()"
nameWithType: "OperationInfo.OperationInfo()"
syntax: "public OperationInfo()"
methods:
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.OperationInfo.description()"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.OperationInfo.description()"
name: "description()"
nameWithType: "OperationInfo.description()"
summary: "Get description of the operation."
syntax: "public String description()"
desc: "Get description of the operation."
returns:
description: "the description value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.OperationInfo.operation()"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.OperationInfo.operation()"
name: "operation()"
nameWithType: "OperationInfo.operation()"
summary: "Get name of the operation."
syntax: "public String operation()"
desc: "Get name of the operation."
returns:
description: "the operation value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.OperationInfo.provider()"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.OperationInfo.provider()"
name: "provider()"
nameWithType: "OperationInfo.provider()"
summary: "Get name of the provider."
syntax: "public String provider()"
desc: "Get name of the provider."
returns:
description: "the provider value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.OperationInfo.resource()"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.OperationInfo.resource()"
name: "resource()"
nameWithType: "OperationInfo.resource()"
summary: "Get name of the resource type."
syntax: "public String resource()"
desc: "Get name of the resource type."
returns:
description: "the resource value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.OperationInfo.withDescription(java.lang.String)"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.OperationInfo.withDescription(String description)"
name: "withDescription(String description)"
nameWithType: "OperationInfo.withDescription(String description)"
summary: "Set description of the operation."
parameters:
- description: "the description value to set"
name: "description"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public OperationInfo withDescription(String description)"
desc: "Set description of the operation."
returns:
description: "the OperationInfo object itself."
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.OperationInfo?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.OperationInfo&text=OperationInfo\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.OperationInfo.withOperation(java.lang.String)"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.OperationInfo.withOperation(String operation)"
name: "withOperation(String operation)"
nameWithType: "OperationInfo.withOperation(String operation)"
summary: "Set name of the operation."
parameters:
- description: "the operation value to set"
name: "operation"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public OperationInfo withOperation(String operation)"
desc: "Set name of the operation."
returns:
description: "the OperationInfo object itself."
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.OperationInfo?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.OperationInfo&text=OperationInfo\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.OperationInfo.withProvider(java.lang.String)"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.OperationInfo.withProvider(String provider)"
name: "withProvider(String provider)"
nameWithType: "OperationInfo.withProvider(String provider)"
summary: "Set name of the provider."
parameters:
- description: "the provider value to set"
name: "provider"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public OperationInfo withProvider(String provider)"
desc: "Set name of the provider."
returns:
description: "the OperationInfo object itself."
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.OperationInfo?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.OperationInfo&text=OperationInfo\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.OperationInfo.withResource(java.lang.String)"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.OperationInfo.withResource(String resource)"
name: "withResource(String resource)"
nameWithType: "OperationInfo.withResource(String resource)"
summary: "Set name of the resource type."
parameters:
- description: "the resource value to set"
name: "resource"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public OperationInfo withResource(String resource)"
desc: "Set name of the resource type."
returns:
description: "the OperationInfo object itself."
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.OperationInfo?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.OperationInfo&text=OperationInfo\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Information about an operation."
metadata: {}
package: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview"
artifact: com.microsoft.azure.eventgrid.v2020_04_01_preview:azure-mgmt-eventgrid:1.0.0-beta-3