Compartilhar via


ArmApiManagementModelFactory.ApiManagementLoggerData Método

Definição

Inicializa uma nova instância de ApiManagementLoggerData.

public static Azure.ResourceManager.ApiManagement.ApiManagementLoggerData ApiManagementLoggerData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.ApiManagement.Models.LoggerType? loggerType = default, string description = default, System.Collections.Generic.IDictionary<string,string> credentials = default, bool? isBuffered = default, Azure.Core.ResourceIdentifier resourceId = default);
static member ApiManagementLoggerData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.ApiManagement.Models.LoggerType> * string * System.Collections.Generic.IDictionary<string, string> * Nullable<bool> * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ApiManagement.ApiManagementLoggerData
Public Shared Function ApiManagementLoggerData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional loggerType As Nullable(Of LoggerType) = Nothing, Optional description As String = Nothing, Optional credentials As IDictionary(Of String, String) = Nothing, Optional isBuffered As Nullable(Of Boolean) = Nothing, Optional resourceId As ResourceIdentifier = Nothing) As ApiManagementLoggerData

Parâmetros

name
String

O nome.

resourceType
ResourceType

O resourceType.

systemData
SystemData

O systemData.

loggerType
Nullable<LoggerType>

Tipo de agente.

description
String

Descrição do agente.

credentials
IDictionary<String,String>

O nome e a cadeia de conexão SendRule do hub de eventos para o agente do azureEventHub. Chave de instrumentação para o agente applicationInsights.

isBuffered
Nullable<Boolean>

Se os registros são armazenados em buffer no agente antes da publicação. O padrão é considerado verdadeiro.

resourceId
ResourceIdentifier

ID de recurso do Azure de um destino de log (recurso do Hub de Eventos do Azure ou recurso do Aplicativo Azure Insights).

Retornos

Uma nova ApiManagementLoggerData instância para simulação.

Aplica-se a