Uses of Class
com.azure.resourcemanager.appservice.models.RenewCertificateOrderRequest
Packages that use RenewCertificateOrderRequest
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of RenewCertificateOrderRequest in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent with parameters of type RenewCertificateOrderRequestModifier and TypeMethodDescriptionvoidAppServiceCertificateOrdersClient.renew(String resourceGroupName, String certificateOrderName, RenewCertificateOrderRequest renewCertificateOrderRequest) Renew an existing certificate order.AppServiceCertificateOrdersClient.renewAsync(String resourceGroupName, String certificateOrderName, RenewCertificateOrderRequest renewCertificateOrderRequest) Renew an existing certificate order.com.azure.core.http.rest.Response<Void> AppServiceCertificateOrdersClient.renewWithResponse(String resourceGroupName, String certificateOrderName, RenewCertificateOrderRequest renewCertificateOrderRequest, com.azure.core.util.Context context) Renew an existing certificate order.AppServiceCertificateOrdersClient.renewWithResponseAsync(String resourceGroupName, String certificateOrderName, RenewCertificateOrderRequest renewCertificateOrderRequest) Renew an existing certificate order. -
Uses of RenewCertificateOrderRequest in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return RenewCertificateOrderRequestModifier and TypeMethodDescriptionstatic RenewCertificateOrderRequestRenewCertificateOrderRequest.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RenewCertificateOrderRequest from the JsonReader.Set the csr property: Csr to be used for re-key operation.RenewCertificateOrderRequest.withIsPrivateKeyExternal(Boolean isPrivateKeyExternal) Set the isPrivateKeyExternal property: Should we change the ASC type (from managed private key to external private key and vice versa).RenewCertificateOrderRequest.withKeySize(Integer keySize) Set the keySize property: Certificate Key Size.Set the kind property: Kind of resource.