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

108 строки
9.0 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.DiscardRequest"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.DiscardRequest"
name: "DiscardRequest"
nameWithType: "DiscardRequest"
summary: "Defines the request body for discard 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 **DiscardRequest**"
constructors:
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.DiscardRequest.DiscardRequest()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.DiscardRequest.DiscardRequest()"
name: "DiscardRequest()"
nameWithType: "DiscardRequest.DiscardRequest()"
syntax: "public DiscardRequest()"
methods:
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.DiscardRequest.moveResourceInputType()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.DiscardRequest.moveResourceInputType()"
name: "moveResourceInputType()"
nameWithType: "DiscardRequest.moveResourceInputType()"
summary: "Get possible values include: 'Move<wbr>Resource<wbr>Id', 'Move<wbr>Resource<wbr>Source<wbr>Id'."
syntax: "public MoveResourceInputType moveResourceInputType()"
desc: "Get possible values include: 'MoveResourceId', 'MoveResourceSourceId'."
returns:
description: "the moveResourceInputType value"
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceInputType?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceInputType&text=MoveResourceInputType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.DiscardRequest.moveResources()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.DiscardRequest.moveResources()"
name: "moveResources()"
nameWithType: "DiscardRequest.moveResources()"
summary: "Get gets or sets the list of resource Id's, by default it accepts move resource id's unless the input type is switched via move<wbr>Resource<wbr>Input<wbr>Type property."
syntax: "public List<String> moveResources()"
desc: "Get gets or sets the list of resource Id's, by default it accepts move resource id's unless the input type is switched via moveResourceInputType property."
returns:
description: "the moveResources value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.DiscardRequest.validateOnly()"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.DiscardRequest.validateOnly()"
name: "validateOnly()"
nameWithType: "DiscardRequest.validateOnly()"
summary: "Get gets or sets a value indicating whether the operation needs to only run pre-requisite."
syntax: "public Boolean validateOnly()"
desc: "Get gets or sets a value indicating whether the operation needs to only run pre-requisite."
returns:
description: "the validateOnly 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.DiscardRequest.withMoveResourceInputType(com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceInputType)"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.DiscardRequest.withMoveResourceInputType(MoveResourceInputType moveResourceInputType)"
name: "withMoveResourceInputType(MoveResourceInputType moveResourceInputType)"
nameWithType: "DiscardRequest.withMoveResourceInputType(MoveResourceInputType moveResourceInputType)"
summary: "Set possible values include: 'Move<wbr>Resource<wbr>Id', 'Move<wbr>Resource<wbr>Source<wbr>Id'."
parameters:
- description: "the moveResourceInputType value to set"
name: "moveResourceInputType"
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceInputType?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceInputType&text=MoveResourceInputType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DiscardRequest withMoveResourceInputType(MoveResourceInputType moveResourceInputType)"
desc: "Set possible values include: 'MoveResourceId', 'MoveResourceSourceId'."
returns:
description: "the DiscardRequest object itself."
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.DiscardRequest?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.DiscardRequest&text=DiscardRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.DiscardRequest.withMoveResources(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.DiscardRequest.withMoveResources(List<String> moveResources)"
name: "withMoveResources(List<String> moveResources)"
nameWithType: "DiscardRequest.withMoveResources(List<String> moveResources)"
summary: "Set gets or sets the list of resource Id's, by default it accepts move resource id's unless the input type is switched via move<wbr>Resource<wbr>Input<wbr>Type property."
parameters:
- description: "the moveResources value to set"
name: "moveResources"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public DiscardRequest withMoveResources(List<String> moveResources)"
desc: "Set gets or sets the list of resource Id's, by default it accepts move resource id's unless the input type is switched via moveResourceInputType property."
returns:
description: "the DiscardRequest object itself."
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.DiscardRequest?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.DiscardRequest&text=DiscardRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.DiscardRequest.withValidateOnly(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.DiscardRequest.withValidateOnly(Boolean validateOnly)"
name: "withValidateOnly(Boolean validateOnly)"
nameWithType: "DiscardRequest.withValidateOnly(Boolean validateOnly)"
summary: "Set gets or sets a value indicating whether the operation needs to only run pre-requisite."
parameters:
- description: "the validateOnly value to set"
name: "validateOnly"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DiscardRequest withValidateOnly(Boolean validateOnly)"
desc: "Set gets or sets a value indicating whether the operation needs to only run pre-requisite."
returns:
description: "the DiscardRequest object itself."
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.DiscardRequest?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.DiscardRequest&text=DiscardRequest\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Defines the request body for discard operation."
metadata: {}
package: "com.microsoft.azure.management.resourcemover.v2021_01_01"
artifact: com.microsoft.azure.resourcemover.v2021_01_01:azure-mgmt-resourcemover:1.0.0