85 строки
5.5 KiB
YAML
85 строки
5.5 KiB
YAML
|
### YamlMime:JavaType
|
||
|
uid: "com.azure.resourcemanager.apicenter.models.OperationDisplay"
|
||
|
fullName: "com.azure.resourcemanager.apicenter.models.OperationDisplay"
|
||
|
name: "OperationDisplay"
|
||
|
nameWithType: "OperationDisplay"
|
||
|
summary: "Localized display information for this particular 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 **OperationDisplay**"
|
||
|
constructors:
|
||
|
- uid: "com.azure.resourcemanager.apicenter.models.OperationDisplay.OperationDisplay()"
|
||
|
fullName: "com.azure.resourcemanager.apicenter.models.OperationDisplay.OperationDisplay()"
|
||
|
name: "OperationDisplay()"
|
||
|
nameWithType: "OperationDisplay.OperationDisplay()"
|
||
|
summary: "Creates an instance of Operation<wbr>Display class."
|
||
|
syntax: "public OperationDisplay()"
|
||
|
desc: "Creates an instance of OperationDisplay class."
|
||
|
methods:
|
||
|
- uid: "com.azure.resourcemanager.apicenter.models.OperationDisplay.description()"
|
||
|
fullName: "com.azure.resourcemanager.apicenter.models.OperationDisplay.description()"
|
||
|
name: "description()"
|
||
|
nameWithType: "OperationDisplay.description()"
|
||
|
summary: "Get the description property: The short, localized friendly description of the operation; suitable for tool tips and detailed views."
|
||
|
syntax: "public String description()"
|
||
|
desc: "Get the description property: The short, localized friendly description of the operation; suitable for tool tips and detailed views."
|
||
|
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.apicenter.models.OperationDisplay.operation()"
|
||
|
fullName: "com.azure.resourcemanager.apicenter.models.OperationDisplay.operation()"
|
||
|
name: "operation()"
|
||
|
nameWithType: "OperationDisplay.operation()"
|
||
|
summary: "Get the operation property: The concise, localized friendly name for the operation; suitable for dropdowns."
|
||
|
syntax: "public String operation()"
|
||
|
desc: "Get the operation property: The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\"."
|
||
|
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.apicenter.models.OperationDisplay.provider()"
|
||
|
fullName: "com.azure.resourcemanager.apicenter.models.OperationDisplay.provider()"
|
||
|
name: "provider()"
|
||
|
nameWithType: "OperationDisplay.provider()"
|
||
|
summary: "Get the provider property: The localized friendly form of the resource provider name, e.<wbr>g."
|
||
|
syntax: "public String provider()"
|
||
|
desc: "Get the provider property: The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\"."
|
||
|
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.apicenter.models.OperationDisplay.resource()"
|
||
|
fullName: "com.azure.resourcemanager.apicenter.models.OperationDisplay.resource()"
|
||
|
name: "resource()"
|
||
|
nameWithType: "OperationDisplay.resource()"
|
||
|
summary: "Get the resource property: The localized friendly name of the resource type related to this operation."
|
||
|
syntax: "public String resource()"
|
||
|
desc: "Get the resource property: The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\"."
|
||
|
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.apicenter.models.OperationDisplay.validate()"
|
||
|
fullName: "com.azure.resourcemanager.apicenter.models.OperationDisplay.validate()"
|
||
|
name: "validate()"
|
||
|
nameWithType: "OperationDisplay.validate()"
|
||
|
summary: "Validates the instance."
|
||
|
syntax: "public void validate()"
|
||
|
desc: "Validates the instance."
|
||
|
type: "class"
|
||
|
desc: "Localized display information for this particular operation."
|
||
|
metadata: {}
|
||
|
package: "com.azure.resourcemanager.apicenter.models"
|
||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-apicenter:1.0.0
|