ISessionHostHealthCheckReport.HealthCheckName 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.
Represents the name of the health check operation performed.
[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Info(Description="Represents the name of the health check operation performed.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HealthCheckName) }, ReadOnly=true, Required=false, SerializedName="healthCheckName")]
public Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HealthCheckName? HealthCheckName { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Info(Description="Represents the name of the health check operation performed.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HealthCheckName) }, ReadOnly=true, Required=false, SerializedName="healthCheckName")>]
member this.HealthCheckName : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HealthCheckName>
Public ReadOnly Property HealthCheckName As Nullable(Of HealthCheckName)
Property Value
- Attributes