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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET