Interface EligibleChildResourcesClient
public interface EligibleChildResourcesClient
An instance of this class provides access to all the operations defined in EligibleChildResourcesClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<EligibleChildResourceInner>Get the child resources of a resource on which user has eligible access.com.azure.core.http.rest.PagedIterable<EligibleChildResourceInner>Get the child resources of a resource on which user has eligible access.com.azure.core.http.rest.PagedFlux<EligibleChildResourceInner>Get the child resources of a resource on which user has eligible access.com.azure.core.http.rest.PagedFlux<EligibleChildResourceInner>Get the child resources of a resource on which user has eligible access.
-
Method Details
-
getAsync
com.azure.core.http.rest.PagedFlux<EligibleChildResourceInner> getAsync(String scope, String filter) Get the child resources of a resource on which user has eligible access.- Parameters:
scope- The scope of the role management policy.filter- The filter to apply on the operation. Use $filter=resourceType+eq+'Subscription' to filter on only resource of type = 'Subscription'. Use $filter=resourceType+eq+'subscription'+or+resourceType+eq+'resourcegroup' to filter on resource of type = 'Subscription' or 'ResourceGroup'.- Returns:
- the child resources of a resource on which user has eligible access as paginated response with
PagedFlux. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getAsync
Get the child resources of a resource on which user has eligible access.- Parameters:
scope- The scope of the role management policy.- Returns:
- the child resources of a resource on which user has eligible access as paginated response with
PagedFlux. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
get
Get the child resources of a resource on which user has eligible access.- Parameters:
scope- The scope of the role management policy.- Returns:
- the child resources of a resource on which user has eligible access as paginated response with
PagedIterable. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
get
com.azure.core.http.rest.PagedIterable<EligibleChildResourceInner> get(String scope, String filter, com.azure.core.util.Context context) Get the child resources of a resource on which user has eligible access.- Parameters:
scope- The scope of the role management policy.filter- The filter to apply on the operation. Use $filter=resourceType+eq+'Subscription' to filter on only resource of type = 'Subscription'. Use $filter=resourceType+eq+'subscription'+or+resourceType+eq+'resourcegroup' to filter on resource of type = 'Subscription' or 'ResourceGroup'.context- The context to associate with this operation.- Returns:
- the child resources of a resource on which user has eligible access as paginated response with
PagedIterable. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-