137 строки
7.8 KiB
YAML
137 строки
7.8 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.network.models.OperationDisplay"
|
|
fullName: "com.azure.resourcemanager.network.models.OperationDisplay"
|
|
name: "OperationDisplay"
|
|
nameWithType: "OperationDisplay"
|
|
summary: "Display metadata associated with the operation."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedMembers:
|
|
- "java.lang.Object.clone()"
|
|
- "java.lang.Object.equals(java.lang.Object)"
|
|
- "java.lang.Object.finalize()"
|
|
- "java.lang.Object.getClass()"
|
|
- "java.lang.Object.hashCode()"
|
|
- "java.lang.Object.notify()"
|
|
- "java.lang.Object.notifyAll()"
|
|
- "java.lang.Object.toString()"
|
|
- "java.lang.Object.wait()"
|
|
- "java.lang.Object.wait(long)"
|
|
- "java.lang.Object.wait(long,int)"
|
|
syntax: "public final class OperationDisplay"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.network.models.OperationDisplay.OperationDisplay()"
|
|
fullName: "com.azure.resourcemanager.network.models.OperationDisplay.OperationDisplay()"
|
|
name: "OperationDisplay()"
|
|
nameWithType: "OperationDisplay.OperationDisplay()"
|
|
syntax: "public OperationDisplay()"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.network.models.OperationDisplay.description()"
|
|
fullName: "com.azure.resourcemanager.network.models.OperationDisplay.description()"
|
|
name: "description()"
|
|
nameWithType: "OperationDisplay.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.network.models.OperationDisplay.operation()"
|
|
fullName: "com.azure.resourcemanager.network.models.OperationDisplay.operation()"
|
|
name: "operation()"
|
|
nameWithType: "OperationDisplay.operation()"
|
|
summary: "Get the operation property: Type of the operation: get, read, delete, etc."
|
|
syntax: "public String operation()"
|
|
desc: "Get the operation property: Type of the operation: get, read, delete, etc."
|
|
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.network.models.OperationDisplay.provider()"
|
|
fullName: "com.azure.resourcemanager.network.models.OperationDisplay.provider()"
|
|
name: "provider()"
|
|
nameWithType: "OperationDisplay.provider()"
|
|
summary: "Get the provider property: Service provider: Microsoft Network."
|
|
syntax: "public String provider()"
|
|
desc: "Get the provider property: Service provider: Microsoft Network."
|
|
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.network.models.OperationDisplay.resource()"
|
|
fullName: "com.azure.resourcemanager.network.models.OperationDisplay.resource()"
|
|
name: "resource()"
|
|
nameWithType: "OperationDisplay.resource()"
|
|
summary: "Get the resource property: Resource on which the operation is performed."
|
|
syntax: "public String resource()"
|
|
desc: "Get the resource property: Resource on which the operation is performed."
|
|
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.network.models.OperationDisplay.validate()"
|
|
fullName: "com.azure.resourcemanager.network.models.OperationDisplay.validate()"
|
|
name: "validate()"
|
|
nameWithType: "OperationDisplay.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.network.models.OperationDisplay.withDescription(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.network.models.OperationDisplay.withDescription(String description)"
|
|
name: "withDescription(String description)"
|
|
nameWithType: "OperationDisplay.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 OperationDisplay withDescription(String description)"
|
|
desc: "Set the description property: Description of the operation."
|
|
returns:
|
|
description: "the OperationDisplay object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.network.models.OperationDisplay?alt=com.azure.resourcemanager.network.models.OperationDisplay&text=OperationDisplay\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.network.models.OperationDisplay.withOperation(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.network.models.OperationDisplay.withOperation(String operation)"
|
|
name: "withOperation(String operation)"
|
|
nameWithType: "OperationDisplay.withOperation(String operation)"
|
|
summary: "Set the operation property: Type of the operation: get, read, delete, etc."
|
|
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 OperationDisplay withOperation(String operation)"
|
|
desc: "Set the operation property: Type of the operation: get, read, delete, etc."
|
|
returns:
|
|
description: "the OperationDisplay object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.network.models.OperationDisplay?alt=com.azure.resourcemanager.network.models.OperationDisplay&text=OperationDisplay\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.network.models.OperationDisplay.withProvider(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.network.models.OperationDisplay.withProvider(String provider)"
|
|
name: "withProvider(String provider)"
|
|
nameWithType: "OperationDisplay.withProvider(String provider)"
|
|
summary: "Set the provider property: Service provider: Microsoft Network."
|
|
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 OperationDisplay withProvider(String provider)"
|
|
desc: "Set the provider property: Service provider: Microsoft Network."
|
|
returns:
|
|
description: "the OperationDisplay object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.network.models.OperationDisplay?alt=com.azure.resourcemanager.network.models.OperationDisplay&text=OperationDisplay\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.network.models.OperationDisplay.withResource(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.network.models.OperationDisplay.withResource(String resource)"
|
|
name: "withResource(String resource)"
|
|
nameWithType: "OperationDisplay.withResource(String resource)"
|
|
summary: "Set the resource property: Resource on which the operation is performed."
|
|
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 OperationDisplay withResource(String resource)"
|
|
desc: "Set the resource property: Resource on which the operation is performed."
|
|
returns:
|
|
description: "the OperationDisplay object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.network.models.OperationDisplay?alt=com.azure.resourcemanager.network.models.OperationDisplay&text=OperationDisplay\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Display metadata associated with the operation."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.network.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.18.0
|