ArmAppPlatformModelFactory.AppPlatformConfigurationServiceProperties Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância de AppPlatformConfigurationServiceProperties.
public static Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceProperties AppPlatformConfigurationServiceProperties (Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceProvisioningState? provisioningState = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceRequirements resourceRequests = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceInstance> instances = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceGitRepository> configurationServiceGitRepositories = default);
static member AppPlatformConfigurationServiceProperties : Nullable<Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceProvisioningState> * Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceRequirements * seq<Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceInstance> * seq<Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceGitRepository> -> Azure.ResourceManager.AppPlatform.Models.AppPlatformConfigurationServiceProperties
Public Shared Function AppPlatformConfigurationServiceProperties (Optional provisioningState As Nullable(Of AppPlatformConfigurationServiceProvisioningState) = Nothing, Optional resourceRequests As AppPlatformConfigurationServiceRequirements = Nothing, Optional instances As IEnumerable(Of AppPlatformConfigurationServiceInstance) = Nothing, Optional configurationServiceGitRepositories As IEnumerable(Of AppPlatformConfigurationServiceGitRepository) = Nothing) As AppPlatformConfigurationServiceProperties
Parâmetros
- provisioningState
- Nullable<AppPlatformConfigurationServiceProvisioningState>
Estado do Serviço de Configuração de Aplicativos.
- resourceRequests
- AppPlatformConfigurationServiceRequirements
A quantidade de recursos solicitada para cpu e memória necessárias.
A coleção de instâncias pertence ao Serviço de Configuração de Aplicativos.
- configurationServiceGitRepositories
- IEnumerable<AppPlatformConfigurationServiceGitRepository>
As configurações do Serviço de Configuração de Aplicativos.
Retornos
Uma nova AppPlatformConfigurationServiceProperties instância para zombar.
Aplica-se a
Azure SDK for .NET