Interface CertificateRegistrationProvidersClient
-
public interface CertificateRegistrationProvidersClientAn instance of this class provides access to all the operations defined in CertificateRegistrationProvidersClient.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.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>listOperationsAsync()Description for Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider.
-
-
-
Method Detail
-
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.
- 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.
- 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.
- 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.
-
-