Uses of Class
com.azure.resourcemanager.compute.models.SharingProfile
Packages that use SharingProfile
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of SharingProfile in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return SharingProfileModifier and TypeMethodDescriptionGalleryInner.sharingProfile()Get the sharingProfile property: Profile for gallery sharing to subscription or tenant.GalleryProperties.sharingProfile()Get the sharingProfile property: Profile for gallery sharing to subscription or tenant.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type SharingProfileModifier and TypeMethodDescriptionGalleryInner.withSharingProfile(SharingProfile sharingProfile) Set the sharingProfile property: Profile for gallery sharing to subscription or tenant.GalleryProperties.withSharingProfile(SharingProfile sharingProfile) Set the sharingProfile property: Profile for gallery sharing to subscription or tenant. -
Uses of SharingProfile in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return SharingProfileModifier and TypeMethodDescriptionstatic SharingProfileSharingProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SharingProfile from the JsonReader.GalleryUpdate.sharingProfile()Get the sharingProfile property: Profile for gallery sharing to subscription or tenant.SharingProfile.withCommunityGalleryInfo(CommunityGalleryInfo communityGalleryInfo) Set the communityGalleryInfo property: Information of community gallery if current gallery is shared to community.SharingProfile.withPermissions(GallerySharingPermissionTypes permissions) Set the permissions property: This property allows you to specify the permission of sharing gallery.Methods in com.azure.resourcemanager.compute.models with parameters of type SharingProfileModifier and TypeMethodDescriptionGalleryUpdate.withSharingProfile(SharingProfile sharingProfile) Set the sharingProfile property: Profile for gallery sharing to subscription or tenant.