ArmHDInsightContainersModelFactory.HDInsightNameAvailabilityResult 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 HDInsightNameAvailabilityResult.
public static Azure.ResourceManager.HDInsight.Containers.Models.HDInsightNameAvailabilityResult HDInsightNameAvailabilityResult (bool? isNameAvailable = default, string reason = default, string message = default);
static member HDInsightNameAvailabilityResult : Nullable<bool> * string * string -> Azure.ResourceManager.HDInsight.Containers.Models.HDInsightNameAvailabilityResult
Public Shared Function HDInsightNameAvailabilityResult (Optional isNameAvailable As Nullable(Of Boolean) = Nothing, Optional reason As String = Nothing, Optional message As String = Nothing) As HDInsightNameAvailabilityResult
Parameters
Indicator of availability of the Microsoft.HDInsight resource name.
- reason
- String
The reason of unavailability.
- message
- String
The error message of unavailability.
Returns
A new HDInsightNameAvailabilityResult instance for mocking.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET