ArmAppPlatformModelFactory.AppPlatformNameAvailabilityResult Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von 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
Parameter
- reason
- String
Grund, warum der Name nicht verfügbar ist.
- message
- String
Meldung, warum der Name nicht verfügbar ist.
Gibt zurück
Eine neue AppPlatformNameAvailabilityResult instance zum Mocking.
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET