Uses of Class
com.azure.resourcemanager.compute.models.SharingProfileGroup
-
Packages that use SharingProfileGroup Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of SharingProfileGroup in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return types with arguments of type SharingProfileGroup Modifier and Type Method Description List<SharingProfileGroup>SharingUpdateInner. groups()Get the groups property: A list of sharing profile groups.Method parameters in com.azure.resourcemanager.compute.fluent.models with type arguments of type SharingProfileGroup Modifier and Type Method Description SharingUpdateInnerSharingUpdateInner. withGroups(List<SharingProfileGroup> groups)Set the groups property: A list of sharing profile groups. -
Uses of SharingProfileGroup in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return SharingProfileGroup Modifier and Type Method Description SharingProfileGroupSharingProfileGroup. withIds(List<String> ids)Set the ids property: A list of subscription/tenant ids the gallery is aimed to be shared to.SharingProfileGroupSharingProfileGroup. withType(SharingProfileGroupTypes type)Set 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 SharingProfileGroup Modifier and Type Method Description List<SharingProfileGroup>SharingProfile. groups()Get the groups property: A list of sharing profile groups.
-