Uses of Class
com.azure.resourcemanager.compute.models.GallerySharingPermissionTypes
Packages that use GallerySharingPermissionTypes
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of GallerySharingPermissionTypes in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as GallerySharingPermissionTypesModifier and TypeFieldDescriptionstatic final GallerySharingPermissionTypesGallerySharingPermissionTypes.COMMUNITYStatic value Community for GallerySharingPermissionTypes.static final GallerySharingPermissionTypesGallerySharingPermissionTypes.GROUPSStatic value Groups for GallerySharingPermissionTypes.static final GallerySharingPermissionTypesGallerySharingPermissionTypes.PRIVATEStatic value Private for GallerySharingPermissionTypes.Methods in com.azure.resourcemanager.compute.models that return GallerySharingPermissionTypesModifier and TypeMethodDescriptionGallerySharingPermissionTypes.fromString(String name) Creates or finds a GallerySharingPermissionTypes from its string representation.SharingProfile.permissions()Get the permissions property: This property allows you to specify the permission of sharing gallery.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type GallerySharingPermissionTypesModifier and TypeMethodDescriptionGallerySharingPermissionTypes.values()Gets known GallerySharingPermissionTypes values.Methods in com.azure.resourcemanager.compute.models with parameters of type GallerySharingPermissionTypesModifier and TypeMethodDescriptionSharingProfile.withPermissions(GallerySharingPermissionTypes permissions) Set the permissions property: This property allows you to specify the permission of sharing gallery.