Uses of Interface
com.azure.resourcemanager.apimanagement.models.DiagnosticContract.Update
Packages that use DiagnosticContract.Update
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of DiagnosticContract.Update in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return DiagnosticContract.UpdateModifier and TypeMethodDescriptionDiagnosticContract.update()Begins update for the DiagnosticContract resource.DiagnosticContract.UpdateStages.WithAlwaysLog.withAlwaysLog(AlwaysLog alwaysLog) Specifies the alwaysLog property: Specifies for what type of messages sampling settings should not apply..DiagnosticContract.UpdateStages.WithBackend.withBackend(PipelineDiagnosticSettings backend) Specifies the backend property: Diagnostic settings for incoming/outgoing HTTP messages to the Backend.DiagnosticContract.UpdateStages.WithFrontend.withFrontend(PipelineDiagnosticSettings frontend) Specifies the frontend property: Diagnostic settings for incoming/outgoing HTTP messages to the Gateway..DiagnosticContract.UpdateStages.WithHttpCorrelationProtocol.withHttpCorrelationProtocol(HttpCorrelationProtocol httpCorrelationProtocol) Specifies the httpCorrelationProtocol property: Sets correlation protocol to use for Application Insights diagnostics..DiagnosticContract.UpdateStages.WithIfMatch.withIfMatch(String ifMatch) Specifies the ifMatch property: ETag of the Entity.DiagnosticContract.UpdateStages.WithLogClientIp.withLogClientIp(Boolean logClientIp) Specifies the logClientIp property: Log the ClientIP.DiagnosticContract.UpdateStages.WithLoggerId.withLoggerId(String loggerId) Specifies the loggerId property: Resource Id of a target logger..DiagnosticContract.UpdateStages.WithMetrics.withMetrics(Boolean metrics) Specifies the metrics property: Emit custom metrics via emit-metric policy.DiagnosticContract.UpdateStages.WithOperationNameFormat.withOperationNameFormat(OperationNameFormat operationNameFormat) Specifies the operationNameFormat property: The format of the Operation Name for Application Insights telemetries.DiagnosticContract.UpdateStages.WithSampling.withSampling(SamplingSettings sampling) Specifies the sampling property: Sampling settings for Diagnostic..DiagnosticContract.UpdateStages.WithVerbosity.withVerbosity(Verbosity verbosity) Specifies the verbosity property: The verbosity level applied to traces emitted by trace policies..