ApiManagementClient.LoggerCreate 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 Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLogger LoggerCreate (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.LoggerCreate : Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementContext * string * string * string * System.Collections.Generic.IDictionary<string, string> * bool -> Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementLogger
Public Function LoggerCreate (context As PsApiManagementContext, loggerType As String, loggerId As String, description As String, credentials As IDictionary(Of String, String), isBuffered As Boolean) As PsApiManagementLogger
Parameters
- context
- PsApiManagementContext
- loggerType
- String
- loggerId
- String
- description
- String
- credentials
- IDictionary<String,String>
- isBuffered
- Boolean