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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET