VirtualMachineOSImageReplicateParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parameters supplied to the Replicate Virtual Machine Image operation.
public class VirtualMachineOSImageReplicateParameters
type VirtualMachineOSImageReplicateParameters = class
Public Class VirtualMachineOSImageReplicateParameters
- Inheritance
-
VirtualMachineOSImageReplicateParameters
Constructors
VirtualMachineOSImageReplicateParameters() |
Initializes a new instance of the VirtualMachineOSImageReplicateParameters class. |
VirtualMachineOSImageReplicateParameters(ComputeImageAttributes) |
Initializes a new instance of the VirtualMachineOSImageReplicateParameters 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 |
Optional. The replication target regional locations.Note: The regions in the request body are not additive. If an OS 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
Azure SDK for .NET