AvailableResourceGroupDelegationsClient Interface

public interface AvailableResourceGroupDelegationsClient

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

Method Summary

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

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

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

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

abstract PagedFlux<AvailableDelegationInner> listAsync(String location, String resourceGroupName)

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

Method Details

list

public abstract PagedIterable list(String location, String resourceGroupName)

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

Parameters:

location - The location of the domain name.
resourceGroupName - The name of the resource group.

Returns:

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

list

public abstract PagedIterable list(String location, String resourceGroupName, Context context)

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

Parameters:

location - The location of the domain name.
resourceGroupName - The name of the resource group.
context - The context to associate with this operation.

Returns:

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

listAsync

public abstract PagedFlux listAsync(String location, String resourceGroupName)

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

Parameters:

location - The location of the domain name.
resourceGroupName - The name of the resource group.

Returns:

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

Applies to