Share via


ArmNetAppModelFactory.NetAppCheckAvailabilityResult Method

Definition

Initializes a new instance of NetAppCheckAvailabilityResult.

public static Azure.ResourceManager.NetApp.Models.NetAppCheckAvailabilityResult NetAppCheckAvailabilityResult (bool? isAvailable = default, Azure.ResourceManager.NetApp.Models.NetAppNameUnavailableReason? reason = default, string message = default);
static member NetAppCheckAvailabilityResult : Nullable<bool> * Nullable<Azure.ResourceManager.NetApp.Models.NetAppNameUnavailableReason> * string -> Azure.ResourceManager.NetApp.Models.NetAppCheckAvailabilityResult
Public Shared Function NetAppCheckAvailabilityResult (Optional isAvailable As Nullable(Of Boolean) = Nothing, Optional reason As Nullable(Of NetAppNameUnavailableReason) = Nothing, Optional message As String = Nothing) As NetAppCheckAvailabilityResult

Parameters

isAvailable
Nullable<Boolean>

<code>true</code> indicates name is valid and available. <code>false</code> indicates the name is invalid, unavailable, or both.

reason
Nullable<NetAppNameUnavailableReason>

<code>Invalid</code> indicates the name provided does not match Azure App Service naming requirements. <code>AlreadyExists</code> indicates that the name is already in use and is therefore unavailable.

message
String

If reason == invalid, provide the user with the reason why the given name is invalid, and provide the resource naming requirements so that the user can select a valid name. If reason == AlreadyExists, explain that resource name is already in use, and direct them to select a different name.

Returns

A new NetAppCheckAvailabilityResult instance for mocking.

Applies to