SharingProfileGroupTypes Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. compute. models. SharingProfileGroupTypes
- com.
- com.
public final class SharingProfileGroupTypes
extends ExpandableStringEnum<SharingProfileGroupTypes>
This property allows you to specify the type of sharing group. Possible values are: **Subscriptions,** **AADTenants.**.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Sharing |
AADTENANTS
Static value AADTenants for Sharing |
static final
Sharing |
SUBSCRIPTIONS
Static value Subscriptions for Sharing |
Constructor Summary
Constructor | Description |
---|---|
SharingProfileGroupTypes() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Sharing |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Sharing |
fromString(String name)
Creates or finds a Sharing |
static
Collection<Sharing |
values()
Gets known Sharing |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
AADTENANTS
public static final SharingProfileGroupTypes AADTENANTS
Static value AADTenants for SharingProfileGroupTypes.
SUBSCRIPTIONS
public static final SharingProfileGroupTypes SUBSCRIPTIONS
Static value Subscriptions for SharingProfileGroupTypes.
Constructor Details
SharingProfileGroupTypes
@Deprecated
public SharingProfileGroupTypes()
Deprecated
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:
Returns:
values
public static Collection
Gets known SharingProfileGroupTypes values.
Returns:
Applies to
Azure SDK for Java