ArmAppPlatformModelFactory.AppPlatformConfigServerProperties 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 AppPlatformConfigServerProperties.
public static Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigServerProperties AppPlatformConfigServerProperties (Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigServerState? provisioningState = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformErrorInfo error = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigServerGitProperty configServerGitProperty = default);
static member AppPlatformConfigServerProperties : Nullable<Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigServerState> * Azure.ResourceManager.AppPlatform.Models.AppPlatformErrorInfo * Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigServerGitProperty -> Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigServerProperties
Public Shared Function AppPlatformConfigServerProperties (Optional provisioningState As Nullable(Of AppPlatformConfigServerState) = Nothing, Optional error As AppPlatformErrorInfo = Nothing, Optional configServerGitProperty As AppPlatformConfigServerGitProperty = Nothing) As AppPlatformConfigServerProperties
Parameter
- provisioningState
- Nullable<AppPlatformConfigServerState>
Status des Konfigurationsservers.
- error
- AppPlatformErrorInfo
Fehler beim Anwenden von Konfigurationsservereinstellungen.
- configServerGitProperty
- AppPlatformConfigServerGitProperty
Einstellungen des Konfigurationsservers.
Gibt zurück
Eine neue AppPlatformConfigServerProperties instance zum Simulieren.
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