共用方式為


AvailableDelegationsClient Interface

public interface AvailableDelegationsClient

An instance of this class provides access to all the operations defined in AvailableDelegationsClient.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<AvailableDelegationInner> list(String location)

Gets all of the available subnet delegations for this subscription in this region.

abstract PagedIterable<AvailableDelegationInner> list(String location, Context context)

Gets all of the available subnet delegations for this subscription in this region.

abstract PagedFlux<AvailableDelegationInner> listAsync(String location)

Gets all of the available subnet delegations for this subscription in this region.

Method Details

list

public abstract PagedIterable<AvailableDelegationInner> list(String location)

Gets all of the available subnet delegations for this subscription in this region.

Parameters:

location - The location of the subnet.

Returns:

all of the available subnet delegations for this subscription in this region as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<AvailableDelegationInner> list(String location, Context context)

Gets all of the available subnet delegations for this subscription in this region.

Parameters:

location - The location of the subnet.
context - The context to associate with this operation.

Returns:

all of the available subnet delegations for this subscription in this region as paginated response with PagedIterable<T>.

listAsync

public abstract PagedFlux<AvailableDelegationInner> listAsync(String location)

Gets all of the available subnet delegations for this subscription in this region.

Parameters:

location - The location of the subnet.

Returns:

all of the available subnet delegations for this subscription in this region as paginated response with PagedFlux<T>.

Applies to