ArmHDInsightContainersModelFactory.HDInsightServiceStatus Method
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.
Initializes a new instance of HDInsightServiceStatus.
public static Azure.ResourceManager.HDInsight.Containers.Models.HDInsightServiceStatus HDInsightServiceStatus (string kind = default, string ready = default, string message = default);
static member HDInsightServiceStatus : string * string * string -> Azure.ResourceManager.HDInsight.Containers.Models.HDInsightServiceStatus
Public Shared Function HDInsightServiceStatus (Optional kind As String = Nothing, Optional ready As String = Nothing, Optional message As String = Nothing) As HDInsightServiceStatus
Parameters
- kind
- String
Kind of the service. E.g. "Zookeeper".
- ready
- String
Indicates if the service is ready / healthy. Values can be "true", "false", "unknown" or anything else.
- message
- String
A message describing the error if any.
Returns
A new HDInsightServiceStatus instance for mocking.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET