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