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

80 строки
7.0 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResources"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResources"
name: "MoveResources"
nameWithType: "MoveResources"
summary: "Type representing Move<wbr>Resources."
syntax: "public interface **MoveResources**</br> extends <xref href=\"com.microsoft.azure.arm.collection.SupportsCreating?alt=com.microsoft.azure.arm.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResource.DefinitionStages.Blank?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResource.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.implementation.MoveResourcesInner?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.implementation.MoveResourcesInner&text=MoveResourcesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResources.deleteAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResources.deleteAsync(String resourceGroupName, String moveCollectionName, String moveResourceName)"
name: "deleteAsync(String resourceGroupName, String moveCollectionName, String moveResourceName)"
nameWithType: "MoveResources.deleteAsync(String resourceGroupName, String moveCollectionName, String moveResourceName)"
summary: "Deletes a Move Resource from the move collection."
modifiers:
- "abstract"
parameters:
- description: "The Resource Group Name."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The Move Collection Name."
name: "moveCollectionName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The Move Resource Name."
name: "moveResourceName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Completable deleteAsync(String resourceGroupName, String moveCollectionName, String moveResourceName)"
desc: "Deletes a Move Resource from the move collection."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResources.getAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResources.getAsync(String resourceGroupName, String moveCollectionName, String moveResourceName)"
name: "getAsync(String resourceGroupName, String moveCollectionName, String moveResourceName)"
nameWithType: "MoveResources.getAsync(String resourceGroupName, String moveCollectionName, String moveResourceName)"
summary: "Gets the Move Resource."
modifiers:
- "abstract"
parameters:
- description: "The Resource Group Name."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The Move Collection Name."
name: "moveCollectionName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The Move Resource Name."
name: "moveResourceName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<MoveResource> getAsync(String resourceGroupName, String moveCollectionName, String moveResourceName)"
desc: "Gets the Move Resource."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResource?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResource&text=MoveResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResources.listAsync(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResources.listAsync(String resourceGroupName, String moveCollectionName)"
name: "listAsync(String resourceGroupName, String moveCollectionName)"
nameWithType: "MoveResources.listAsync(String resourceGroupName, String moveCollectionName)"
summary: "Lists the Move Resources in the move collection."
modifiers:
- "abstract"
parameters:
- description: "The Resource Group Name."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The Move Collection Name."
name: "moveCollectionName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<MoveResource> listAsync(String resourceGroupName, String moveCollectionName)"
desc: "Lists the Move Resources in the move collection."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResource?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResource&text=MoveResource\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Type representing MoveResources."
implements:
- "<xref href=\"com.microsoft.azure.arm.collection.SupportsCreating?alt=com.microsoft.azure.arm.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResource.DefinitionStages.Blank?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.MoveResource.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resourcemover.v2021_01_01.implementation.MoveResourcesInner?alt=com.microsoft.azure.management.resourcemover.v2021_01_01.implementation.MoveResourcesInner&text=MoveResourcesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.resourcemover.v2021_01_01"
artifact: com.microsoft.azure.resourcemover.v2021_01_01:azure-mgmt-resourcemover:1.0.0