Uses of Class
com.azure.resourcemanager.compute.fluent.models.GalleryImageInner
-
Packages that use GalleryImageInner 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 GalleryImageInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return GalleryImageInner Modifier and Type Method Description GalleryImageInnerGalleryImagesClient. createOrUpdate(String resourceGroupName, String galleryName, String galleryImageName, GalleryImageInner galleryImage)Create or update a gallery image definition.GalleryImageInnerGalleryImagesClient. createOrUpdate(String resourceGroupName, String galleryName, String galleryImageName, GalleryImageInner galleryImage, com.azure.core.util.Context context)Create or update a gallery image definition.GalleryImageInnerGalleryImagesClient. get(String resourceGroupName, String galleryName, String galleryImageName)Retrieves information about a gallery image definition.GalleryImageInnerGalleryImagesClient. update(String resourceGroupName, String galleryName, String galleryImageName, GalleryImageUpdate galleryImage)Update a gallery image definition.GalleryImageInnerGalleryImagesClient. update(String resourceGroupName, String galleryName, String galleryImageName, GalleryImageUpdate galleryImage, com.azure.core.util.Context context)Update a gallery image definition.Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type GalleryImageInner Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryImageInner>,GalleryImageInner>GalleryImagesClient. beginCreateOrUpdate(String resourceGroupName, String galleryName, String galleryImageName, GalleryImageInner galleryImage)Create or update a gallery image definition.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryImageInner>,GalleryImageInner>GalleryImagesClient. beginCreateOrUpdate(String resourceGroupName, String galleryName, String galleryImageName, GalleryImageInner galleryImage)Create or update a gallery image definition.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryImageInner>,GalleryImageInner>GalleryImagesClient. beginCreateOrUpdate(String resourceGroupName, String galleryName, String galleryImageName, GalleryImageInner galleryImage, com.azure.core.util.Context context)Create or update a gallery image definition.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryImageInner>,GalleryImageInner>GalleryImagesClient. beginCreateOrUpdate(String resourceGroupName, String galleryName, String galleryImageName, GalleryImageInner galleryImage, com.azure.core.util.Context context)Create or update a gallery image definition.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GalleryImageInner>,GalleryImageInner>GalleryImagesClient. beginCreateOrUpdateAsync(String resourceGroupName, String galleryName, String galleryImageName, GalleryImageInner galleryImage)Create or update a gallery image definition.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GalleryImageInner>,GalleryImageInner>GalleryImagesClient. beginCreateOrUpdateAsync(String resourceGroupName, String galleryName, String galleryImageName, GalleryImageInner galleryImage)Create or update a gallery image definition.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryImageInner>,GalleryImageInner>GalleryImagesClient. beginUpdate(String resourceGroupName, String galleryName, String galleryImageName, GalleryImageUpdate galleryImage)Update a gallery image definition.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryImageInner>,GalleryImageInner>GalleryImagesClient. beginUpdate(String resourceGroupName, String galleryName, String galleryImageName, GalleryImageUpdate galleryImage)Update a gallery image definition.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryImageInner>,GalleryImageInner>GalleryImagesClient. beginUpdate(String resourceGroupName, String galleryName, String galleryImageName, GalleryImageUpdate galleryImage, com.azure.core.util.Context context)Update a gallery image definition.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryImageInner>,GalleryImageInner>GalleryImagesClient. beginUpdate(String resourceGroupName, String galleryName, String galleryImageName, GalleryImageUpdate galleryImage, com.azure.core.util.Context context)Update a gallery image definition.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GalleryImageInner>,GalleryImageInner>GalleryImagesClient. beginUpdateAsync(String resourceGroupName, String galleryName, String galleryImageName, GalleryImageUpdate galleryImage)Update a gallery image definition.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GalleryImageInner>,GalleryImageInner>GalleryImagesClient. beginUpdateAsync(String resourceGroupName, String galleryName, String galleryImageName, GalleryImageUpdate galleryImage)Update a gallery image definition.Mono<GalleryImageInner>GalleryImagesClient. createOrUpdateAsync(String resourceGroupName, String galleryName, String galleryImageName, GalleryImageInner galleryImage)Create or update a gallery image definition.Mono<GalleryImageInner>GalleryImagesClient. getAsync(String resourceGroupName, String galleryName, String galleryImageName)Retrieves information about a gallery image definition.com.azure.core.http.rest.Response<GalleryImageInner>GalleryImagesClient. getWithResponse(String resourceGroupName, String galleryName, String galleryImageName, com.azure.core.util.Context context)Retrieves information about a gallery image definition.Mono<com.azure.core.http.rest.Response<GalleryImageInner>>GalleryImagesClient. getWithResponseAsync(String resourceGroupName, String galleryName, String galleryImageName)Retrieves information about a gallery image definition.com.azure.core.http.rest.PagedIterable<GalleryImageInner>GalleryImagesClient. listByGallery(String resourceGroupName, String galleryName)List gallery image definitions in a gallery.com.azure.core.http.rest.PagedIterable<GalleryImageInner>GalleryImagesClient. listByGallery(String resourceGroupName, String galleryName, com.azure.core.util.Context context)List gallery image definitions in a gallery.com.azure.core.http.rest.PagedFlux<GalleryImageInner>GalleryImagesClient. listByGalleryAsync(String resourceGroupName, String galleryName)List gallery image definitions in a gallery.Mono<GalleryImageInner>GalleryImagesClient. updateAsync(String resourceGroupName, String galleryName, String galleryImageName, GalleryImageUpdate galleryImage)Update a gallery image definition.Methods in com.azure.resourcemanager.compute.fluent with parameters of type GalleryImageInner Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryImageInner>,GalleryImageInner>GalleryImagesClient. beginCreateOrUpdate(String resourceGroupName, String galleryName, String galleryImageName, GalleryImageInner galleryImage)Create or update a gallery image definition.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryImageInner>,GalleryImageInner>GalleryImagesClient. beginCreateOrUpdate(String resourceGroupName, String galleryName, String galleryImageName, GalleryImageInner galleryImage, com.azure.core.util.Context context)Create or update a gallery image definition.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GalleryImageInner>,GalleryImageInner>GalleryImagesClient. beginCreateOrUpdateAsync(String resourceGroupName, String galleryName, String galleryImageName, GalleryImageInner galleryImage)Create or update a gallery image definition.GalleryImageInnerGalleryImagesClient. createOrUpdate(String resourceGroupName, String galleryName, String galleryImageName, GalleryImageInner galleryImage)Create or update a gallery image definition.GalleryImageInnerGalleryImagesClient. createOrUpdate(String resourceGroupName, String galleryName, String galleryImageName, GalleryImageInner galleryImage, com.azure.core.util.Context context)Create or update a gallery image definition.Mono<GalleryImageInner>GalleryImagesClient. createOrUpdateAsync(String resourceGroupName, String galleryName, String galleryImageName, GalleryImageInner galleryImage)Create or update a gallery image definition.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>GalleryImagesClient. createOrUpdateWithResponseAsync(String resourceGroupName, String galleryName, String galleryImageName, GalleryImageInner galleryImage)Create or update a gallery image definition. -
Uses of GalleryImageInner in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return GalleryImageInner Modifier and Type Method Description GalleryImageInnerGalleryImageInner. withArchitecture(Architecture architecture)Set the architecture property: The architecture of the image.GalleryImageInnerGalleryImageInner. withDescription(String description)Set the description property: The description of this gallery image definition resource.GalleryImageInnerGalleryImageInner. withDisallowed(Disallowed disallowed)Set the disallowed property: Describes the disallowed disk types.GalleryImageInnerGalleryImageInner. withEndOfLifeDate(OffsetDateTime endOfLifeDate)Set the endOfLifeDate property: The end of life date of the gallery image definition.GalleryImageInnerGalleryImageInner. withEula(String eula)Set the eula property: The Eula agreement for the gallery image definition.GalleryImageInnerGalleryImageInner. withFeatures(List<GalleryImageFeature> features)Set the features property: A list of gallery image features.GalleryImageInnerGalleryImageInner. withHyperVGeneration(HyperVGeneration hyperVGeneration)Set the hyperVGeneration property: The hypervisor generation of the Virtual Machine.GalleryImageInnerGalleryImageInner. withIdentifier(GalleryImageIdentifier identifier)Set the identifier property: This is the gallery image definition identifier.GalleryImageInnerGalleryImageInner. withLocation(String location)GalleryImageInnerGalleryImageInner. 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'.GalleryImageInnerGalleryImageInner. 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.GalleryImageInnerGalleryImageInner. withPrivacyStatementUri(String privacyStatementUri)Set the privacyStatementUri property: The privacy statement uri.GalleryImageInnerGalleryImageInner. withPurchasePlan(ImagePurchasePlan purchasePlan)Set the purchasePlan property: Describes the gallery image definition purchase plan.GalleryImageInnerGalleryImageInner. withRecommended(RecommendedMachineConfiguration recommended)Set the recommended property: The properties describe the recommended machine configuration for this Image Definition.GalleryImageInnerGalleryImageInner. withReleaseNoteUri(String releaseNoteUri)Set the releaseNoteUri property: The release note uri.GalleryImageInnerGalleryImageInner. withTags(Map<String,String> tags) -
Uses of GalleryImageInner in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return types with arguments of type GalleryImageInner Modifier and Type Method Description List<GalleryImageInner>GalleryImageList. value()Get the value property: A list of Shared Image Gallery images.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type GalleryImageInner Modifier and Type Method Description GalleryImageListGalleryImageList. withValue(List<GalleryImageInner> value)Set the value property: A list of Shared Image Gallery images.
-