Partager via


OperationsDiscoveryCollection Interface

public interface OperationsDiscoveryCollection

An immutable client-side representation of OperationsDiscoveryCollection.

Method Summary

Modifier and Type Method and Description
abstract OperationsDiscoveryCollectionInner innerModel()

Gets the inner com.azure.resourcemanager.resourcemover.fluent.models.OperationsDiscoveryCollectionInner object.

abstract String nextLink()

Gets the nextLink property: Gets or sets the value of next link.

abstract List<OperationsDiscovery> value()

Gets the value property: Gets or sets the ClientDiscovery details.

Method Details

innerModel

public abstract OperationsDiscoveryCollectionInner innerModel()

Gets the inner com.azure.resourcemanager.resourcemover.fluent.models.OperationsDiscoveryCollectionInner object.

Returns:

the inner object.

nextLink

public abstract String nextLink()

Gets the nextLink property: Gets or sets the value of next link.

Returns:

the nextLink value.

value

public abstract List<OperationsDiscovery> value()

Gets the value property: Gets or sets the ClientDiscovery details.

Returns:

the value value.

Applies to