| 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.
|
| Modifier and Type | Method and Description |
|---|---|
AppServiceCertificateOrderInner |
AppServiceCertificateOrdersClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
AppServiceCertificateOrderPatchResource |
AppServiceCertificateOrderPatchResource.withAutoRenew(Boolean autoRenew)
Set the autoRenew property: <code>true</code> if the certificate should be automatically renewed when
it expires; otherwise, <code>false</code>.
|
AppServiceCertificateOrderPatchResource |
AppServiceCertificateOrderPatchResource.withCertificates(Map<String,AppServiceCertificateInner> certificates)
Set the certificates property: State of the Key Vault secret.
|
AppServiceCertificateOrderPatchResource |
AppServiceCertificateOrderPatchResource.withCsr(String csr)
Set the csr property: Last CSR that was created for this order.
|
AppServiceCertificateOrderPatchResource |
AppServiceCertificateOrderPatchResource.withDistinguishedName(String distinguishedName)
Set the distinguishedName property: Certificate distinguished name.
|
AppServiceCertificateOrderPatchResource |
AppServiceCertificateOrderPatchResource.withKeySize(Integer keySize)
Set the keySize property: Certificate key size.
|
AppServiceCertificateOrderPatchResource |
AppServiceCertificateOrderPatchResource.withKind(String kind)
Set the kind property: Kind of resource.
|
AppServiceCertificateOrderPatchResource |
AppServiceCertificateOrderPatchResource.withProductType(CertificateProductType productType)
Set the productType property: Certificate product type.
|
AppServiceCertificateOrderPatchResource |
AppServiceCertificateOrderPatchResource.withValidityInYears(Integer validityInYears)
Set the validityInYears property: Duration in years (must be 1).
|
Copyright © 2021 Microsoft Corporation. All rights reserved.