Class SharingProfileGroupTypes

java.lang.Object
com.azure.core.util.ExpandableStringEnum<SharingProfileGroupTypes>
com.azure.resourcemanager.compute.models.SharingProfileGroupTypes

public final class SharingProfileGroupTypes extends com.azure.core.util.ExpandableStringEnum<SharingProfileGroupTypes>
This property allows you to specify the type of sharing group. <br><br> Possible values are: <br><br> **Subscriptions** <br><br> **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

      public SharingProfileGroupTypes()
  • 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.