ArmPlaywrightTestingModelFactory.PlaywrightTestingNameAvailabilityResult 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 PlaywrightTestingNameAvailabilityResult.
public static Azure.ResourceManager.PlaywrightTesting.Models.PlaywrightTestingNameAvailabilityResult PlaywrightTestingNameAvailabilityResult (bool? isNameAvailable = default, Azure.ResourceManager.PlaywrightTesting.Models.PlaywrightTestingNameUnavailableReason? reason = default, string message = default);
static member PlaywrightTestingNameAvailabilityResult : Nullable<bool> * Nullable<Azure.ResourceManager.PlaywrightTesting.Models.PlaywrightTestingNameUnavailableReason> * string -> Azure.ResourceManager.PlaywrightTesting.Models.PlaywrightTestingNameAvailabilityResult
Public Shared Function PlaywrightTestingNameAvailabilityResult (Optional isNameAvailable As Nullable(Of Boolean) = Nothing, Optional reason As Nullable(Of PlaywrightTestingNameUnavailableReason) = Nothing, Optional message As String = Nothing) As PlaywrightTestingNameAvailabilityResult
Parameters
The reason why the given name is not available.
- message
- String
Detailed reason why the given name is not available.
Returns
A new PlaywrightTestingNameAvailabilityResult instance for mocking.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET