public interface DomainRegistrationProvidersClient
| Modifier and Type | Method and 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.
|
com.azure.core.http.rest.PagedFlux<CsmOperationDescriptionInner> listOperationsAsync()
DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<CsmOperationDescriptionInner> listOperations()
DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<CsmOperationDescriptionInner> listOperations(com.azure.core.util.Context context)
context - The context to associate with this operation.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.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.