ApiManagementClient.LoggerSet Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- context
- PsApiManagementContext
- loggerType
- String
- loggerId
- String
- description
- String
- credentials
- IDictionary<String,String>