IMoveResourceDependencyOverride.TargetId 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.
Gets or sets the resource ARM id of either the MoveResource or the resource ARM ID of the dependent resource.
[Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.Info(Description="Gets or sets the resource ARM id of either the MoveResource or the resource ARM ID of\r\n the dependent resource.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="targetId")]
public string TargetId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.Info(Description="Gets or sets the resource ARM id of either the MoveResource or the resource ARM ID of\r\n the dependent resource.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="targetId")>]
member this.TargetId : string with get, set
Public Property TargetId As String
Property Value
- Attributes