IPrecheckResult.HealthCheckSource 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 name of the services called for the HealthCheck (I.E. Test-AzureStack, Test-Cluster).
[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="The name of the services called for the HealthCheck (I.E. Test-AzureStack, Test-Cluster).", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="healthCheckSource")]
public string HealthCheckSource { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="The name of the services called for the HealthCheck (I.E. Test-AzureStack, Test-Cluster).", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="healthCheckSource")>]
member this.HealthCheckSource : string with get, set
Public Property HealthCheckSource As String
Property Value
- Attributes