IResourceMoveDetails.TargetResourcePath Property
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.
ARM resource path of target resource used in latest ResourceMove operation
[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Description="ARM resource path of target resource used in latest ResourceMove operation", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="targetResourcePath")]
public string TargetResourcePath { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Description="ARM resource path of target resource used in latest ResourceMove operation", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="targetResourcePath")>]
member this.TargetResourcePath : string with get, set
Public Property TargetResourcePath As String
Property Value
- Attributes