IVaultHealthProperties.ContainerHealthIssue 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.
The list of summary of health errors across the resources under the container.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The list of summary of health errors across the resources under the container.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IHealthErrorSummary) }, ReadOnly=false, Required=false, SerializedName="issues")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IHealthErrorSummary[] ContainerHealthIssue { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The list of summary of health errors across the resources under the container.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IHealthErrorSummary) }, ReadOnly=false, Required=false, SerializedName="issues")>]
member this.ContainerHealthIssue : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IHealthErrorSummary[] with get, set
Public Property ContainerHealthIssue As IHealthErrorSummary()
Property Value
- Attributes