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

132 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.Display"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.Display"
name: "Display"
nameWithType: "Display"
summary: "Contains the localized display information for this particular operation / action."
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 **Display**"
constructors:
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.Display.Display()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.Display.Display()"
name: "Display()"
nameWithType: "Display.Display()"
syntax: "public Display()"
methods:
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.Display.description()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.Display.description()"
name: "description()"
nameWithType: "Display.description()"
summary: "Get gets or sets the description."
syntax: "public String description()"
desc: "Get gets or sets the description. The localized friendly description for the operation, as it should be shown to the user. It should be thorough, yet concise \\\\u2013 it will be used in tool tips and detailed views. Prescriptive guidance for namespace: Read any 'display.provider' resource Create or Update any 'display.provider' resource Delete any 'display.provider' resource Perform any other action on any 'display.provider' resource Prescriptive guidance for namespace: Read any 'display.resource' Create or Update any 'display.resource' Delete any 'display.resource' 'ActionName' any 'display.resources'."
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.resourcemover.v2021_01_01.Display.operation()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.Display.operation()"
name: "operation()"
nameWithType: "Display.operation()"
summary: "Get gets or sets the operation."
syntax: "public String operation()"
desc: "Get gets or sets the operation. The localized friendly name for the operation, as it should be shown to the user. It should be concise (to fit in drop downs) but clear (i.e. self-documenting). It should use Title Casing. Prescriptive guidance: Read Create or Update Delete 'ActionName'."
returns:
description: "the operation 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.Display.provider()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.Display.provider()"
name: "provider()"
nameWithType: "Display.provider()"
summary: "Get gets or sets the provider."
syntax: "public String provider()"
desc: "Get gets or sets the provider. The localized friendly form of the resource provider name \\\\u2013 it is expected to also include the publisher/company responsible. It should use Title Casing and begin with \"Microsoft\" for 1st party services. e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute.\"."
returns:
description: "the provider 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.Display.resource()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.Display.resource()"
name: "resource()"
nameWithType: "Display.resource()"
summary: "Get gets or sets the resource."
syntax: "public String resource()"
desc: "Get gets or sets the resource. The localized friendly form of the resource related to this action/operation \\\\u2013 it should match the public documentation for the resource provider. It should use Title Casing. This value should be unique for a particular URL type (e.g. nested types should \\*not\\* reuse their parent\\\\u2019s display.resource field) e.g. \"Virtual Machines\" or \"Scheduler Job Collections\", or \"Virtual Machine VM Sizes\" or \"Scheduler Jobs\"."
returns:
description: "the resource 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.Display.withDescription(java.lang.String)"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.Display.withDescription(String description)"
name: "withDescription(String description)"
nameWithType: "Display.withDescription(String description)"
summary: "Set gets or sets the description."
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 Display withDescription(String description)"
desc: "Set gets or sets the description. The localized friendly description for the operation, as it should be shown to the user. It should be thorough, yet concise \\\\u2013 it will be used in tool tips and detailed views. Prescriptive guidance for namespace: Read any 'display.provider' resource Create or Update any 'display.provider' resource Delete any 'display.provider' resource Perform any other action on any 'display.provider' resource Prescriptive guidance for namespace: Read any 'display.resource' Create or Update any 'display.resource' Delete any 'display.resource' 'ActionName' any 'display.resources'."
returns:
description: "the Display object itself."
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.Display.withOperation(java.lang.String)"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.Display.withOperation(String operation)"
name: "withOperation(String operation)"
nameWithType: "Display.withOperation(String operation)"
summary: "Set gets or sets the operation."
parameters:
- description: "the operation value to set"
name: "operation"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Display withOperation(String operation)"
desc: "Set gets or sets the operation. The localized friendly name for the operation, as it should be shown to the user. It should be concise (to fit in drop downs) but clear (i.e. self-documenting). It should use Title Casing. Prescriptive guidance: Read Create or Update Delete 'ActionName'."
returns:
description: "the Display object itself."
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.Display.withProvider(java.lang.String)"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.Display.withProvider(String provider)"
name: "withProvider(String provider)"
nameWithType: "Display.withProvider(String provider)"
summary: "Set gets or sets the provider."
parameters:
- description: "the provider value to set"
name: "provider"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Display withProvider(String provider)"
desc: "Set gets or sets the provider. The localized friendly form of the resource provider name \\\\u2013 it is expected to also include the publisher/company responsible. It should use Title Casing and begin with \"Microsoft\" for 1st party services. e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute.\"."
returns:
description: "the Display object itself."
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.Display.withResource(java.lang.String)"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.Display.withResource(String resource)"
name: "withResource(String resource)"
nameWithType: "Display.withResource(String resource)"
summary: "Set gets or sets the resource."
parameters:
- description: "the resource value to set"
name: "resource"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Display withResource(String resource)"
desc: "Set gets or sets the resource. The localized friendly form of the resource related to this action/operation \\\\u2013 it should match the public documentation for the resource provider. It should use Title Casing. This value should be unique for a particular URL type (e.g. nested types should \\*not\\* reuse their parent\\\\u2019s display.resource field) e.g. \"Virtual Machines\" or \"Scheduler Job Collections\", or \"Virtual Machine VM Sizes\" or \"Scheduler Jobs\"."
returns:
description: "the Display object itself."
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\" />"
type: "class"
desc: "Contains the localized display information for this particular operation / action. These value will be used by several clients for (1) custom role definitions for RBAC; (2) complex query filters for the event service; and (3) audit history / records for management operations."
metadata: {}
package: "com.microsoft.azure.management.resourcemover.v2021_01_01"
artifact: com.microsoft.azure.resourcemover.v2021_01_01:azure-mgmt-resourcemover:1.0.0