ArmSynapseModelFactory.KustoPoolNameAvailabilityResult 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 KustoPoolNameAvailabilityResult.
public static Azure.ResourceManager.Synapse.Models.KustoPoolNameAvailabilityResult KustoPoolNameAvailabilityResult (bool? isNameAvailable = default, string name = default, string message = default, Azure.ResourceManager.Synapse.Models.KustoPoolNameUnavailableReason? reason = default);
static member KustoPoolNameAvailabilityResult : Nullable<bool> * string * string * Nullable<Azure.ResourceManager.Synapse.Models.KustoPoolNameUnavailableReason> -> Azure.ResourceManager.Synapse.Models.KustoPoolNameAvailabilityResult
Public Shared Function KustoPoolNameAvailabilityResult (Optional isNameAvailable As Nullable(Of Boolean) = Nothing, Optional name As String = Nothing, Optional message As String = Nothing, Optional reason As Nullable(Of KustoPoolNameUnavailableReason) = Nothing) As KustoPoolNameAvailabilityResult
Parameters
Specifies a Boolean value that indicates if the name is available.
- name
- String
The name that was checked.
- message
- String
Message indicating an unavailable name due to a conflict, or a description of the naming rules that are violated.
Message providing the reason why the given name is invalid.
Returns
A new KustoPoolNameAvailabilityResult instance for mocking.