ArmResourceMoverModelFactory.MoverResourceSetProperties Method
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 MoverResourceSetProperties.
public static Azure.ResourceManager.ResourceMover.Models.MoverResourceSetProperties MoverResourceSetProperties (Azure.Core.AzureLocation? sourceLocation = default, Azure.Core.AzureLocation? targetLocation = default, Azure.Core.AzureLocation? moveLocation = default, Azure.ResourceManager.ResourceMover.Models.MoverProvisioningState? provisioningState = default, string version = default, Azure.ResourceManager.ResourceMover.Models.MoveType? moveType = default, Azure.ResponseError errorsProperties = default);
static member MoverResourceSetProperties : Nullable<Azure.Core.AzureLocation> * Nullable<Azure.Core.AzureLocation> * Nullable<Azure.Core.AzureLocation> * Nullable<Azure.ResourceManager.ResourceMover.Models.MoverProvisioningState> * string * Nullable<Azure.ResourceManager.ResourceMover.Models.MoveType> * Azure.ResponseError -> Azure.ResourceManager.ResourceMover.Models.MoverResourceSetProperties
Public Shared Function MoverResourceSetProperties (Optional sourceLocation As Nullable(Of AzureLocation) = Nothing, Optional targetLocation As Nullable(Of AzureLocation) = Nothing, Optional moveLocation As Nullable(Of AzureLocation) = Nothing, Optional provisioningState As Nullable(Of MoverProvisioningState) = Nothing, Optional version As String = Nothing, Optional moveType As Nullable(Of MoveType) = Nothing, Optional errorsProperties As ResponseError = Nothing) As MoverResourceSetProperties
Parameters
- sourceLocation
- Nullable<AzureLocation>
Gets or sets the source region.
- targetLocation
- Nullable<AzureLocation>
Gets or sets the target region.
- moveLocation
- Nullable<AzureLocation>
Gets or sets the move region which indicates the region where the VM Regional to Zonal move will be conducted.
- provisioningState
- Nullable<MoverProvisioningState>
Defines the provisioning states.
- version
- String
Gets or sets the version of move collection.
- errorsProperties
- ResponseError
Defines the move collection errors.
Returns
A new MoverResourceSetProperties instance for mocking.
Applies to
Azure SDK for .NET