你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

UnresolvedDependencies Interface

Implements

com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.resourcemover.v2021_01_01.implementation.UnresolvedDependenciesInner>

public interface UnresolvedDependencies
extends com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.resourcemover.v2021_01_01.implementation.UnresolvedDependenciesInner>

Type representing UnresolvedDependencies.

Method Summary

Modifier and Type Method and Description
abstract rx.Observable<UnresolvedDependency> getAsync(String resourceGroupName, String moveCollectionName)

Gets a list of unresolved dependencies.

Method Details

getAsync

public abstract Observable<UnresolvedDependency> getAsync(String resourceGroupName, String moveCollectionName)

Gets a list of unresolved dependencies.

Parameters:

resourceGroupName - The Resource Group Name.
moveCollectionName - The Move Collection Name.

Returns:

the observable for the request

Applies to