MoveCollectionProperties(String, String) Constructor
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.
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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.