Uses of Class
com.azure.resourcemanager.compute.fluent.models.CommunityGalleryImageVersionInner
Packages that use CommunityGalleryImageVersionInner
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of CommunityGalleryImageVersionInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return CommunityGalleryImageVersionInnerModifier and TypeMethodDescriptionCommunityGalleryImageVersionsClient.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 CommunityGalleryImageVersionInnerModifier and TypeMethodDescriptionCommunityGalleryImageVersionsClient.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.com.azure.core.http.rest.PagedIterable<CommunityGalleryImageVersionInner>CommunityGalleryImageVersionsClient.list(String location, String publicGalleryName, String galleryImageName) List community gallery image versions inside an image.com.azure.core.http.rest.PagedIterable<CommunityGalleryImageVersionInner>CommunityGalleryImageVersionsClient.list(String location, String publicGalleryName, String galleryImageName, com.azure.core.util.Context context) List community gallery image versions inside an image.com.azure.core.http.rest.PagedFlux<CommunityGalleryImageVersionInner>CommunityGalleryImageVersionsClient.listAsync(String location, String publicGalleryName, String galleryImageName) List community gallery image versions inside an image. -
Uses of CommunityGalleryImageVersionInner in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return CommunityGalleryImageVersionInnerModifier and TypeMethodDescriptionCommunityGalleryImageVersionInner.withArtifactTags(Map<String, String> artifactTags) Set the artifactTags property: The artifact tags of a community gallery resource.CommunityGalleryImageVersionInner.withDisclaimer(String disclaimer) Set the disclaimer property: The disclaimer for a community gallery resource.CommunityGalleryImageVersionInner.withEndOfLifeDate(OffsetDateTime endOfLifeDate) Set the endOfLifeDate property: The end of life date of the gallery image version Definition.CommunityGalleryImageVersionInner.withExcludeFromLatest(Boolean excludeFromLatest) Set the excludeFromLatest property: If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version.CommunityGalleryImageVersionInner.withPublishedDate(OffsetDateTime publishedDate) Set the publishedDate property: The published date of the gallery image version Definition.CommunityGalleryImageVersionInner.withStorageProfile(SharedGalleryImageVersionStorageProfile storageProfile) Set the storageProfile property: Describes the storage profile of the image version.CommunityGalleryImageVersionInner.withUniqueId(String uniqueId) Set the uniqueId property: The unique id of this community gallery. -
Uses of CommunityGalleryImageVersionInner in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return types with arguments of type CommunityGalleryImageVersionInnerModifier and TypeMethodDescriptionCommunityGalleryImageVersionList.value()Get the value property: A list of community gallery image versions.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type CommunityGalleryImageVersionInnerModifier and TypeMethodDescriptionCommunityGalleryImageVersionList.withValue(List<CommunityGalleryImageVersionInner> value) Set the value property: A list of community gallery image versions.