Uses of Class
com.microsoft.azure.management.appservice.CertificateProductType
-
-
Uses of CertificateProductType in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice 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 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.microsoft.azure.management.appservice with parameters of type CertificateProductType Modifier and Type Method Description AppServiceCertificateOrderPatchResourceAppServiceCertificateOrderPatchResource. withProductType(CertificateProductType productType)Set certificate product type.
-