ArmAppPlatformModelFactory.AppPlatformNameAvailabilityResult 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 AppPlatformNameAvailabilityResult.
public static Azure.ResourceManager.AppPlatform.Models.AppPlatformNameAvailabilityResult AppPlatformNameAvailabilityResult (bool? isNameAvailable = default, string reason = default, string message = default);
static member AppPlatformNameAvailabilityResult : Nullable<bool> * string * string -> Azure.ResourceManager.AppPlatform.Models.AppPlatformNameAvailabilityResult
Public Shared Function AppPlatformNameAvailabilityResult (Optional isNameAvailable As Nullable(Of Boolean) = Nothing, Optional reason As String = Nothing, Optional message As String = Nothing) As AppPlatformNameAvailabilityResult
Parameters
- reason
- String
Reason why the name is not available.
- message
- String
Message why the name is not available.
Returns
A new AppPlatformNameAvailabilityResult instance for mocking.