Share via


OperationsDiscoveryCollection Interface

Implements

com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.resourcemover.v2021_01_01.implementation.OperationsDiscoveryCollectionInner> com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.resourcemover.v2021_01_01.implementation.ResourceMoverManager>

public interface OperationsDiscoveryCollection
extends com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.resourcemover.v2021_01_01.implementation.OperationsDiscoveryCollectionInner>, com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.resourcemover.v2021_01_01.implementation.ResourceMoverManager>

Type representing OperationsDiscoveryCollection.

Method Summary

Modifier and Type Method and Description
abstract java.lang.String nextLink()
abstract java.util.List<OperationsDiscovery> value()

Method Details

nextLink

public abstract String nextLink()

Returns:

the nextLink value.

value

public abstract List<OperationsDiscovery> value()

Returns:

the value value.

Applies to