Interface DomainRegistrationProvidersClient


public interface DomainRegistrationProvidersClient
An instance of this class provides access to all the operations defined in DomainRegistrationProvidersClient.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.azure.core.http.rest.PagedIterable<CsmOperationDescriptionInner>
    Description for Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider.
    com.azure.core.http.rest.PagedIterable<CsmOperationDescriptionInner>
    listOperations(com.azure.core.util.Context context)
    Description for Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider.
    com.azure.core.http.rest.PagedFlux<CsmOperationDescriptionInner>
    Description for Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider.
  • Method Details

    • listOperationsAsync

      com.azure.core.http.rest.PagedFlux<CsmOperationDescriptionInner> listOperationsAsync()
      Description for Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider.
      Returns:
      collection of Azure resource manager operation metadata as paginated response with PagedFlux.
      Throws:
      DefaultErrorResponseErrorException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listOperations

      com.azure.core.http.rest.PagedIterable<CsmOperationDescriptionInner> listOperations()
      Description for Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider.
      Returns:
      collection of Azure resource manager operation metadata as paginated response with PagedIterable.
      Throws:
      DefaultErrorResponseErrorException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listOperations

      com.azure.core.http.rest.PagedIterable<CsmOperationDescriptionInner> listOperations(com.azure.core.util.Context context)
      Description for Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      collection of Azure resource manager operation metadata as paginated response with PagedIterable.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      DefaultErrorResponseErrorException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.