Uses of Class
com.azure.resourcemanager.compute.fluent.models.CommunityGalleryImageVersionInner
-
Packages that use CommunityGalleryImageVersionInner Package Description com.azure.resourcemanager.compute.fluent Package containing the service clients for ComputeManagementClient.com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient. -
-
Uses of CommunityGalleryImageVersionInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return CommunityGalleryImageVersionInner Modifier and Type Method Description CommunityGalleryImageVersionInnerCommunityGalleryImageVersionsClient. get(String location, String publicGalleryName, String galleryImageName, String galleryImageVersionName)Get a community gallery image version.Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type CommunityGalleryImageVersionInner Modifier and Type Method Description Mono<CommunityGalleryImageVersionInner>CommunityGalleryImageVersionsClient. getAsync(String location, String publicGalleryName, String galleryImageName, String galleryImageVersionName)Get a community gallery image version.com.azure.core.http.rest.Response<CommunityGalleryImageVersionInner>CommunityGalleryImageVersionsClient. getWithResponse(String location, String publicGalleryName, String galleryImageName, String galleryImageVersionName, com.azure.core.util.Context context)Get a community gallery image version.Mono<com.azure.core.http.rest.Response<CommunityGalleryImageVersionInner>>CommunityGalleryImageVersionsClient. getWithResponseAsync(String location, String publicGalleryName, String galleryImageName, String galleryImageVersionName)Get a community gallery image version. -
Uses of CommunityGalleryImageVersionInner in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return CommunityGalleryImageVersionInner Modifier and Type Method Description CommunityGalleryImageVersionInnerCommunityGalleryImageVersionInner. withEndOfLifeDate(OffsetDateTime endOfLifeDate)Set the endOfLifeDate property: The end of life date of the gallery image version Definition.CommunityGalleryImageVersionInnerCommunityGalleryImageVersionInner. withPublishedDate(OffsetDateTime publishedDate)Set the publishedDate property: The published date of the gallery image version Definition.CommunityGalleryImageVersionInnerCommunityGalleryImageVersionInner. withUniqueId(String uniqueId)Set the uniqueId property: The unique id of this community gallery.
-