Condividi tramite


VirtualMachineVMImageReplicateParameters Class

Definition

Parameters supplied to the Replicate Virtual Machine Image operation.

public class VirtualMachineVMImageReplicateParameters
type VirtualMachineVMImageReplicateParameters = class
Public Class VirtualMachineVMImageReplicateParameters
Inheritance
VirtualMachineVMImageReplicateParameters

Constructors

VirtualMachineVMImageReplicateParameters()

Initializes a new instance of the VirtualMachineVMImageReplicateParameters class.

VirtualMachineVMImageReplicateParameters(IList<String>, ComputeImageAttributes)

Initializes a new instance of the VirtualMachineVMImageReplicateParameters class with required arguments.

Properties

ComputeImageAttributes

Required. The compute image attributes. Metadata which is required for this image to be useablein the Microsoft.Compute Provider.The combination of values provided for Offer, Sku, and Verison must be unique for a publisher.

MarketplaceImageAttributes

Optional. The market place image attributes.Metadata which is required for VM Marketplace sourced imagesto be useable in the Microsoft.Compute Provider.

TargetLocations

Required. The replication target regional locations.Note: The regions in the request body are not additive. If a VM Image has already been replicated to Regions A, B, and C, and a request is made to replicate to Regions A and D, the VM Image will remain in Region A, will be replicated in Region D, and will be unreplicated from Regions B and C.

Applies to