Interface ProviderOperationsMetadatasClient
public interface ProviderOperationsMetadatasClient
An instance of this class provides access to all the operations defined in ProviderOperationsMetadatasClient.
-
Method Summary
Modifier and TypeMethodDescriptionGets provider operations metadata for the specified resource provider.Gets provider operations metadata for the specified resource provider.com.azure.core.http.rest.Response<ProviderOperationsMetadataInner>getWithResponse(String resourceProviderNamespace, String expand, com.azure.core.util.Context context) Gets provider operations metadata for the specified resource provider.Mono<com.azure.core.http.rest.Response<ProviderOperationsMetadataInner>>getWithResponseAsync(String resourceProviderNamespace, String expand) Gets provider operations metadata for the specified resource provider.com.azure.core.http.rest.PagedIterable<ProviderOperationsMetadataInner>list()Gets provider operations metadata for all resource providers.com.azure.core.http.rest.PagedIterable<ProviderOperationsMetadataInner>Gets provider operations metadata for all resource providers.com.azure.core.http.rest.PagedFlux<ProviderOperationsMetadataInner>Gets provider operations metadata for all resource providers.com.azure.core.http.rest.PagedFlux<ProviderOperationsMetadataInner>Gets provider operations metadata for all resource providers.
-
Method Details
-
getWithResponseAsync
Mono<com.azure.core.http.rest.Response<ProviderOperationsMetadataInner>> getWithResponseAsync(String resourceProviderNamespace, String expand) Gets provider operations metadata for the specified resource provider.- Parameters:
resourceProviderNamespace- The namespace of the resource provider.expand- Specifies whether to expand the values.- Returns:
- provider operations metadata for the specified resource provider along with
Responseon successful completion ofMono. - 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
Gets provider operations metadata for the specified resource provider.- Parameters:
resourceProviderNamespace- The namespace of the resource provider.- Returns:
- provider operations metadata for the specified resource provider on successful completion of
Mono. - 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.
-
getWithResponse
com.azure.core.http.rest.Response<ProviderOperationsMetadataInner> getWithResponse(String resourceProviderNamespace, String expand, com.azure.core.util.Context context) Gets provider operations metadata for the specified resource provider.- Parameters:
resourceProviderNamespace- The namespace of the resource provider.expand- Specifies whether to expand the values.context- The context to associate with this operation.- Returns:
- provider operations metadata for the specified resource provider along with
Response. - 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
Gets provider operations metadata for the specified resource provider.- Parameters:
resourceProviderNamespace- The namespace of the resource provider.- Returns:
- provider operations metadata for the specified resource provider.
- 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.
-
listAsync
Gets provider operations metadata for all resource providers.- Parameters:
expand- Specifies whether to expand the values.- Returns:
- provider operations metadata for all resource providers 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.
-
listAsync
com.azure.core.http.rest.PagedFlux<ProviderOperationsMetadataInner> listAsync()Gets provider operations metadata for all resource providers.- Returns:
- provider operations metadata for all resource providers as paginated response with
PagedFlux. - Throws:
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.
-
list
com.azure.core.http.rest.PagedIterable<ProviderOperationsMetadataInner> list()Gets provider operations metadata for all resource providers.- Returns:
- provider operations metadata for all resource providers as paginated response with
PagedIterable. - Throws:
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.
-
list
com.azure.core.http.rest.PagedIterable<ProviderOperationsMetadataInner> list(String expand, com.azure.core.util.Context context) Gets provider operations metadata for all resource providers.- Parameters:
expand- Specifies whether to expand the values.context- The context to associate with this operation.- Returns:
- provider operations metadata for all resource providers 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.
-