IInMageRcmReplicationDetails.MobilityAgentDetailReasonsBlockingReinstall 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.
whether reinstall is possible or not.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="whether reinstall is possible or not.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AgentReinstallBlockedReason) }, ReadOnly=true, Required=false, SerializedName="reasonsBlockingReinstall")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AgentReinstallBlockedReason[] MobilityAgentDetailReasonsBlockingReinstall { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="whether reinstall is possible or not.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AgentReinstallBlockedReason) }, ReadOnly=true, Required=false, SerializedName="reasonsBlockingReinstall")>]
member this.MobilityAgentDetailReasonsBlockingReinstall : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AgentReinstallBlockedReason[]
Public ReadOnly Property MobilityAgentDetailReasonsBlockingReinstall As AgentReinstallBlockedReason()
Property Value
- Attributes