Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.DiagnosticContractUpdateProperties
Packages that use DiagnosticContractUpdateProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
-
Uses of DiagnosticContractUpdateProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return DiagnosticContractUpdatePropertiesModifier and TypeMethodDescriptionDiagnosticContractUpdateProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DiagnosticContractUpdateProperties from the JsonReader.DiagnosticContractUpdateProperties.withAlwaysLog(AlwaysLog alwaysLog) Set the alwaysLog property: Specifies for what type of messages sampling settings should not apply.DiagnosticContractUpdateProperties.withBackend(PipelineDiagnosticSettings backend) Set the backend property: Diagnostic settings for incoming/outgoing HTTP messages to the Backend.DiagnosticContractUpdateProperties.withFrontend(PipelineDiagnosticSettings frontend) Set the frontend property: Diagnostic settings for incoming/outgoing HTTP messages to the Gateway.DiagnosticContractUpdateProperties.withHttpCorrelationProtocol(HttpCorrelationProtocol httpCorrelationProtocol) Set the httpCorrelationProtocol property: Sets correlation protocol to use for Application Insights diagnostics.DiagnosticContractUpdateProperties.withLogClientIp(Boolean logClientIp) Set the logClientIp property: Log the ClientIP.DiagnosticContractUpdateProperties.withLoggerId(String loggerId) Set the loggerId property: Resource Id of a target logger.DiagnosticContractUpdateProperties.withMetrics(Boolean metrics) Set the metrics property: Emit custom metrics via emit-metric policy.DiagnosticContractUpdateProperties.withOperationNameFormat(OperationNameFormat operationNameFormat) Set the operationNameFormat property: The format of the Operation Name for Application Insights telemetries.DiagnosticContractUpdateProperties.withSampling(SamplingSettings sampling) Set the sampling property: Sampling settings for Diagnostic.DiagnosticContractUpdateProperties.withVerbosity(Verbosity verbosity) Set the verbosity property: The verbosity level applied to traces emitted by trace policies.