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
Paged |
list()
Get all the delegated |
|
abstract
Paged |
list(Context context)
Get all the delegated |
|
abstract
Paged |
listByResourceGroup(String resourceGroupName)
Get all the delegated |
|
abstract
Paged |
listByResourceGroup(String resourceGroupName, Context context)
Get all the delegated |
Method Details
list
public abstract PagedIterable<DelegatedControllerInner> list()
Get all the delegatedController resources in a subscription.
Returns:
list
public abstract PagedIterable<DelegatedControllerInner> list(Context context)
Get all the delegatedController resources in a subscription.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<DelegatedControllerInner> listByResourceGroup(String resourceGroupName)
Get all the delegatedController resources in a resource group.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<DelegatedControllerInner> listByResourceGroup(String resourceGroupName, Context context)
Get all the delegatedController resources in a resource group.
Parameters:
Returns: