EligibleChildResourcesClient Interface
public interface EligibleChildResourcesClient
An instance of this class provides access to all the operations defined in EligibleChildResourcesClient.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Paged |
get(String scope)
Get the child resources of a resource on which user has eligible access. |
abstract
Paged |
get(String scope, String filter, Context context)
Get the child resources of a resource on which user has eligible access. |
abstract
Paged |
getAsync(String scope)
Get the child resources of a resource on which user has eligible access. |
abstract
Paged |
getAsync(String scope, String filter)
Get the child resources of a resource on which user has eligible access. |
Method Details
get
public abstract PagedIterable
Get the child resources of a resource on which user has eligible access.
Parameters:
Returns:
get
public abstract PagedIterable
Get the child resources of a resource on which user has eligible access.
Parameters:
Returns:
getAsync
public abstract PagedFlux
Get the child resources of a resource on which user has eligible access.
Parameters:
Returns:
getAsync
public abstract PagedFlux
Get the child resources of a resource on which user has eligible access.
Parameters:
Returns:
Applies to
Azure SDK for Java