ApiManagementLoggerPatch Class
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.
Logger update contract.
public class ApiManagementLoggerPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApiManagement.Models.ApiManagementLoggerPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApiManagement.Models.ApiManagementLoggerPatch>
type ApiManagementLoggerPatch = class
interface IJsonModel<ApiManagementLoggerPatch>
interface IPersistableModel<ApiManagementLoggerPatch>
Public Class ApiManagementLoggerPatch
Implements IJsonModel(Of ApiManagementLoggerPatch), IPersistableModel(Of ApiManagementLoggerPatch)
- Inheritance
-
ApiManagementLoggerPatch
- Implements
Constructors
ApiManagementLoggerPatch() |
Initializes a new instance of ApiManagementLoggerPatch. |
Properties
Credentials |
Logger credentials. |
Description |
Logger description. |
IsBuffered |
Whether records are buffered in the logger before publishing. Default is assumed to be true. |
LoggerType |
Logger type. |
Explicit Interface Implementations
IJsonModel<ApiManagementLoggerPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ApiManagementLoggerPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ApiManagementLoggerPatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ApiManagementLoggerPatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ApiManagementLoggerPatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET