Uses of Class
com.azure.resourcemanager.appservice.models.PublicCertificateLocation
-
Packages that use PublicCertificateLocation 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 PublicCertificateLocation in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return PublicCertificateLocation Modifier and Type Method Description PublicCertificateLocationPublicCertificateInner. publicCertificateLocation()Get the publicCertificateLocation property: Public Certificate Location.PublicCertificateLocationPublicCertificateProperties. publicCertificateLocation()Get the publicCertificateLocation property: Public Certificate Location.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type PublicCertificateLocation Modifier and Type Method Description PublicCertificateInnerPublicCertificateInner. withPublicCertificateLocation(PublicCertificateLocation publicCertificateLocation)Set the publicCertificateLocation property: Public Certificate Location.PublicCertificatePropertiesPublicCertificateProperties. withPublicCertificateLocation(PublicCertificateLocation publicCertificateLocation)Set the publicCertificateLocation property: Public Certificate Location. -
Uses of PublicCertificateLocation in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models 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.
-