Uses of Class
com.microsoft.azure.management.appservice.PublicCertificateLocation
-
-
Uses of PublicCertificateLocation in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return PublicCertificateLocation Modifier and Type Method Description static PublicCertificateLocationPublicCertificateLocation. fromString(String value)Parses a serialized value to a PublicCertificateLocation instance.static PublicCertificateLocationPublicCertificateLocation. valueOf(String name)Returns the enum constant of this type with the specified name.static PublicCertificateLocation[]PublicCertificateLocation. values()Returns an array containing the constants of this enum type, in the order they are declared.
-