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
Paged |
list(String location, String resourceGroupName)
Gets all of the available subnet delegations for this resource group in this region. |
abstract
Paged |
list(String location, String resourceGroupName, Context context)
Gets all of the available subnet delegations for this resource group in this region. |
abstract
Paged |
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
Gets all of the available subnet delegations for this resource group in this region.
Parameters:
Returns:
list
public abstract PagedIterable
Gets all of the available subnet delegations for this resource group in this region.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets all of the available subnet delegations for this resource group in this region.
Parameters:
Returns:
Applies to
Azure SDK for Java