Interface CertificateRegistrationManagementClient
Deprecated.
Use azure-resourcemanager-certificateregistration lib.
The interface for CertificateRegistrationManagementClient class.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets Api Version.Deprecated.Gets the AppServiceCertificateOrdersClient object to access its operations.Deprecated.Gets the CertificateOrdersDiagnosticsClient object to access its operations.Deprecated.Gets the CertificateRegistrationProvidersClient object to access its operations.Deprecated.Gets The default poll interval for long-running operation.Deprecated.Gets server parameter.com.azure.core.http.HttpPipelineDeprecated.Gets The HTTP pipeline to send requests through.Deprecated.Gets The ID of the target subscription.
-
Method Details
-
getSubscriptionId
String getSubscriptionId()Deprecated.Gets The ID of the target subscription.- Returns:
- the subscriptionId value.
-
getEndpoint
-
getApiVersion
-
getHttpPipeline
com.azure.core.http.HttpPipeline getHttpPipeline()Deprecated.Gets The HTTP pipeline to send requests through.- Returns:
- the httpPipeline value.
-
getDefaultPollInterval
Duration getDefaultPollInterval()Deprecated.Gets The default poll interval for long-running operation.- Returns:
- the defaultPollInterval value.
-
getCertificateRegistrationProviders
CertificateRegistrationProvidersClient getCertificateRegistrationProviders()Deprecated.Gets the CertificateRegistrationProvidersClient object to access its operations.- Returns:
- the CertificateRegistrationProvidersClient object.
-
getAppServiceCertificateOrders
AppServiceCertificateOrdersClient getAppServiceCertificateOrders()Deprecated.Gets the AppServiceCertificateOrdersClient object to access its operations.- Returns:
- the AppServiceCertificateOrdersClient object.
-
getCertificateOrdersDiagnostics
CertificateOrdersDiagnosticsClient getCertificateOrdersDiagnostics()Deprecated.Gets the CertificateOrdersDiagnosticsClient object to access its operations.- Returns:
- the CertificateOrdersDiagnosticsClient object.
-