Uses of Class
com.azure.resourcemanager.compute.models.SharingProfileGroupTypes
Packages that use SharingProfileGroupTypes
Package
Description
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 SharingProfileGroupTypesModifier and TypeFieldDescriptionstatic final SharingProfileGroupTypesSharingProfileGroupTypes.AADTENANTSStatic value AADTenants for SharingProfileGroupTypes.static final SharingProfileGroupTypesSharingProfileGroupTypes.SUBSCRIPTIONSStatic value Subscriptions for SharingProfileGroupTypes.Methods in com.azure.resourcemanager.compute.models that return SharingProfileGroupTypesModifier and TypeMethodDescriptionstatic SharingProfileGroupTypesSharingProfileGroupTypes.fromString(String name) Creates or finds a SharingProfileGroupTypes from its string representation.SharingProfileGroup.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 SharingProfileGroupTypesModifier and TypeMethodDescriptionstatic Collection<SharingProfileGroupTypes> SharingProfileGroupTypes.values()Gets known SharingProfileGroupTypes values.Methods in com.azure.resourcemanager.compute.models with parameters of type SharingProfileGroupTypesModifier and TypeMethodDescriptionSharingProfileGroup.withType(SharingProfileGroupTypes type) Set the type property: This property allows you to specify the type of sharing group.