ArmKustoModelFactory.KustoNameAvailabilityResult 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 KustoNameAvailabilityResult.
public static Azure.ResourceManager.Kusto.Models.KustoNameAvailabilityResult KustoNameAvailabilityResult (bool? nameAvailable = default, string name = default, string message = default, Azure.ResourceManager.Kusto.Models.KustoNameUnavailableReason? reason = default);
static member KustoNameAvailabilityResult : Nullable<bool> * string * string * Nullable<Azure.ResourceManager.Kusto.Models.KustoNameUnavailableReason> -> Azure.ResourceManager.Kusto.Models.KustoNameAvailabilityResult
Public Shared Function KustoNameAvailabilityResult (Optional nameAvailable As Nullable(Of Boolean) = Nothing, Optional name As String = Nothing, Optional message As String = Nothing, Optional reason As Nullable(Of KustoNameUnavailableReason) = Nothing) As KustoNameAvailabilityResult
Parameters
- 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.
- reason
- Nullable<KustoNameUnavailableReason>
Message providing the reason why the given name is invalid.
Returns
A new KustoNameAvailabilityResult instance for mocking.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.