IMoveResourceProperties.IsResolveRequired 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 a value indicating whether the resolve action is required over the move collection.
[Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.Info(Description="Gets a value indicating whether the resolve action is required over the move collection.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="isResolveRequired")]
public bool? IsResolveRequired { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.Info(Description="Gets a value indicating whether the resolve action is required over the move collection.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="isResolveRequired")>]
member this.IsResolveRequired : Nullable<bool>
Public ReadOnly Property IsResolveRequired As Nullable(Of Boolean)
Property Value
- Attributes