DelegatedNetworks Interface

public interface DelegatedNetworks

Resource collection API of DelegatedNetworks.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<DelegatedController> list()

Get all the delegatedController resources in a subscription.

abstract PagedIterable<DelegatedController> list(Context context)

Get all the delegatedController resources in a subscription.

abstract PagedIterable<DelegatedController> listByResourceGroup(String resourceGroupName)

Get all the delegatedController resources in a resource group.

abstract PagedIterable<DelegatedController> listByResourceGroup(String resourceGroupName, Context context)

Get all the delegatedController resources in a resource group.

Method Details

list

public abstract PagedIterable<DelegatedController> list()

Get all the delegatedController resources in a subscription.

Returns:

all the delegatedController resources in a subscription as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<DelegatedController> list(Context context)

Get all the delegatedController resources in a subscription.

Parameters:

context - The context to associate with this operation.

Returns:

all the delegatedController resources in a subscription as paginated response with PagedIterable<T>.

listByResourceGroup

public abstract PagedIterable<DelegatedController> listByResourceGroup(String resourceGroupName)

Get all the delegatedController resources in a resource group.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.

Returns:

all the delegatedController resources in a resource group as paginated response with PagedIterable<T>.

listByResourceGroup

public abstract PagedIterable<DelegatedController> listByResourceGroup(String resourceGroupName, Context context)

Get all the delegatedController resources in a resource group.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
context - The context to associate with this operation.

Returns:

all the delegatedController resources in a resource group as paginated response with PagedIterable<T>.

Applies to