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

89 строки
5.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.msi.fluent.models.OperationInner"
fullName: "com.azure.resourcemanager.msi.fluent.models.OperationInner"
name: "OperationInner"
nameWithType: "OperationInner"
summary: "Microsoft.<wbr>Managed<wbr>Identity 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 OperationInner"
constructors:
- uid: "com.azure.resourcemanager.msi.fluent.models.OperationInner.OperationInner()"
fullName: "com.azure.resourcemanager.msi.fluent.models.OperationInner.OperationInner()"
name: "OperationInner()"
nameWithType: "OperationInner.OperationInner()"
syntax: "public OperationInner()"
methods:
- uid: "com.azure.resourcemanager.msi.fluent.models.OperationInner.display()"
fullName: "com.azure.resourcemanager.msi.fluent.models.OperationInner.display()"
name: "display()"
nameWithType: "OperationInner.display()"
summary: "Get the display property: Operation Display."
syntax: "public OperationDisplay display()"
desc: "Get the display property: Operation Display. The object that describes the operation."
returns:
description: "the display value."
type: "<xref href=\"com.azure.resourcemanager.msi.models.OperationDisplay?alt=com.azure.resourcemanager.msi.models.OperationDisplay&text=OperationDisplay\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.msi.fluent.models.OperationInner.name()"
fullName: "com.azure.resourcemanager.msi.fluent.models.OperationInner.name()"
name: "name()"
nameWithType: "OperationInner.name()"
summary: "Get the name property: Operation Name."
syntax: "public String name()"
desc: "Get the name property: Operation Name. The name of the REST Operation. This is of the format \\{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.msi.fluent.models.OperationInner.validate()"
fullName: "com.azure.resourcemanager.msi.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.msi.fluent.models.OperationInner.withDisplay(com.azure.resourcemanager.msi.models.OperationDisplay)"
fullName: "com.azure.resourcemanager.msi.fluent.models.OperationInner.withDisplay(OperationDisplay display)"
name: "withDisplay(OperationDisplay display)"
nameWithType: "OperationInner.withDisplay(OperationDisplay display)"
summary: "Set the display property: Operation Display."
parameters:
- description: "the display value to set."
name: "display"
type: "<xref href=\"com.azure.resourcemanager.msi.models.OperationDisplay?alt=com.azure.resourcemanager.msi.models.OperationDisplay&text=OperationDisplay\" data-throw-if-not-resolved=\"False\" />"
syntax: "public OperationInner withDisplay(OperationDisplay display)"
desc: "Set the display property: Operation Display. The object that describes the operation."
returns:
description: "the OperationInner object itself."
type: "<xref href=\"com.azure.resourcemanager.msi.fluent.models.OperationInner?alt=com.azure.resourcemanager.msi.fluent.models.OperationInner&text=OperationInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.msi.fluent.models.OperationInner.withName(java.lang.String)"
fullName: "com.azure.resourcemanager.msi.fluent.models.OperationInner.withName(String name)"
name: "withName(String name)"
nameWithType: "OperationInner.withName(String name)"
summary: "Set the name property: Operation Name."
parameters:
- description: "the name value to set."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public OperationInner withName(String name)"
desc: "Set the name property: Operation Name. The name of the REST Operation. This is of the format \\{provider\\}/\\{resource\\}/\\{operation\\}."
returns:
description: "the OperationInner object itself."
type: "<xref href=\"com.azure.resourcemanager.msi.fluent.models.OperationInner?alt=com.azure.resourcemanager.msi.fluent.models.OperationInner&text=OperationInner\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Microsoft.ManagedIdentity Operation. Operation supported by the Microsoft.ManagedIdentity REST API."
metadata: {}
package: "com.azure.resourcemanager.msi.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-msi:2.18.0