Interface ProviderOperationsMetadatasClient


public interface ProviderOperationsMetadatasClient
An instance of this class provides access to all the operations defined in ProviderOperationsMetadatasClient.
  • 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 Response 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.
    • getAsync

      Mono<ProviderOperationsMetadataInner> getAsync(String resourceProviderNamespace)
      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

      ProviderOperationsMetadataInner get(String resourceProviderNamespace)
      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

      com.azure.core.http.rest.PagedFlux<ProviderOperationsMetadataInner> listAsync(String expand)
      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.