108 строки
8.9 KiB
YAML
108 строки
8.9 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.CommitRequest"
|
|
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.CommitRequest"
|
|
name: "CommitRequest"
|
|
nameWithType: "CommitRequest"
|
|
summary: "Defines the request body for commit 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 **CommitRequest**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.CommitRequest.CommitRequest()"
|
|
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.CommitRequest.CommitRequest()"
|
|
name: "CommitRequest()"
|
|
nameWithType: "CommitRequest.CommitRequest()"
|
|
syntax: "public CommitRequest()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.CommitRequest.moveResourceInputType()"
|
|
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.CommitRequest.moveResourceInputType()"
|
|
name: "moveResourceInputType()"
|
|
nameWithType: "CommitRequest.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.CommitRequest.moveResources()"
|
|
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.CommitRequest.moveResources()"
|
|
name: "moveResources()"
|
|
nameWithType: "CommitRequest.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\" /><<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.CommitRequest.validateOnly()"
|
|
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.CommitRequest.validateOnly()"
|
|
name: "validateOnly()"
|
|
nameWithType: "CommitRequest.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.CommitRequest.withMoveResourceInputType(com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResourceInputType)"
|
|
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.CommitRequest.withMoveResourceInputType(MoveResourceInputType moveResourceInputType)"
|
|
name: "withMoveResourceInputType(MoveResourceInputType moveResourceInputType)"
|
|
nameWithType: "CommitRequest.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 CommitRequest withMoveResourceInputType(MoveResourceInputType moveResourceInputType)"
|
|
desc: "Set possible values include: 'MoveResourceId', 'MoveResourceSourceId'."
|
|
returns:
|
|
description: "the CommitRequest object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.CommitRequest?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.CommitRequest&text=CommitRequest\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.CommitRequest.withMoveResources(java.util.List<java.lang.String>)"
|
|
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.CommitRequest.withMoveResources(List<String> moveResources)"
|
|
name: "withMoveResources(List<String> moveResources)"
|
|
nameWithType: "CommitRequest.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\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public CommitRequest 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 CommitRequest object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.CommitRequest?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.CommitRequest&text=CommitRequest\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.CommitRequest.withValidateOnly(java.lang.Boolean)"
|
|
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.CommitRequest.withValidateOnly(Boolean validateOnly)"
|
|
name: "withValidateOnly(Boolean validateOnly)"
|
|
nameWithType: "CommitRequest.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 CommitRequest withValidateOnly(Boolean validateOnly)"
|
|
desc: "Set gets or sets a value indicating whether the operation needs to only run pre-requisite."
|
|
returns:
|
|
description: "the CommitRequest object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.CommitRequest?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.CommitRequest&text=CommitRequest\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Defines the request body for commit 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
|