Uses of Class
com.azure.resourcemanager.compute.models.ResourceSharingProfile
Packages that use ResourceSharingProfile
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of ResourceSharingProfile in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return ResourceSharingProfileModifier and TypeMethodDescriptionCapacityReservationGroupInner.sharingProfile()Get the sharingProfile property: Specifies the settings to enable sharing across subscriptions for the capacity reservation group resource.CapacityReservationGroupProperties.sharingProfile()Get the sharingProfile property: Specifies the settings to enable sharing across subscriptions for the capacity reservation group resource.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type ResourceSharingProfileModifier and TypeMethodDescriptionCapacityReservationGroupInner.withSharingProfile(ResourceSharingProfile sharingProfile) Set the sharingProfile property: Specifies the settings to enable sharing across subscriptions for the capacity reservation group resource.CapacityReservationGroupProperties.withSharingProfile(ResourceSharingProfile sharingProfile) Set the sharingProfile property: Specifies the settings to enable sharing across subscriptions for the capacity reservation group resource. -
Uses of ResourceSharingProfile in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type ResourceSharingProfileModifier and TypeClassDescriptionfinal classThe ResourceSharingProfile model.Methods in com.azure.resourcemanager.compute.models that return ResourceSharingProfileModifier and TypeMethodDescriptionstatic ResourceSharingProfileResourceSharingProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ResourceSharingProfile from the JsonReader.CapacityReservationGroupUpdate.sharingProfile()Get the sharingProfile property: Specifies the settings to enable sharing across subscriptions for the capacity reservation group resource.ResourceSharingProfile.withSubscriptionIds(List<com.azure.core.management.SubResource> subscriptionIds) Set the subscriptionIds property: Specifies an array of subscription resource IDs that capacity reservation group is shared with.Methods in com.azure.resourcemanager.compute.models with parameters of type ResourceSharingProfileModifier and TypeMethodDescriptionCapacityReservationGroupUpdate.withSharingProfile(ResourceSharingProfile sharingProfile) Set the sharingProfile property: Specifies the settings to enable sharing across subscriptions for the capacity reservation group resource.