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

180 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.graphrbac.ProviderOperation"
fullName: "com.microsoft.azure.management.graphrbac.ProviderOperation"
name: "ProviderOperation"
nameWithType: "ProviderOperation"
summary: "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 **ProviderOperation**"
constructors:
- uid: "com.microsoft.azure.management.graphrbac.ProviderOperation.ProviderOperation()"
fullName: "com.microsoft.azure.management.graphrbac.ProviderOperation.ProviderOperation()"
name: "ProviderOperation()"
nameWithType: "ProviderOperation.ProviderOperation()"
syntax: "public ProviderOperation()"
methods:
- uid: "com.microsoft.azure.management.graphrbac.ProviderOperation.description()"
fullName: "com.microsoft.azure.management.graphrbac.ProviderOperation.description()"
name: "description()"
nameWithType: "ProviderOperation.description()"
summary: "Get the description value."
syntax: "public String description()"
desc: "Get the description value."
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.graphrbac.ProviderOperation.displayName()"
fullName: "com.microsoft.azure.management.graphrbac.ProviderOperation.displayName()"
name: "displayName()"
nameWithType: "ProviderOperation.displayName()"
summary: "Get the display<wbr>Name value."
syntax: "public String displayName()"
desc: "Get the displayName value."
returns:
description: "the displayName value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.graphrbac.ProviderOperation.isDataAction()"
fullName: "com.microsoft.azure.management.graphrbac.ProviderOperation.isDataAction()"
name: "isDataAction()"
nameWithType: "ProviderOperation.isDataAction()"
summary: "Get the is<wbr>Data<wbr>Action value."
syntax: "public Boolean isDataAction()"
desc: "Get the isDataAction value."
returns:
description: "the isDataAction value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.graphrbac.ProviderOperation.name()"
fullName: "com.microsoft.azure.management.graphrbac.ProviderOperation.name()"
name: "name()"
nameWithType: "ProviderOperation.name()"
summary: "Get the name value."
syntax: "public String name()"
desc: "Get the name value."
returns:
description: "the name value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.graphrbac.ProviderOperation.origin()"
fullName: "com.microsoft.azure.management.graphrbac.ProviderOperation.origin()"
name: "origin()"
nameWithType: "ProviderOperation.origin()"
summary: "Get the origin value."
syntax: "public String origin()"
desc: "Get the origin value."
returns:
description: "the origin value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.graphrbac.ProviderOperation.properties()"
fullName: "com.microsoft.azure.management.graphrbac.ProviderOperation.properties()"
name: "properties()"
nameWithType: "ProviderOperation.properties()"
summary: "Get the properties value."
syntax: "public Object properties()"
desc: "Get the properties value."
returns:
description: "the properties value"
type: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.graphrbac.ProviderOperation.withDescription(java.lang.String)"
fullName: "com.microsoft.azure.management.graphrbac.ProviderOperation.withDescription(String description)"
name: "withDescription(String description)"
nameWithType: "ProviderOperation.withDescription(String description)"
summary: "Set the description value."
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 ProviderOperation withDescription(String description)"
desc: "Set the description value."
returns:
description: "the ProviderOperation object itself."
type: "<xref href=\"com.microsoft.azure.management.graphrbac.ProviderOperation?alt=com.microsoft.azure.management.graphrbac.ProviderOperation&text=ProviderOperation\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.graphrbac.ProviderOperation.withDisplayName(java.lang.String)"
fullName: "com.microsoft.azure.management.graphrbac.ProviderOperation.withDisplayName(String displayName)"
name: "withDisplayName(String displayName)"
nameWithType: "ProviderOperation.withDisplayName(String displayName)"
summary: "Set the display<wbr>Name value."
parameters:
- description: "the displayName value to set"
name: "displayName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ProviderOperation withDisplayName(String displayName)"
desc: "Set the displayName value."
returns:
description: "the ProviderOperation object itself."
type: "<xref href=\"com.microsoft.azure.management.graphrbac.ProviderOperation?alt=com.microsoft.azure.management.graphrbac.ProviderOperation&text=ProviderOperation\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.graphrbac.ProviderOperation.withIsDataAction(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.graphrbac.ProviderOperation.withIsDataAction(Boolean isDataAction)"
name: "withIsDataAction(Boolean isDataAction)"
nameWithType: "ProviderOperation.withIsDataAction(Boolean isDataAction)"
summary: "Set the is<wbr>Data<wbr>Action value."
parameters:
- description: "the isDataAction value to set"
name: "isDataAction"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ProviderOperation withIsDataAction(Boolean isDataAction)"
desc: "Set the isDataAction value."
returns:
description: "the ProviderOperation object itself."
type: "<xref href=\"com.microsoft.azure.management.graphrbac.ProviderOperation?alt=com.microsoft.azure.management.graphrbac.ProviderOperation&text=ProviderOperation\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.graphrbac.ProviderOperation.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.graphrbac.ProviderOperation.withName(String name)"
name: "withName(String name)"
nameWithType: "ProviderOperation.withName(String name)"
summary: "Set the name value."
parameters:
- description: "the name value to set"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ProviderOperation withName(String name)"
desc: "Set the name value."
returns:
description: "the ProviderOperation object itself."
type: "<xref href=\"com.microsoft.azure.management.graphrbac.ProviderOperation?alt=com.microsoft.azure.management.graphrbac.ProviderOperation&text=ProviderOperation\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.graphrbac.ProviderOperation.withOrigin(java.lang.String)"
fullName: "com.microsoft.azure.management.graphrbac.ProviderOperation.withOrigin(String origin)"
name: "withOrigin(String origin)"
nameWithType: "ProviderOperation.withOrigin(String origin)"
summary: "Set the origin value."
parameters:
- description: "the origin value to set"
name: "origin"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ProviderOperation withOrigin(String origin)"
desc: "Set the origin value."
returns:
description: "the ProviderOperation object itself."
type: "<xref href=\"com.microsoft.azure.management.graphrbac.ProviderOperation?alt=com.microsoft.azure.management.graphrbac.ProviderOperation&text=ProviderOperation\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.graphrbac.ProviderOperation.withProperties(java.lang.Object)"
fullName: "com.microsoft.azure.management.graphrbac.ProviderOperation.withProperties(Object properties)"
name: "withProperties(Object properties)"
nameWithType: "ProviderOperation.withProperties(Object properties)"
summary: "Set the properties value."
parameters:
- description: "the properties value to set"
name: "properties"
type: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ProviderOperation withProperties(Object properties)"
desc: "Set the properties value."
returns:
description: "the ProviderOperation object itself."
type: "<xref href=\"com.microsoft.azure.management.graphrbac.ProviderOperation?alt=com.microsoft.azure.management.graphrbac.ProviderOperation&text=ProviderOperation\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Operation."
metadata: {}
package: "com.microsoft.azure.management.graphrbac"
artifact: com.microsoft.azure:azure-mgmt-graph-rbac:1.41.4