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<ImageInner>,ImageInner> |
ImagesClient.beginUpdate(String resourceGroupName,
String imageName,
ImageUpdate parameters)
Update an image.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ImageInner>,ImageInner> |
ImagesClient.beginUpdate(String resourceGroupName,
String imageName,
ImageUpdate parameters,
com.azure.core.util.Context context)
Update an image.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ImageInner>,ImageInner> |
ImagesClient.beginUpdateAsync(String resourceGroupName,
String imageName,
ImageUpdate parameters)
Update an image.
|
ImageInner |
ImagesClient.update(String resourceGroupName,
String imageName,
ImageUpdate parameters)
Update an image.
|
ImageInner |
ImagesClient.update(String resourceGroupName,
String imageName,
ImageUpdate parameters,
com.azure.core.util.Context context)
Update an image.
|
Mono<ImageInner> |
ImagesClient.updateAsync(String resourceGroupName,
String imageName,
ImageUpdate parameters)
Update an image.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
ImagesClient.updateWithResponseAsync(String resourceGroupName,
String imageName,
ImageUpdate parameters)
Update an image.
|
Modifier and Type | Method and Description |
---|---|
ImageUpdate |
ImageUpdate.withHyperVGeneration(HyperVGenerationTypes hyperVGeneration)
Set the hyperVGeneration property: Gets the HyperVGenerationType of the VirtualMachine created from the image.
|
ImageUpdate |
ImageUpdate.withSourceVirtualMachine(com.azure.core.management.SubResource sourceVirtualMachine)
Set the sourceVirtualMachine property: The source virtual machine from which Image is created.
|
ImageUpdate |
ImageUpdate.withStorageProfile(ImageStorageProfile storageProfile)
Set the storageProfile property: Specifies the storage settings for the virtual machine disks.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.