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

141 строка
12 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.resourcemover.models.Display"
fullName: "com.azure.resourcemanager.resourcemover.models.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: "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 **Display**"
constructors:
- uid: "com.azure.resourcemanager.resourcemover.models.Display.Display()"
fullName: "com.azure.resourcemanager.resourcemover.models.Display.Display()"
name: "Display()"
nameWithType: "Display.Display()"
summary: "Creates an instance of Display class."
syntax: "public Display()"
desc: "Creates an instance of Display class."
methods:
- uid: "com.azure.resourcemanager.resourcemover.models.Display.description()"
fullName: "com.azure.resourcemanager.resourcemover.models.Display.description()"
name: "description()"
nameWithType: "Display.description()"
summary: "Get the description property: Gets or sets the description."
syntax: "public String description()"
desc: "Get the description property: 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.resourcemover.models.Display.operation()"
fullName: "com.azure.resourcemanager.resourcemover.models.Display.operation()"
name: "operation()"
nameWithType: "Display.operation()"
summary: "Get the operation property: Gets or sets the operation."
syntax: "public String operation()"
desc: "Get the operation property: 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.resourcemover.models.Display.provider()"
fullName: "com.azure.resourcemanager.resourcemover.models.Display.provider()"
name: "provider()"
nameWithType: "Display.provider()"
summary: "Get the provider property: Gets or sets the provider."
syntax: "public String provider()"
desc: "Get the provider property: 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.resourcemover.models.Display.resource()"
fullName: "com.azure.resourcemanager.resourcemover.models.Display.resource()"
name: "resource()"
nameWithType: "Display.resource()"
summary: "Get the resource property: Gets or sets the resource."
syntax: "public String resource()"
desc: "Get the resource property: 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.resourcemover.models.Display.validate()"
fullName: "com.azure.resourcemanager.resourcemover.models.Display.validate()"
name: "validate()"
nameWithType: "Display.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.resourcemover.models.Display.withDescription(java.lang.String)"
fullName: "com.azure.resourcemanager.resourcemover.models.Display.withDescription(String description)"
name: "withDescription(String description)"
nameWithType: "Display.withDescription(String description)"
summary: "Set the description property: Gets or sets the description."
parameters:
- description: "the description value to set."
name: "description"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public Display withDescription(String description)"
desc: "Set the description property: 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.azure.resourcemanager.resourcemover.models.Display?alt=com.azure.resourcemanager.resourcemover.models.Display&text=Display\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.resourcemover.models.Display.withOperation(java.lang.String)"
fullName: "com.azure.resourcemanager.resourcemover.models.Display.withOperation(String operation)"
name: "withOperation(String operation)"
nameWithType: "Display.withOperation(String operation)"
summary: "Set the operation property: Gets or sets the operation."
parameters:
- description: "the operation value to set."
name: "operation"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public Display withOperation(String operation)"
desc: "Set the operation property: 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.azure.resourcemanager.resourcemover.models.Display?alt=com.azure.resourcemanager.resourcemover.models.Display&text=Display\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.resourcemover.models.Display.withProvider(java.lang.String)"
fullName: "com.azure.resourcemanager.resourcemover.models.Display.withProvider(String provider)"
name: "withProvider(String provider)"
nameWithType: "Display.withProvider(String provider)"
summary: "Set the provider property: Gets or sets the provider."
parameters:
- description: "the provider value to set."
name: "provider"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public Display withProvider(String provider)"
desc: "Set the provider property: 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.azure.resourcemanager.resourcemover.models.Display?alt=com.azure.resourcemanager.resourcemover.models.Display&text=Display\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.resourcemover.models.Display.withResource(java.lang.String)"
fullName: "com.azure.resourcemanager.resourcemover.models.Display.withResource(String resource)"
name: "withResource(String resource)"
nameWithType: "Display.withResource(String resource)"
summary: "Set the resource property: Gets or sets the resource."
parameters:
- description: "the resource value to set."
name: "resource"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public Display withResource(String resource)"
desc: "Set the resource property: 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.azure.resourcemanager.resourcemover.models.Display?alt=com.azure.resourcemanager.resourcemover.models.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.azure.resourcemanager.resourcemover.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-resourcemover:1.1.0