| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
CertificateProductType |
AppServiceCertificateOrderPatchResourceProperties.productType()
Get the productType property: Certificate product type.
|
CertificateProductType |
AppServiceCertificateOrderProperties.productType()
Get the productType property: Certificate product type.
|
CertificateProductType |
AppServiceCertificateOrderInner.productType()
Get the productType property: Certificate product type.
|
| Modifier and Type | Method and Description |
|---|---|
AppServiceCertificateOrderPatchResourceProperties |
AppServiceCertificateOrderPatchResourceProperties.withProductType(CertificateProductType productType)
Set the productType property: Certificate product type.
|
AppServiceCertificateOrderProperties |
AppServiceCertificateOrderProperties.withProductType(CertificateProductType productType)
Set the productType property: Certificate product type.
|
AppServiceCertificateOrderInner |
AppServiceCertificateOrderInner.withProductType(CertificateProductType productType)
Set the productType property: Certificate product type.
|
| Modifier and Type | Method and Description |
|---|---|
static CertificateProductType |
CertificateProductType.fromString(String value)
Parses a serialized value to a CertificateProductType instance.
|
CertificateProductType |
AppServiceCertificateOrderPatchResource.productType()
Get the productType property: Certificate product type.
|
CertificateProductType |
AppServiceCertificateOrder.productType() |
static CertificateProductType |
CertificateProductType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CertificateProductType[] |
CertificateProductType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AppServiceCertificateOrderPatchResource |
AppServiceCertificateOrderPatchResource.withProductType(CertificateProductType productType)
Set the productType property: Certificate product type.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.