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 Summary
FieldsModifier and TypeFieldDescriptionstatic final SharingProfileGroupTypesStatic value AADTenants for SharingProfileGroupTypes.static final SharingProfileGroupTypesStatic value Subscriptions for SharingProfileGroupTypes. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SharingProfileGroupTypesfromString(String name) Creates or finds a SharingProfileGroupTypes from its string representation.static Collection<SharingProfileGroupTypes> values()Gets known SharingProfileGroupTypes values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
SUBSCRIPTIONS
Static value Subscriptions for SharingProfileGroupTypes. -
AADTENANTS
Static value AADTenants for SharingProfileGroupTypes.
-
-
Constructor Details
-
SharingProfileGroupTypes
Deprecated.Use thefromString(String)factory method.Creates a new instance of SharingProfileGroupTypes value.
-
-
Method Details
-
fromString
Creates or finds a SharingProfileGroupTypes from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding SharingProfileGroupTypes.
-
values
Gets known SharingProfileGroupTypes values.- Returns:
- known SharingProfileGroupTypes values.
-
fromString(String)factory method.