Uses of Enum
com.azure.resourcemanager.appservice.models.CertificateProductType
Packages that use CertificateProductType
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of CertificateProductType in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return CertificateProductTypeModifier and TypeMethodDescriptionAppServiceCertificateOrderInner.productType()Get the productType property: Certificate product type.AppServiceCertificateOrderPatchResourceProperties.productType()Get the productType property: Certificate product type.AppServiceCertificateOrderProperties.productType()Get the productType property: Certificate product type.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type CertificateProductTypeModifier and TypeMethodDescriptionAppServiceCertificateOrderInner.withProductType(CertificateProductType productType) Set the productType property: Certificate product type.AppServiceCertificateOrderPatchResourceProperties.withProductType(CertificateProductType productType) Set the productType property: Certificate product type.AppServiceCertificateOrderProperties.withProductType(CertificateProductType productType) Set the productType property: Certificate product type. -
Uses of CertificateProductType in com.azure.resourcemanager.appservice.models
Subclasses with type arguments of type CertificateProductType in com.azure.resourcemanager.appservice.modelsMethods in com.azure.resourcemanager.appservice.models that return CertificateProductTypeModifier and TypeMethodDescriptionstatic CertificateProductTypeCertificateProductType.fromString(String value) Parses a serialized value to a CertificateProductType instance.AppServiceCertificateOrder.productType()Gets the certificate product type.AppServiceCertificateOrderPatchResource.productType()Get the productType property: Certificate product type.static CertificateProductTypeReturns 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.Methods in com.azure.resourcemanager.appservice.models with parameters of type CertificateProductTypeModifier and TypeMethodDescriptionAppServiceCertificateOrderPatchResource.withProductType(CertificateProductType productType) Set the productType property: Certificate product type.