Class SharingProfileGroupTypes

java.lang.Object
com.azure.core.util.ExpandableStringEnum<SharingProfileGroupTypes>
com.azure.resourcemanager.compute.models.SharingProfileGroupTypes
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class SharingProfileGroupTypes extends com.azure.core.util.ExpandableStringEnum<SharingProfileGroupTypes>
This property allows you to specify the type of sharing group. Possible values are: **Subscriptions,** **AADTenants.**.
  • Field Details

    • SUBSCRIPTIONS

      public static final SharingProfileGroupTypes SUBSCRIPTIONS
      Static value Subscriptions for SharingProfileGroupTypes.
    • AADTENANTS

      public static final SharingProfileGroupTypes AADTENANTS
      Static value AADTenants for SharingProfileGroupTypes.
  • Constructor Details

    • SharingProfileGroupTypes

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

    • fromString

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

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