Class GallerySharingPermissionTypes
java.lang.Object
com.azure.core.util.ExpandableStringEnum<GallerySharingPermissionTypes>
com.azure.resourcemanager.compute.models.GallerySharingPermissionTypes
public final class GallerySharingPermissionTypes
extends com.azure.core.util.ExpandableStringEnum<GallerySharingPermissionTypes>
This property allows you to specify the permission of sharing gallery. Possible values are: **Private,** **Groups,**
**Community.**.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GallerySharingPermissionTypesStatic value Community for GallerySharingPermissionTypes.static final GallerySharingPermissionTypesStatic value Groups for GallerySharingPermissionTypes.static final GallerySharingPermissionTypesStatic value Private for GallerySharingPermissionTypes. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a GallerySharingPermissionTypes from its string representation.values()Gets known GallerySharingPermissionTypes values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
PRIVATE
Static value Private for GallerySharingPermissionTypes. -
GROUPS
Static value Groups for GallerySharingPermissionTypes. -
COMMUNITY
Static value Community for GallerySharingPermissionTypes.
-
-
Constructor Details
-
GallerySharingPermissionTypes
Deprecated.Use thefromString(String)factory method.Creates a new instance of GallerySharingPermissionTypes value.
-
-
Method Details
-
fromString
Creates or finds a GallerySharingPermissionTypes from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding GallerySharingPermissionTypes.
-
values
Gets known GallerySharingPermissionTypes values.- Returns:
- known GallerySharingPermissionTypes values.
-
fromString(String)factory method.