MoveCollectionProperties(String, String) Constructor

Definition

Initializes a new instance of MoveCollectionProperties.

public MoveCollectionProperties (string sourceRegion, string targetRegion);
new Azure.ResourceManager.Migrate.Models.MoveCollectionProperties : string * string -> Azure.ResourceManager.Migrate.Models.MoveCollectionProperties
Public Sub New (sourceRegion As String, targetRegion As String)

Parameters

sourceRegion
String

Gets or sets the source region.

targetRegion
String

Gets or sets the target region.

Exceptions

sourceRegion or targetRegion is null.

Applies to