Package | Description |
---|---|
com.azure.resourcemanager.compute.fluent |
Package containing the service clients for ComputeManagementClient.
|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
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.PollerFlux<com.azure.core.management.polling.PollResult<GalleryImageInner>,GalleryImageInner> |
GalleryImagesClient.beginUpdateAsync(String resourceGroupName,
String galleryName,
String galleryImageName,
GalleryImageUpdate galleryImage)
Update a gallery Image Definition.
|
GalleryImageInner |
GalleryImagesClient.update(String resourceGroupName,
String galleryName,
String galleryImageName,
GalleryImageUpdate galleryImage)
Update a gallery Image Definition.
|
GalleryImageInner |
GalleryImagesClient.update(String resourceGroupName,
String galleryName,
String galleryImageName,
GalleryImageUpdate galleryImage,
com.azure.core.util.Context context)
Update a gallery Image Definition.
|
Mono<GalleryImageInner> |
GalleryImagesClient.updateAsync(String resourceGroupName,
String galleryName,
String galleryImageName,
GalleryImageUpdate galleryImage)
Update a gallery Image Definition.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
GalleryImagesClient.updateWithResponseAsync(String resourceGroupName,
String galleryName,
String galleryImageName,
GalleryImageUpdate galleryImage)
Update a gallery Image Definition.
|
Modifier and Type | Method and Description |
---|---|
GalleryImageUpdate |
GalleryImageUpdate.withDescription(String description)
Set the description property: The description of this gallery Image Definition resource.
|
GalleryImageUpdate |
GalleryImageUpdate.withDisallowed(Disallowed disallowed)
Set the disallowed property: Describes the disallowed disk types.
|
GalleryImageUpdate |
GalleryImageUpdate.withEndOfLifeDate(OffsetDateTime endOfLifeDate)
Set the endOfLifeDate property: The end of life date of the gallery Image Definition.
|
GalleryImageUpdate |
GalleryImageUpdate.withEula(String eula)
Set the eula property: The Eula agreement for the gallery Image Definition.
|
GalleryImageUpdate |
GalleryImageUpdate.withHyperVGeneration(HyperVGeneration hyperVGeneration)
Set the hyperVGeneration property: The hypervisor generation of the Virtual Machine.
|
GalleryImageUpdate |
GalleryImageUpdate.withIdentifier(GalleryImageIdentifier identifier)
Set the identifier property: This is the gallery Image Definition identifier.
|
GalleryImageUpdate |
GalleryImageUpdate.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'.
|
GalleryImageUpdate |
GalleryImageUpdate.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.
|
GalleryImageUpdate |
GalleryImageUpdate.withPrivacyStatementUri(String privacyStatementUri)
Set the privacyStatementUri property: The privacy statement uri.
|
GalleryImageUpdate |
GalleryImageUpdate.withPurchasePlan(ImagePurchasePlan purchasePlan)
Set the purchasePlan property: Describes the gallery Image Definition purchase plan.
|
GalleryImageUpdate |
GalleryImageUpdate.withRecommended(RecommendedMachineConfiguration recommended)
Set the recommended property: The properties describe the recommended machine configuration for this Image
Definition.
|
GalleryImageUpdate |
GalleryImageUpdate.withReleaseNoteUri(String releaseNoteUri)
Set the releaseNoteUri property: The release note uri.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.