CertificateRegistrationProvidersClient Interface

public interface CertificateRegistrationProvidersClient

An instance of this class provides access to all the operations defined in CertificateRegistrationProvidersClient.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<CsmOperationDescriptionInner> listOperations()

Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider Description for Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider.

abstract PagedIterable<CsmOperationDescriptionInner> listOperations(Context context)

Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider Description for Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider.

abstract PagedFlux<CsmOperationDescriptionInner> listOperationsAsync()

Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider Description for Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider.

Method Details

listOperations

public abstract PagedIterable listOperations()

Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider 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<T>.

listOperations

public abstract PagedIterable listOperations(Context context)

Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider 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<T>.

listOperationsAsync

public abstract PagedFlux listOperationsAsync()

Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider 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<T>.

Applies to