ArmConfidentialLedgerModelFactory.ConfidentialLedgerNameAvailabilityResult 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 ConfidentialLedgerNameAvailabilityResult.
public static Azure.ResourceManager.ConfidentialLedger.Models.ConfidentialLedgerNameAvailabilityResult ConfidentialLedgerNameAvailabilityResult(bool? isNameAvailable = default, Azure.ResourceManager.ConfidentialLedger.Models.ConfidentialLedgerNameUnavailableReason? reason = default, string message = default);
static member ConfidentialLedgerNameAvailabilityResult : Nullable<bool> * Nullable<Azure.ResourceManager.ConfidentialLedger.Models.ConfidentialLedgerNameUnavailableReason> * string -> Azure.ResourceManager.ConfidentialLedger.Models.ConfidentialLedgerNameAvailabilityResult
Public Shared Function ConfidentialLedgerNameAvailabilityResult (Optional isNameAvailable As Nullable(Of Boolean) = Nothing, Optional reason As Nullable(Of ConfidentialLedgerNameUnavailableReason) = Nothing, Optional message As String = Nothing) As ConfidentialLedgerNameAvailabilityResult
Parameters
The reason why the given name is not available.
- message
- String
Detailed reason why the given name is available.
Returns
A new ConfidentialLedgerNameAvailabilityResult instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET