Uses of Class
com.azure.resourcemanager.compute.models.SharingProfileGroupTypes
-
Packages that use SharingProfileGroupTypes Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of SharingProfileGroupTypes in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as SharingProfileGroupTypes Modifier and Type Field Description static SharingProfileGroupTypesSharingProfileGroupTypes. AADTENANTSStatic value AADTenants for SharingProfileGroupTypes.static SharingProfileGroupTypesSharingProfileGroupTypes. COMMUNITYStatic value Community for SharingProfileGroupTypes.static SharingProfileGroupTypesSharingProfileGroupTypes. SUBSCRIPTIONSStatic value Subscriptions for SharingProfileGroupTypes.Methods in com.azure.resourcemanager.compute.models that return SharingProfileGroupTypes Modifier and Type Method Description static SharingProfileGroupTypesSharingProfileGroupTypes. fromString(String name)Creates or finds a SharingProfileGroupTypes from its string representation.SharingProfileGroupTypesSharingProfileGroup. type()Get the type property: This property allows you to specify the type of sharing group.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type SharingProfileGroupTypes Modifier and Type Method Description static Collection<SharingProfileGroupTypes>SharingProfileGroupTypes. values()Methods in com.azure.resourcemanager.compute.models with parameters of type SharingProfileGroupTypes Modifier and Type Method Description SharingProfileGroupSharingProfileGroup. withType(SharingProfileGroupTypes type)Set the type property: This property allows you to specify the type of sharing group.
-