Uses of Class
com.azure.resourcemanager.compute.models.SharingProfile
-
Packages that use SharingProfile 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 SharingProfile in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return SharingProfile Modifier and Type Method Description SharingProfileGalleryInner. sharingProfile()Get the sharingProfile property: Profile for gallery sharing to subscription or tenant.SharingProfileGalleryProperties. 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 SharingProfile Modifier and Type Method Description GalleryInnerGalleryInner. withSharingProfile(SharingProfile sharingProfile)Set the sharingProfile property: Profile for gallery sharing to subscription or tenant.GalleryPropertiesGalleryProperties. 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 SharingProfile Modifier and Type Method Description SharingProfileGalleryUpdate. sharingProfile()Get the sharingProfile property: Profile for gallery sharing to subscription or tenant.SharingProfileSharingProfile. withCommunityGalleryInfo(Object communityGalleryInfo)Set the communityGalleryInfo property: Information of community gallery if current gallery is shared to community.SharingProfileSharingProfile. 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 SharingProfile Modifier and Type Method Description GalleryUpdateGalleryUpdate. withSharingProfile(SharingProfile sharingProfile)Set the sharingProfile property: Profile for gallery sharing to subscription or tenant.
-