IProtectedItemModelProperties.ReplicationHealth 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 protected item replication health.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Gets or sets protected item replication health.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HealthStatus) }, ReadOnly=true, Required=false, SerializedName="replicationHealth")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HealthStatus? ReplicationHealth { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Gets or sets protected item replication health.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HealthStatus) }, ReadOnly=true, Required=false, SerializedName="replicationHealth")>]
member this.ReplicationHealth : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.HealthStatus>
Public ReadOnly Property ReplicationHealth As Nullable(Of HealthStatus)
Property Value
- Attributes