Class SharingProfileGroupTypes


  • public final class SharingProfileGroupTypes
    extends com.azure.core.util.ExpandableStringEnum<SharingProfileGroupTypes>
    Defines values for SharingProfileGroupTypes.
    • Field Detail

      • SUBSCRIPTIONS

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

        public static final SharingProfileGroupTypes AADTENANTS
        Static value AADTenants for SharingProfileGroupTypes.
      • COMMUNITY

        public static final SharingProfileGroupTypes COMMUNITY
        Static value Community for SharingProfileGroupTypes.
    • Constructor Detail

      • SharingProfileGroupTypes

        public SharingProfileGroupTypes()
    • Method Detail

      • 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.