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