Class GalleryExpandParams
java.lang.Object
com.azure.core.util.ExpandableStringEnum<GalleryExpandParams>
com.azure.resourcemanager.compute.models.GalleryExpandParams
public final class GalleryExpandParams
extends com.azure.core.util.ExpandableStringEnum<GalleryExpandParams>
Defines values for GalleryExpandParams.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GalleryExpandParamsStatic value SharingProfile/Groups for GalleryExpandParams. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GalleryExpandParamsfromString(String name) Creates or finds a GalleryExpandParams from its string representation.static Collection<GalleryExpandParams>values()Gets known GalleryExpandParams values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
SHARING_PROFILE_GROUPS
Static value SharingProfile/Groups for GalleryExpandParams.
-
-
Constructor Details
-
GalleryExpandParams
Deprecated.Use thefromString(String)factory method.Creates a new instance of GalleryExpandParams value.
-
-
Method Details
-
fromString
Creates or finds a GalleryExpandParams from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding GalleryExpandParams.
-
values
Gets known GalleryExpandParams values.- Returns:
- known GalleryExpandParams values.
-
fromString(String)factory method.