Class OSImagePublisher
java.lang.Object
com.azure.core.util.ExpandableStringEnum<OSImagePublisher>
com.azure.resourcemanager.workloads.models.OSImagePublisher
public final class OSImagePublisher
extends com.azure.core.util.ExpandableStringEnum<OSImagePublisher>
Defines values for OSImagePublisher.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final OSImagePublisher
Static value Canonical for OSImagePublisher. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OSImagePublisher
fromString
(String name) Creates or finds a OSImagePublisher from its string representation.static Collection<OSImagePublisher>
values()
Gets known OSImagePublisher values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
CANONICAL
Static value Canonical for OSImagePublisher.
-
-
Constructor Details
-
OSImagePublisher
public OSImagePublisher()
-
-
Method Details
-
fromString
Creates or finds a OSImagePublisher from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding OSImagePublisher.
-
values
Gets known OSImagePublisher values.- Returns:
- known OSImagePublisher values.
-