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>
Defines values for SharingProfileGroupTypes.
-
-
Field Summary
Fields Modifier and Type Field Description static SharingProfileGroupTypesAADTENANTSStatic value AADTenants for SharingProfileGroupTypes.static SharingProfileGroupTypesCOMMUNITYStatic value Community for SharingProfileGroupTypes.static SharingProfileGroupTypesSUBSCRIPTIONSStatic value Subscriptions for SharingProfileGroupTypes.
-
Constructor Summary
Constructors Constructor Description SharingProfileGroupTypes()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SharingProfileGroupTypesfromString(String name)Creates or finds a SharingProfileGroupTypes from its string representation.static Collection<SharingProfileGroupTypes>values()
-
-
-
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.
-
-
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.
-
values
public static Collection<SharingProfileGroupTypes> values()
- Returns:
- known SharingProfileGroupTypes values.
-
-