Freigeben über


ArmAppPlatformModelFactory.AppPlatformConfigServerProperties Methode

Definition

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: