Uses of Class
com.azure.resourcemanager.appservice.models.AppServiceCertificateOrderPatchResource
-
Packages that use AppServiceCertificateOrderPatchResource 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 AppServiceCertificateOrderPatchResource in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent with parameters of type AppServiceCertificateOrderPatchResource Modifier and Type Method Description AppServiceCertificateOrderInnerAppServiceCertificateOrdersClient. update(String resourceGroupName, String certificateOrderName, AppServiceCertificateOrderPatchResource certificateDistinguishedName)Description for Create or update a certificate purchase order.Mono<AppServiceCertificateOrderInner>AppServiceCertificateOrdersClient. updateAsync(String resourceGroupName, String certificateOrderName, AppServiceCertificateOrderPatchResource certificateDistinguishedName)Description for Create or update a certificate purchase order.com.azure.core.http.rest.Response<AppServiceCertificateOrderInner>AppServiceCertificateOrdersClient. updateWithResponse(String resourceGroupName, String certificateOrderName, AppServiceCertificateOrderPatchResource certificateDistinguishedName, com.azure.core.util.Context context)Description for Create or update a certificate purchase order.Mono<com.azure.core.http.rest.Response<AppServiceCertificateOrderInner>>AppServiceCertificateOrdersClient. updateWithResponseAsync(String resourceGroupName, String certificateOrderName, AppServiceCertificateOrderPatchResource certificateDistinguishedName)Description for Create or update a certificate purchase order. -
Uses of AppServiceCertificateOrderPatchResource in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return AppServiceCertificateOrderPatchResource Modifier and Type Method Description AppServiceCertificateOrderPatchResourceAppServiceCertificateOrderPatchResource. withAutoRenew(Boolean autoRenew)Set the autoRenew property: <code>true</code> if the certificate should be automatically renewed when it expires; otherwise, <code>false</code>.AppServiceCertificateOrderPatchResourceAppServiceCertificateOrderPatchResource. withCertificates(Map<String,AppServiceCertificateInner> certificates)Set the certificates property: State of the Key Vault secret.AppServiceCertificateOrderPatchResourceAppServiceCertificateOrderPatchResource. withCsr(String csr)Set the csr property: Last CSR that was created for this order.AppServiceCertificateOrderPatchResourceAppServiceCertificateOrderPatchResource. withDistinguishedName(String distinguishedName)Set the distinguishedName property: Certificate distinguished name.AppServiceCertificateOrderPatchResourceAppServiceCertificateOrderPatchResource. withKeySize(Integer keySize)Set the keySize property: Certificate key size.AppServiceCertificateOrderPatchResourceAppServiceCertificateOrderPatchResource. withKind(String kind)Set the kind property: Kind of resource.AppServiceCertificateOrderPatchResourceAppServiceCertificateOrderPatchResource. withProductType(CertificateProductType productType)Set the productType property: Certificate product type.AppServiceCertificateOrderPatchResourceAppServiceCertificateOrderPatchResource. withValidityInYears(Integer validityInYears)Set the validityInYears property: Duration in years (must be 1).
-