| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
AppServiceCertificateOrderProperties |
AppServiceCertificateOrderProperties.withAutoRenew(Boolean autoRenew)
Set the autoRenew property: <code>true</code> if the certificate should be automatically renewed when
it expires; otherwise, <code>false</code>.
|
AppServiceCertificateOrderProperties |
AppServiceCertificateOrderProperties.withCertificates(Map<String,AppServiceCertificateInner> certificates)
Set the certificates property: State of the Key Vault secret.
|
AppServiceCertificateOrderProperties |
AppServiceCertificateOrderProperties.withCsr(String csr)
Set the csr property: Last CSR that was created for this order.
|
AppServiceCertificateOrderProperties |
AppServiceCertificateOrderProperties.withDistinguishedName(String distinguishedName)
Set the distinguishedName property: Certificate distinguished name.
|
AppServiceCertificateOrderProperties |
AppServiceCertificateOrderProperties.withKeySize(Integer keySize)
Set the keySize property: Certificate key size.
|
AppServiceCertificateOrderProperties |
AppServiceCertificateOrderProperties.withProductType(CertificateProductType productType)
Set the productType property: Certificate product type.
|
AppServiceCertificateOrderProperties |
AppServiceCertificateOrderProperties.withValidityInYears(Integer validityInYears)
Set the validityInYears property: Duration in years (must be 1).
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.