Uses of Class
com.azure.resourcemanager.appservice.models.RenewCertificateOrderRequest
-
Packages that use RenewCertificateOrderRequest Package Description com.azure.resourcemanager.appservice.fluent Package containing the service clients for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 RenewCertificateOrderRequest Modifier and Type Method Description voidAppServiceCertificateOrdersClient. renew(String resourceGroupName, String certificateOrderName, RenewCertificateOrderRequest renewCertificateOrderRequest)Description for Renew an existing certificate order.Mono<Void>AppServiceCertificateOrdersClient. renewAsync(String resourceGroupName, String certificateOrderName, RenewCertificateOrderRequest renewCertificateOrderRequest)Description for 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)Description for Renew an existing certificate order.Mono<com.azure.core.http.rest.Response<Void>>AppServiceCertificateOrdersClient. renewWithResponseAsync(String resourceGroupName, String certificateOrderName, RenewCertificateOrderRequest renewCertificateOrderRequest)Description for Renew an existing certificate order. -
Uses of RenewCertificateOrderRequest in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return RenewCertificateOrderRequest Modifier and Type Method Description RenewCertificateOrderRequestRenewCertificateOrderRequest. withCsr(String csr)Set the csr property: Csr to be used for re-key operation.RenewCertificateOrderRequestRenewCertificateOrderRequest. withIsPrivateKeyExternal(Boolean isPrivateKeyExternal)Set the isPrivateKeyExternal property: Should we change the ASC type (from managed private key to external private key and vice versa).RenewCertificateOrderRequestRenewCertificateOrderRequest. withKeySize(Integer keySize)Set the keySize property: Certificate Key Size.RenewCertificateOrderRequestRenewCertificateOrderRequest. withKind(String kind)Set the kind property: Kind of resource.
-