Uses of Class
com.azure.resourcemanager.compute.fluent.models.SharedGalleryImageVersionInner
Packages that use SharedGalleryImageVersionInner
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 SharedGalleryImageVersionInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return SharedGalleryImageVersionInnerModifier and TypeMethodDescriptionSharedGalleryImageVersionsClient.get(String location, String galleryUniqueName, String galleryImageName, String galleryImageVersionName) Get a shared gallery image version by subscription id or tenant id.Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type SharedGalleryImageVersionInnerModifier and TypeMethodDescriptionSharedGalleryImageVersionsClient.getAsync(String location, String galleryUniqueName, String galleryImageName, String galleryImageVersionName) Get a shared gallery image version by subscription id or tenant id.com.azure.core.http.rest.Response<SharedGalleryImageVersionInner>SharedGalleryImageVersionsClient.getWithResponse(String location, String galleryUniqueName, String galleryImageName, String galleryImageVersionName, com.azure.core.util.Context context) Get a shared gallery image version by subscription id or tenant id.Mono<com.azure.core.http.rest.Response<SharedGalleryImageVersionInner>>SharedGalleryImageVersionsClient.getWithResponseAsync(String location, String galleryUniqueName, String galleryImageName, String galleryImageVersionName) Get a shared gallery image version by subscription id or tenant id.com.azure.core.http.rest.PagedIterable<SharedGalleryImageVersionInner>SharedGalleryImageVersionsClient.list(String location, String galleryUniqueName, String galleryImageName) List shared gallery image versions 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<SharedGalleryImageVersionInner>SharedGalleryImageVersionsClient.listAsync(String location, String galleryUniqueName, String galleryImageName) List shared gallery image versions 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 SharedGalleryImageVersionInner in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return SharedGalleryImageVersionInnerModifier and TypeMethodDescriptionSharedGalleryImageVersionInner.withArtifactTags(Map<String, String> artifactTags) Set the artifactTags property: The artifact tags of a shared gallery resource.SharedGalleryImageVersionInner.withEndOfLifeDate(OffsetDateTime endOfLifeDate) Set the endOfLifeDate property: The end of life date of the gallery image version Definition.SharedGalleryImageVersionInner.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.SharedGalleryImageVersionInner.withPublishedDate(OffsetDateTime publishedDate) Set the publishedDate property: The published date of the gallery image version Definition.SharedGalleryImageVersionInner.withStorageProfile(SharedGalleryImageVersionStorageProfile storageProfile) Set the storageProfile property: Describes the storage profile of the image version.SharedGalleryImageVersionInner.withUniqueId(String uniqueId) Set the uniqueId property: The unique id of this shared gallery. -
Uses of SharedGalleryImageVersionInner in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return types with arguments of type SharedGalleryImageVersionInnerModifier and TypeMethodDescriptionSharedGalleryImageVersionList.value()Get the value property: A list of shared gallery images versions.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type SharedGalleryImageVersionInnerModifier and TypeMethodDescriptionSharedGalleryImageVersionList.withValue(List<SharedGalleryImageVersionInner> value) Set the value property: A list of shared gallery images versions.