DelegatedNetworksClient Interface

public interface DelegatedNetworksClient

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

Method Summary

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

Get all the delegatedController resources in a subscription.

abstract PagedIterable<DelegatedControllerInner> list(Context context)

Get all the delegatedController resources in a subscription.

abstract PagedIterable<DelegatedControllerInner> listByResourceGroup(String resourceGroupName)

Get all the delegatedController resources in a resource group.

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

Get all the delegatedController resources in a resource group.

Method Details

list

public abstract PagedIterable<DelegatedControllerInner> 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<DelegatedControllerInner> 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<DelegatedControllerInner> 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<DelegatedControllerInner> 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