Uses of Class
com.azure.resourcemanager.compute.fluent.models.SharedGalleryImageInner
-
Packages that use SharedGalleryImageInner 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 SharedGalleryImageInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return SharedGalleryImageInner Modifier and Type Method Description SharedGalleryImageInnerSharedGalleryImagesClient. get(String location, String galleryUniqueName, String galleryImageName)Get a shared gallery image by subscription id or tenant id.Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type SharedGalleryImageInner Modifier and Type Method Description Mono<SharedGalleryImageInner>SharedGalleryImagesClient. getAsync(String location, String galleryUniqueName, String galleryImageName)Get a shared gallery image by subscription id or tenant id.com.azure.core.http.rest.Response<SharedGalleryImageInner>SharedGalleryImagesClient. getWithResponse(String location, String galleryUniqueName, String galleryImageName, com.azure.core.util.Context context)Get a shared gallery image by subscription id or tenant id.Mono<com.azure.core.http.rest.Response<SharedGalleryImageInner>>SharedGalleryImagesClient. getWithResponseAsync(String location, String galleryUniqueName, String galleryImageName)Get a shared gallery image by subscription id or tenant id.com.azure.core.http.rest.PagedIterable<SharedGalleryImageInner>SharedGalleryImagesClient. list(String location, String galleryUniqueName)List shared gallery images 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.PagedFlux<SharedGalleryImageInner>SharedGalleryImagesClient. listAsync(String location, String galleryUniqueName)List shared gallery images 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. -
Uses of SharedGalleryImageInner in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return SharedGalleryImageInner Modifier and Type Method Description SharedGalleryImageInnerSharedGalleryImageInner. withDisallowed(Disallowed disallowed)Set the disallowed property: Describes the disallowed disk types.SharedGalleryImageInnerSharedGalleryImageInner. withEndOfLifeDate(OffsetDateTime endOfLifeDate)Set the endOfLifeDate property: The end of life date of the gallery image definition.SharedGalleryImageInnerSharedGalleryImageInner. withFeatures(List<GalleryImageFeature> features)Set the features property: A list of gallery image features.SharedGalleryImageInnerSharedGalleryImageInner. withHyperVGeneration(HyperVGeneration hyperVGeneration)Set the hyperVGeneration property: The hypervisor generation of the Virtual Machine.SharedGalleryImageInnerSharedGalleryImageInner. withIdentifier(GalleryImageIdentifier identifier)Set the identifier property: This is the gallery image definition identifier.SharedGalleryImageInnerSharedGalleryImageInner. withOsState(OperatingSystemStateTypes osState)Set the osState property: This property allows the user to specify whether the virtual machines created under this image are 'Generalized' or 'Specialized'.SharedGalleryImageInnerSharedGalleryImageInner. withOsType(OperatingSystemTypes osType)Set the osType property: This property allows you to specify the type of the OS that is included in the disk when creating a VM from a managed image.SharedGalleryImageInnerSharedGalleryImageInner. withPurchasePlan(ImagePurchasePlan purchasePlan)Set the purchasePlan property: Describes the gallery image definition purchase plan.SharedGalleryImageInnerSharedGalleryImageInner. withRecommended(RecommendedMachineConfiguration recommended)Set the recommended property: The properties describe the recommended machine configuration for this Image Definition.SharedGalleryImageInnerSharedGalleryImageInner. withUniqueId(String uniqueId)Set the uniqueId property: The unique id of this shared gallery. -
Uses of SharedGalleryImageInner in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return types with arguments of type SharedGalleryImageInner Modifier and Type Method Description List<SharedGalleryImageInner>SharedGalleryImageList. value()Get the value property: A list of shared gallery images.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type SharedGalleryImageInner Modifier and Type Method Description SharedGalleryImageListSharedGalleryImageList. withValue(List<SharedGalleryImageInner> value)Set the value property: A list of shared gallery images.
-