Share via


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