Uses of Class
com.azure.resourcemanager.apimanagement.models.DiagnosticUpdateContract
Packages that use DiagnosticUpdateContract
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of DiagnosticUpdateContract in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type DiagnosticUpdateContractModifier and TypeMethodDescriptionWorkspaceApiDiagnosticsClient.update(String resourceGroupName, String serviceName, String workspaceId, String apiId, String diagnosticId, String ifMatch, DiagnosticUpdateContract parameters) Updates the details of the Diagnostic for an API specified by its identifier.WorkspaceDiagnosticsClient.update(String resourceGroupName, String serviceName, String workspaceId, String diagnosticId, String ifMatch, DiagnosticUpdateContract parameters) Updates the details of the Diagnostic specified by its identifier.WorkspaceApiDiagnosticsClient.updateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String apiId, String diagnosticId, String ifMatch, DiagnosticUpdateContract parameters, com.azure.core.util.Context context) Updates the details of the Diagnostic for an API specified by its identifier.WorkspaceDiagnosticsClient.updateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String diagnosticId, String ifMatch, DiagnosticUpdateContract parameters, com.azure.core.util.Context context) Updates the details of the Diagnostic specified by its identifier. -
Uses of DiagnosticUpdateContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return DiagnosticUpdateContractModifier and TypeMethodDescriptionstatic DiagnosticUpdateContractDiagnosticUpdateContract.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DiagnosticUpdateContract from the JsonReader.DiagnosticUpdateContract.withAlwaysLog(AlwaysLog alwaysLog) Set the alwaysLog property: Specifies for what type of messages sampling settings should not apply.DiagnosticUpdateContract.withBackend(PipelineDiagnosticSettings backend) Set the backend property: Diagnostic settings for incoming/outgoing HTTP messages to the Backend.DiagnosticUpdateContract.withFrontend(PipelineDiagnosticSettings frontend) Set the frontend property: Diagnostic settings for incoming/outgoing HTTP messages to the Gateway.DiagnosticUpdateContract.withHttpCorrelationProtocol(HttpCorrelationProtocol httpCorrelationProtocol) Set the httpCorrelationProtocol property: Sets correlation protocol to use for Application Insights diagnostics.DiagnosticUpdateContract.withLogClientIp(Boolean logClientIp) Set the logClientIp property: Log the ClientIP.DiagnosticUpdateContract.withLoggerId(String loggerId) Set the loggerId property: Resource Id of a target logger.DiagnosticUpdateContract.withMetrics(Boolean metrics) Set the metrics property: Emit custom metrics via emit-metric policy.DiagnosticUpdateContract.withOperationNameFormat(OperationNameFormat operationNameFormat) Set the operationNameFormat property: The format of the Operation Name for Application Insights telemetries.DiagnosticUpdateContract.withSampling(SamplingSettings sampling) Set the sampling property: Sampling settings for Diagnostic.DiagnosticUpdateContract.withVerbosity(Verbosity verbosity) Set the verbosity property: The verbosity level applied to traces emitted by trace policies.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type DiagnosticUpdateContractModifier and TypeMethodDescriptionWorkspaceApiDiagnostics.update(String resourceGroupName, String serviceName, String workspaceId, String apiId, String diagnosticId, String ifMatch, DiagnosticUpdateContract parameters) Updates the details of the Diagnostic for an API specified by its identifier.WorkspaceDiagnostics.update(String resourceGroupName, String serviceName, String workspaceId, String diagnosticId, String ifMatch, DiagnosticUpdateContract parameters) Updates the details of the Diagnostic specified by its identifier.com.azure.core.http.rest.Response<DiagnosticContract> WorkspaceApiDiagnostics.updateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String apiId, String diagnosticId, String ifMatch, DiagnosticUpdateContract parameters, com.azure.core.util.Context context) Updates the details of the Diagnostic for an API specified by its identifier.com.azure.core.http.rest.Response<DiagnosticContract> WorkspaceDiagnostics.updateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String diagnosticId, String ifMatch, DiagnosticUpdateContract parameters, com.azure.core.util.Context context) Updates the details of the Diagnostic specified by its identifier.