ApiManagementClient.LoggerSet Method

Definition

public void LoggerSet (Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext context, string loggerType, string loggerId, string description, System.Collections.Generic.IDictionary<string,string> credentials, bool? isBuffered);
member this.LoggerSet : Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext * string * string * string * System.Collections.Generic.IDictionary<string, string> * Nullable<bool> -> unit
Public Sub LoggerSet (context As PsApiManagementContext, loggerType As String, loggerId As String, description As String, credentials As IDictionary(Of String, String), isBuffered As Nullable(Of Boolean))

Parameters

loggerType
String
loggerId
String
description
String
credentials
IDictionary<String,String>
isBuffered
Nullable<Boolean>

Applies to