Uses of Class
com.azure.resourcemanager.compute.models.GallerySharingPermissionTypes
-
Packages that use GallerySharingPermissionTypes Package Description com.azure.resourcemanager.compute.models 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 GallerySharingPermissionTypes Modifier and Type Field Description static GallerySharingPermissionTypesGallerySharingPermissionTypes. GROUPSStatic value Groups for GallerySharingPermissionTypes.static GallerySharingPermissionTypesGallerySharingPermissionTypes. PRIVATEStatic value Private for GallerySharingPermissionTypes.Methods in com.azure.resourcemanager.compute.models that return GallerySharingPermissionTypes Modifier and Type Method Description static GallerySharingPermissionTypesGallerySharingPermissionTypes. fromString(String name)Creates or finds a GallerySharingPermissionTypes from its string representation.GallerySharingPermissionTypesSharingProfile. 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 GallerySharingPermissionTypes Modifier and Type Method Description static Collection<GallerySharingPermissionTypes>GallerySharingPermissionTypes. values()Methods in com.azure.resourcemanager.compute.models with parameters of type GallerySharingPermissionTypes Modifier and Type Method Description SharingProfileSharingProfile. withPermissions(GallerySharingPermissionTypes permissions)Set the permissions property: This property allows you to specify the permission of sharing gallery.
-