Uses of Enum
com.azure.resourcemanager.appservice.models.PublicCertificateLocation
Packages that use PublicCertificateLocation
Package
Description
Package containing the inner data models for WebSiteManagementClient.
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 PublicCertificateLocationModifier and TypeMethodDescriptionPublicCertificateInner.publicCertificateLocation()Get the publicCertificateLocation property: Public Certificate Location.PublicCertificateProperties.publicCertificateLocation()Get the publicCertificateLocation property: Public Certificate Location.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type PublicCertificateLocationModifier and TypeMethodDescriptionPublicCertificateInner.withPublicCertificateLocation(PublicCertificateLocation publicCertificateLocation) Set the publicCertificateLocation property: Public Certificate Location.PublicCertificateProperties.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 PublicCertificateLocationModifier and TypeMethodDescriptionstatic PublicCertificateLocationPublicCertificateLocation.fromString(String value) Parses a serialized value to a PublicCertificateLocation instance.static PublicCertificateLocationReturns 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.