Compartilhar via


ArmAppPlatformModelFactory.AppPlatformConfigServerProperties Método

Definição

Inicializa uma nova instância de 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

Parâmetros

provisioningState
Nullable<AppPlatformConfigServerState>

Estado do servidor de configuração.

error
AppPlatformErrorInfo

Erro ao aplicar as configurações do servidor de configuração.

configServerGitProperty
AppPlatformConfigServerGitProperty

Configurações do servidor de configuração.

Retornos

Uma nova AppPlatformConfigServerProperties instância para zombar.

Aplica-se a