AvailableDelegationsClient Interface
public interface AvailableDelegationsClient
An instance of this class provides access to all the operations defined in AvailableDelegationsClient.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Paged |
list(String location)
Gets all of the available subnet delegations for this subscription in this region. |
abstract
Paged |
list(String location, Context context)
Gets all of the available subnet delegations for this subscription in this region. |
abstract
Paged |
listAsync(String location)
Gets all of the available subnet delegations for this subscription in this region. |
Method Details
list
public abstract PagedIterable
Gets all of the available subnet delegations for this subscription in this region.
Parameters:
Returns:
list
public abstract PagedIterable
Gets all of the available subnet delegations for this subscription in this region.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets all of the available subnet delegations for this subscription in this region.
Parameters:
Returns:
Applies to
Azure SDK for Java