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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET