Uses of Class
com.azure.resourcemanager.compute.models.SharedToValues
Packages that use SharedToValues
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of SharedToValues in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type SharedToValuesModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<SharedGalleryInner>SharedGalleriesClient.list(String location, SharedToValues sharedTo, com.azure.core.util.Context context) List shared galleries by subscription id or tenant id.com.azure.core.http.rest.PagedIterable<SharedGalleryImageInner>SharedGalleryImagesClient.list(String location, String galleryUniqueName, SharedToValues sharedTo, com.azure.core.util.Context context) List shared gallery images by subscription id or tenant id.com.azure.core.http.rest.PagedIterable<SharedGalleryImageVersionInner>SharedGalleryImageVersionsClient.list(String location, String galleryUniqueName, String galleryImageName, SharedToValues sharedTo, com.azure.core.util.Context context) List shared gallery image versions by subscription id or tenant id.com.azure.core.http.rest.PagedFlux<SharedGalleryInner>SharedGalleriesClient.listAsync(String location, SharedToValues sharedTo) List shared galleries by subscription id or tenant id.com.azure.core.http.rest.PagedFlux<SharedGalleryImageInner>SharedGalleryImagesClient.listAsync(String location, String galleryUniqueName, SharedToValues sharedTo) List shared gallery images by subscription id or tenant id.com.azure.core.http.rest.PagedFlux<SharedGalleryImageVersionInner>SharedGalleryImageVersionsClient.listAsync(String location, String galleryUniqueName, String galleryImageName, SharedToValues sharedTo) List shared gallery image versions by subscription id or tenant id. -
Uses of SharedToValues in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as SharedToValuesModifier and TypeFieldDescriptionstatic final SharedToValuesSharedToValues.TENANTStatic value tenant for SharedToValues.Methods in com.azure.resourcemanager.compute.models that return SharedToValuesModifier and TypeMethodDescriptionstatic SharedToValuesSharedToValues.fromString(String name) Creates or finds a SharedToValues from its string representation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type SharedToValuesModifier and TypeMethodDescriptionstatic Collection<SharedToValues>SharedToValues.values()Gets known SharedToValues values.