Uses of Class
com.azure.resourcemanager.appservice.models.CertificateProductType
-
Packages that use CertificateProductType 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. -
-
Uses of CertificateProductType in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return CertificateProductType Modifier and Type Method Description CertificateProductTypeAppServiceCertificateOrderInner. productType()Get the productType property: Certificate product type.CertificateProductTypeAppServiceCertificateOrderPatchResourceProperties. productType()Get the productType property: Certificate product type.CertificateProductTypeAppServiceCertificateOrderProperties. productType()Get the productType property: Certificate product type.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type CertificateProductType Modifier and Type Method Description AppServiceCertificateOrderInnerAppServiceCertificateOrderInner. withProductType(CertificateProductType productType)Set the productType property: Certificate product type.AppServiceCertificateOrderPatchResourcePropertiesAppServiceCertificateOrderPatchResourceProperties. withProductType(CertificateProductType productType)Set the productType property: Certificate product type.AppServiceCertificateOrderPropertiesAppServiceCertificateOrderProperties. withProductType(CertificateProductType productType)Set the productType property: Certificate product type. -
Uses of CertificateProductType in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return CertificateProductType Modifier and Type Method Description static CertificateProductTypeCertificateProductType. fromString(String value)Parses a serialized value to a CertificateProductType instance.CertificateProductTypeAppServiceCertificateOrder. productType()CertificateProductTypeAppServiceCertificateOrderPatchResource. productType()Get the productType property: Certificate product type.static CertificateProductTypeCertificateProductType. 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.Methods in com.azure.resourcemanager.appservice.models with parameters of type CertificateProductType Modifier and Type Method Description AppServiceCertificateOrderPatchResourceAppServiceCertificateOrderPatchResource. withProductType(CertificateProductType productType)Set the productType property: Certificate product type.
-