Condividi tramite


CertificateRegistrationManagementClient Interface

@Deprecated
public interface CertificateRegistrationManagementClient

Note

This class has been deprecated. Use azure-resourcemanager-certificateregistration lib.

The interface for CertificateRegistrationManagementClient class.

Method Summary

Modifier and Type Method and Description
abstract String getApiVersion()

Gets Api Version.

abstract AppServiceCertificateOrdersClient getAppServiceCertificateOrders()

Gets the AppServiceCertificateOrdersClient object to access its operations.

abstract CertificateOrdersDiagnosticsClient getCertificateOrdersDiagnostics()

Gets the CertificateOrdersDiagnosticsClient object to access its operations.

abstract CertificateRegistrationProvidersClient getCertificateRegistrationProviders()

Gets the CertificateRegistrationProvidersClient object to access its operations.

abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

abstract String getEndpoint()

Gets server parameter.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract String getSubscriptionId()

Gets The ID of the target subscription.

Method Details

getApiVersion

public abstract String getApiVersion()

Gets Api Version.

Returns:

the apiVersion value.

getAppServiceCertificateOrders

public abstract AppServiceCertificateOrdersClient getAppServiceCertificateOrders()

Gets the AppServiceCertificateOrdersClient object to access its operations.

Returns:

the AppServiceCertificateOrdersClient object.

getCertificateOrdersDiagnostics

public abstract CertificateOrdersDiagnosticsClient getCertificateOrdersDiagnostics()

Gets the CertificateOrdersDiagnosticsClient object to access its operations.

Returns:

the CertificateOrdersDiagnosticsClient object.

getCertificateRegistrationProviders

public abstract CertificateRegistrationProvidersClient getCertificateRegistrationProviders()

Gets the CertificateRegistrationProvidersClient object to access its operations.

Returns:

the CertificateRegistrationProvidersClient object.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getEndpoint

public abstract String getEndpoint()

Gets server parameter.

Returns:

the endpoint value.

getHttpPipeline

public abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

Returns:

the httpPipeline value.

getSubscriptionId

public abstract String getSubscriptionId()

Gets The ID of the target subscription.

Returns:

the subscriptionId value.

Applies to