156 строки
13 KiB
YAML
156 строки
13 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.OperationsDiscovery"
|
|
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.OperationsDiscovery"
|
|
name: "OperationsDiscovery"
|
|
nameWithType: "OperationsDiscovery"
|
|
summary: "Operations discovery class."
|
|
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 **OperationsDiscovery**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.OperationsDiscovery.OperationsDiscovery()"
|
|
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.OperationsDiscovery.OperationsDiscovery()"
|
|
name: "OperationsDiscovery()"
|
|
nameWithType: "OperationsDiscovery.OperationsDiscovery()"
|
|
syntax: "public OperationsDiscovery()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.OperationsDiscovery.display()"
|
|
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.OperationsDiscovery.display()"
|
|
name: "display()"
|
|
nameWithType: "OperationsDiscovery.display()"
|
|
summary: "Get the display value."
|
|
syntax: "public Display display()"
|
|
desc: "Get the display value."
|
|
returns:
|
|
description: "the display value"
|
|
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.Display?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.Display&text=Display\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.OperationsDiscovery.isDataAction()"
|
|
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.OperationsDiscovery.isDataAction()"
|
|
name: "isDataAction()"
|
|
nameWithType: "OperationsDiscovery.isDataAction()"
|
|
summary: "Get indicates whether the operation is a data action."
|
|
syntax: "public Boolean isDataAction()"
|
|
desc: "Get indicates whether the operation is a data action."
|
|
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.resourcemover.v2021_01_01.OperationsDiscovery.name()"
|
|
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.OperationsDiscovery.name()"
|
|
name: "name()"
|
|
nameWithType: "OperationsDiscovery.name()"
|
|
summary: "Get gets or sets Name of the API."
|
|
syntax: "public String name()"
|
|
desc: "Get gets or sets Name of the API. The name of the operation being performed on this particular object. It should match the action name that appears in RBAC / the event service. Examples of operations include: Microsoft.Compute/virtualMachine/capture/action Microsoft.Compute/virtualMachine/restart/action Microsoft.Compute/virtualMachine/write Microsoft.Compute/virtualMachine/read Microsoft.Compute/virtualMachine/delete Each action should include, in order: (1) Resource Provider Namespace (2) Type hierarchy for which the action applies (e.g. server/databases for a SQL Azure database) (3) Read, Write, Action or Delete indicating which type applies. If it is a PUT/PATCH on a collection or named value, Write should be used. If it is a GET, Read should be used. If it is a DELETE, Delete should be used. If it is a POST, Action should be used. As a note: all resource providers would need to include the \"\\{Resource Provider Namespace\\}/register/action\" operation in their response. This API is used to register for their service, and should include details about the operation (e.g. a localized name for the resource provider + any special considerations like PII release)."
|
|
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.resourcemover.v2021_01_01.OperationsDiscovery.origin()"
|
|
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.OperationsDiscovery.origin()"
|
|
name: "origin()"
|
|
nameWithType: "OperationsDiscovery.origin()"
|
|
summary: "Get gets or sets Origin."
|
|
syntax: "public String origin()"
|
|
desc: "Get gets or sets Origin. The intended executor of the operation; governs the display of the operation in the RBAC UX and the audit logs UX. Default value is \"user,system\"."
|
|
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.resourcemover.v2021_01_01.OperationsDiscovery.properties()"
|
|
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.OperationsDiscovery.properties()"
|
|
name: "properties()"
|
|
nameWithType: "OperationsDiscovery.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.resourcemover.v2021_01_01.OperationsDiscovery.withDisplay(com.microsoft.azure.management.resourcemover.v2021_01_01.Display)"
|
|
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.OperationsDiscovery.withDisplay(Display display)"
|
|
name: "withDisplay(Display display)"
|
|
nameWithType: "OperationsDiscovery.withDisplay(Display display)"
|
|
summary: "Set the display value."
|
|
parameters:
|
|
- description: "the display value to set"
|
|
name: "display"
|
|
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.Display?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.Display&text=Display\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public OperationsDiscovery withDisplay(Display display)"
|
|
desc: "Set the display value."
|
|
returns:
|
|
description: "the OperationsDiscovery object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.OperationsDiscovery?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.OperationsDiscovery&text=OperationsDiscovery\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.OperationsDiscovery.withIsDataAction(java.lang.Boolean)"
|
|
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.OperationsDiscovery.withIsDataAction(Boolean isDataAction)"
|
|
name: "withIsDataAction(Boolean isDataAction)"
|
|
nameWithType: "OperationsDiscovery.withIsDataAction(Boolean isDataAction)"
|
|
summary: "Set indicates whether the operation is a data action."
|
|
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 OperationsDiscovery withIsDataAction(Boolean isDataAction)"
|
|
desc: "Set indicates whether the operation is a data action."
|
|
returns:
|
|
description: "the OperationsDiscovery object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.OperationsDiscovery?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.OperationsDiscovery&text=OperationsDiscovery\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.OperationsDiscovery.withName(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.OperationsDiscovery.withName(String name)"
|
|
name: "withName(String name)"
|
|
nameWithType: "OperationsDiscovery.withName(String name)"
|
|
summary: "Set gets or sets Name of the API."
|
|
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 OperationsDiscovery withName(String name)"
|
|
desc: "Set gets or sets Name of the API. The name of the operation being performed on this particular object. It should match the action name that appears in RBAC / the event service. Examples of operations include: Microsoft.Compute/virtualMachine/capture/action Microsoft.Compute/virtualMachine/restart/action Microsoft.Compute/virtualMachine/write Microsoft.Compute/virtualMachine/read Microsoft.Compute/virtualMachine/delete Each action should include, in order: (1) Resource Provider Namespace (2) Type hierarchy for which the action applies (e.g. server/databases for a SQL Azure database) (3) Read, Write, Action or Delete indicating which type applies. If it is a PUT/PATCH on a collection or named value, Write should be used. If it is a GET, Read should be used. If it is a DELETE, Delete should be used. If it is a POST, Action should be used. As a note: all resource providers would need to include the \"\\{Resource Provider Namespace\\}/register/action\" operation in their response. This API is used to register for their service, and should include details about the operation (e.g. a localized name for the resource provider + any special considerations like PII release)."
|
|
returns:
|
|
description: "the OperationsDiscovery object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.OperationsDiscovery?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.OperationsDiscovery&text=OperationsDiscovery\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.OperationsDiscovery.withOrigin(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.OperationsDiscovery.withOrigin(String origin)"
|
|
name: "withOrigin(String origin)"
|
|
nameWithType: "OperationsDiscovery.withOrigin(String origin)"
|
|
summary: "Set gets or sets Origin."
|
|
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 OperationsDiscovery withOrigin(String origin)"
|
|
desc: "Set gets or sets Origin. The intended executor of the operation; governs the display of the operation in the RBAC UX and the audit logs UX. Default value is \"user,system\"."
|
|
returns:
|
|
description: "the OperationsDiscovery object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.OperationsDiscovery?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.OperationsDiscovery&text=OperationsDiscovery\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.OperationsDiscovery.withProperties(java.lang.Object)"
|
|
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.OperationsDiscovery.withProperties(Object properties)"
|
|
name: "withProperties(Object properties)"
|
|
nameWithType: "OperationsDiscovery.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 OperationsDiscovery withProperties(Object properties)"
|
|
desc: "Set the properties value."
|
|
returns:
|
|
description: "the OperationsDiscovery object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.OperationsDiscovery?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.OperationsDiscovery&text=OperationsDiscovery\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Operations discovery class."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.resourcemover.v2021_01_01"
|
|
artifact: com.microsoft.azure.resourcemover.v2021_01_01:azure-mgmt-resourcemover:1.0.0
|