Uses of Class
com.azure.resourcemanager.compute.fluent.models.SharedGalleryImageVersionInner
-
Packages that use SharedGalleryImageVersionInner 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.com.azure.resourcemanager.compute.models 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 SharedGalleryImageVersionInner Modifier and Type Method Description SharedGalleryImageVersionInnerSharedGalleryImageVersionsClient. 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 SharedGalleryImageVersionInner Modifier and Type Method Description Mono<SharedGalleryImageVersionInner>SharedGalleryImageVersionsClient. 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 SharedGalleryImageVersionInner Modifier and Type Method Description SharedGalleryImageVersionInnerSharedGalleryImageVersionInner. withEndOfLifeDate(OffsetDateTime endOfLifeDate)Set the endOfLifeDate property: The end of life date of the gallery image version Definition.SharedGalleryImageVersionInnerSharedGalleryImageVersionInner. withPublishedDate(OffsetDateTime publishedDate)Set the publishedDate property: The published date of the gallery image version Definition.SharedGalleryImageVersionInnerSharedGalleryImageVersionInner. 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 SharedGalleryImageVersionInner Modifier and Type Method Description List<SharedGalleryImageVersionInner>SharedGalleryImageVersionList. 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 SharedGalleryImageVersionInner Modifier and Type Method Description SharedGalleryImageVersionListSharedGalleryImageVersionList. withValue(List<SharedGalleryImageVersionInner> value)Set the value property: A list of shared gallery images versions.
-