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 Details

  • Constructor Details

    • GallerySharingPermissionTypes

      @Deprecated public GallerySharingPermissionTypes()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of GallerySharingPermissionTypes value.
  • Method Details

    • fromString

      public static GallerySharingPermissionTypes fromString(String name)
      Creates or finds a GallerySharingPermissionTypes from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding GallerySharingPermissionTypes.
    • values

      public static Collection<GallerySharingPermissionTypes> values()
      Gets known GallerySharingPermissionTypes values.
      Returns:
      known GallerySharingPermissionTypes values.