Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.DiagnosticContractInner
Packages that use DiagnosticContractInner
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of DiagnosticContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return DiagnosticContractInnerModifier and TypeMethodDescriptionApiDiagnosticsClient.createOrUpdate(String resourceGroupName, String serviceName, String apiId, String diagnosticId, DiagnosticContractInner parameters) Creates a new Diagnostic for an API or updates an existing one.DiagnosticsClient.createOrUpdate(String resourceGroupName, String serviceName, String diagnosticId, DiagnosticContractInner parameters) Creates a new Diagnostic or updates an existing one.WorkspaceApiDiagnosticsClient.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String apiId, String diagnosticId, DiagnosticContractInner parameters) Creates a new Diagnostic for an API or updates an existing one.WorkspaceDiagnosticsClient.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String diagnosticId, DiagnosticContractInner parameters) Creates a new Diagnostic or updates an existing one.ApiDiagnosticsClient.get(String resourceGroupName, String serviceName, String apiId, String diagnosticId) Gets the details of the Diagnostic for an API specified by its identifier.Gets the details of the Diagnostic specified by its identifier.WorkspaceApiDiagnosticsClient.get(String resourceGroupName, String serviceName, String workspaceId, String apiId, String diagnosticId) Gets the details of the Diagnostic for an API specified by its identifier.WorkspaceDiagnosticsClient.get(String resourceGroupName, String serviceName, String workspaceId, String diagnosticId) Gets the details of the Diagnostic specified by its identifier.ApiDiagnosticsClient.update(String resourceGroupName, String serviceName, String apiId, String diagnosticId, String ifMatch, DiagnosticContractInner parameters) Updates the details of the Diagnostic for an API specified by its identifier.DiagnosticsClient.update(String resourceGroupName, String serviceName, String diagnosticId, String ifMatch, DiagnosticContractInner parameters) Updates the details of the Diagnostic specified by its identifier.WorkspaceApiDiagnosticsClient.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.Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type DiagnosticContractInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<DiagnosticContractInner> ApiDiagnosticsClient.listByService(String resourceGroupName, String serviceName, String apiId) Lists all diagnostics of an API.com.azure.core.http.rest.PagedIterable<DiagnosticContractInner> ApiDiagnosticsClient.listByService(String resourceGroupName, String serviceName, String apiId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists all diagnostics of an API.com.azure.core.http.rest.PagedIterable<DiagnosticContractInner> DiagnosticsClient.listByService(String resourceGroupName, String serviceName) Lists all diagnostics of the API Management service instance.com.azure.core.http.rest.PagedIterable<DiagnosticContractInner> DiagnosticsClient.listByService(String resourceGroupName, String serviceName, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists all diagnostics of the API Management service instance.com.azure.core.http.rest.PagedIterable<DiagnosticContractInner> WorkspaceApiDiagnosticsClient.listByWorkspace(String resourceGroupName, String serviceName, String workspaceId, String apiId) Lists all diagnostics of an API.com.azure.core.http.rest.PagedIterable<DiagnosticContractInner> WorkspaceApiDiagnosticsClient.listByWorkspace(String resourceGroupName, String serviceName, String workspaceId, String apiId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists all diagnostics of an API.com.azure.core.http.rest.PagedIterable<DiagnosticContractInner> WorkspaceDiagnosticsClient.listByWorkspace(String resourceGroupName, String serviceName, String workspaceId) Lists all diagnostics in the specified workspace.com.azure.core.http.rest.PagedIterable<DiagnosticContractInner> WorkspaceDiagnosticsClient.listByWorkspace(String resourceGroupName, String serviceName, String workspaceId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists all diagnostics in the specified workspace.Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type DiagnosticContractInnerModifier and TypeMethodDescriptionApiDiagnosticsClient.createOrUpdate(String resourceGroupName, String serviceName, String apiId, String diagnosticId, DiagnosticContractInner parameters) Creates a new Diagnostic for an API or updates an existing one.DiagnosticsClient.createOrUpdate(String resourceGroupName, String serviceName, String diagnosticId, DiagnosticContractInner parameters) Creates a new Diagnostic or updates an existing one.WorkspaceApiDiagnosticsClient.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String apiId, String diagnosticId, DiagnosticContractInner parameters) Creates a new Diagnostic for an API or updates an existing one.WorkspaceDiagnosticsClient.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String diagnosticId, DiagnosticContractInner parameters) Creates a new Diagnostic or updates an existing one.ApiDiagnosticsClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String apiId, String diagnosticId, DiagnosticContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates a new Diagnostic for an API or updates an existing one.DiagnosticsClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String diagnosticId, DiagnosticContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates a new Diagnostic or updates an existing one.WorkspaceApiDiagnosticsClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String apiId, String diagnosticId, DiagnosticContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates a new Diagnostic for an API or updates an existing one.WorkspaceDiagnosticsClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String diagnosticId, DiagnosticContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates a new Diagnostic or updates an existing one.ApiDiagnosticsClient.update(String resourceGroupName, String serviceName, String apiId, String diagnosticId, String ifMatch, DiagnosticContractInner parameters) Updates the details of the Diagnostic for an API specified by its identifier.DiagnosticsClient.update(String resourceGroupName, String serviceName, String diagnosticId, String ifMatch, DiagnosticContractInner parameters) Updates the details of the Diagnostic specified by its identifier.ApiDiagnosticsClient.updateWithResponse(String resourceGroupName, String serviceName, String apiId, String diagnosticId, String ifMatch, DiagnosticContractInner parameters, com.azure.core.util.Context context) Updates the details of the Diagnostic for an API specified by its identifier.DiagnosticsClient.updateWithResponse(String resourceGroupName, String serviceName, String diagnosticId, String ifMatch, DiagnosticContractInner parameters, com.azure.core.util.Context context) Updates the details of the Diagnostic specified by its identifier. -
Uses of DiagnosticContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return DiagnosticContractInnerModifier and TypeMethodDescriptionstatic DiagnosticContractInnerDiagnosticContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DiagnosticContractInner from the JsonReader.DiagnosticContractInner.withAlwaysLog(AlwaysLog alwaysLog) Set the alwaysLog property: Specifies for what type of messages sampling settings should not apply.DiagnosticContractInner.withBackend(PipelineDiagnosticSettings backend) Set the backend property: Diagnostic settings for incoming/outgoing HTTP messages to the Backend.DiagnosticContractInner.withFrontend(PipelineDiagnosticSettings frontend) Set the frontend property: Diagnostic settings for incoming/outgoing HTTP messages to the Gateway.DiagnosticContractInner.withHttpCorrelationProtocol(HttpCorrelationProtocol httpCorrelationProtocol) Set the httpCorrelationProtocol property: Sets correlation protocol to use for Application Insights diagnostics.DiagnosticContractInner.withLogClientIp(Boolean logClientIp) Set the logClientIp property: Log the ClientIP.DiagnosticContractInner.withLoggerId(String loggerId) Set the loggerId property: Resource Id of a target logger.DiagnosticContractInner.withMetrics(Boolean metrics) Set the metrics property: Emit custom metrics via emit-metric policy.DiagnosticContractInner.withOperationNameFormat(OperationNameFormat operationNameFormat) Set the operationNameFormat property: The format of the Operation Name for Application Insights telemetries.DiagnosticContractInner.withSampling(SamplingSettings sampling) Set the sampling property: Sampling settings for Diagnostic.DiagnosticContractInner.withVerbosity(Verbosity verbosity) Set the verbosity property: The verbosity level applied to traces emitted by trace policies. -
Uses of DiagnosticContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return DiagnosticContractInnerModifier and TypeMethodDescriptionApiDiagnosticsCreateOrUpdateResponse.getValue()Gets the deserialized response body.ApiDiagnosticsGetResponse.getValue()Gets the deserialized response body.ApiDiagnosticsUpdateResponse.getValue()Gets the deserialized response body.DiagnosticsCreateOrUpdateResponse.getValue()Gets the deserialized response body.DiagnosticsGetResponse.getValue()Gets the deserialized response body.DiagnosticsUpdateResponse.getValue()Gets the deserialized response body.WorkspaceApiDiagnosticsCreateOrUpdateResponse.getValue()Gets the deserialized response body.WorkspaceApiDiagnosticsGetResponse.getValue()Gets the deserialized response body.WorkspaceApiDiagnosticsUpdateResponse.getValue()Gets the deserialized response body.WorkspaceDiagnosticsCreateOrUpdateResponse.getValue()Gets the deserialized response body.WorkspaceDiagnosticsGetResponse.getValue()Gets the deserialized response body.WorkspaceDiagnosticsUpdateResponse.getValue()Gets the deserialized response body.DiagnosticContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.DiagnosticContractInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type DiagnosticContractInnerModifier and TypeMethodDescriptionDiagnosticCollection.value()Get the value property: Page values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type DiagnosticContractInnerModifier and TypeMethodDescriptionDiagnostics.createOrUpdate(String resourceGroupName, String serviceName, String diagnosticId, DiagnosticContractInner parameters) Creates a new Diagnostic or updates an existing one.WorkspaceApiDiagnostics.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String apiId, String diagnosticId, DiagnosticContractInner parameters) Creates a new Diagnostic for an API or updates an existing one.WorkspaceDiagnostics.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String diagnosticId, DiagnosticContractInner parameters) Creates a new Diagnostic or updates an existing one.com.azure.core.http.rest.Response<DiagnosticContract> Diagnostics.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String diagnosticId, DiagnosticContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates a new Diagnostic or updates an existing one.com.azure.core.http.rest.Response<DiagnosticContract> WorkspaceApiDiagnostics.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String apiId, String diagnosticId, DiagnosticContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates a new Diagnostic for an API or updates an existing one.com.azure.core.http.rest.Response<DiagnosticContract> WorkspaceDiagnostics.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String diagnosticId, DiagnosticContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates a new Diagnostic or updates an existing one.Diagnostics.update(String resourceGroupName, String serviceName, String diagnosticId, String ifMatch, DiagnosticContractInner parameters) Updates the details of the Diagnostic specified by its identifier.com.azure.core.http.rest.Response<DiagnosticContract> Diagnostics.updateWithResponse(String resourceGroupName, String serviceName, String diagnosticId, String ifMatch, DiagnosticContractInner parameters, com.azure.core.util.Context context) Updates the details of the Diagnostic specified by its identifier.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type DiagnosticContractInnerModifier and TypeMethodDescriptionDiagnosticCollection.withValue(List<DiagnosticContractInner> value) Set the value property: Page values.Constructors in com.azure.resourcemanager.apimanagement.models with parameters of type DiagnosticContractInnerModifierConstructorDescriptionApiDiagnosticsCreateOrUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, DiagnosticContractInner value, ApiDiagnosticsCreateOrUpdateHeaders headers) Creates an instance of ApiDiagnosticsCreateOrUpdateResponse.ApiDiagnosticsGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, DiagnosticContractInner value, ApiDiagnosticsGetHeaders headers) Creates an instance of ApiDiagnosticsGetResponse.ApiDiagnosticsUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, DiagnosticContractInner value, ApiDiagnosticsUpdateHeaders headers) Creates an instance of ApiDiagnosticsUpdateResponse.DiagnosticsCreateOrUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, DiagnosticContractInner value, DiagnosticsCreateOrUpdateHeaders headers) Creates an instance of DiagnosticsCreateOrUpdateResponse.DiagnosticsGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, DiagnosticContractInner value, DiagnosticsGetHeaders headers) Creates an instance of DiagnosticsGetResponse.DiagnosticsUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, DiagnosticContractInner value, DiagnosticsUpdateHeaders headers) Creates an instance of DiagnosticsUpdateResponse.WorkspaceApiDiagnosticsCreateOrUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, DiagnosticContractInner value, WorkspaceApiDiagnosticsCreateOrUpdateHeaders headers) Creates an instance of WorkspaceApiDiagnosticsCreateOrUpdateResponse.WorkspaceApiDiagnosticsGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, DiagnosticContractInner value, WorkspaceApiDiagnosticsGetHeaders headers) Creates an instance of WorkspaceApiDiagnosticsGetResponse.WorkspaceApiDiagnosticsUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, DiagnosticContractInner value, WorkspaceApiDiagnosticsUpdateHeaders headers) Creates an instance of WorkspaceApiDiagnosticsUpdateResponse.WorkspaceDiagnosticsCreateOrUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, DiagnosticContractInner value, WorkspaceDiagnosticsCreateOrUpdateHeaders headers) Creates an instance of WorkspaceDiagnosticsCreateOrUpdateResponse.WorkspaceDiagnosticsGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, DiagnosticContractInner value, WorkspaceDiagnosticsGetHeaders headers) Creates an instance of WorkspaceDiagnosticsGetResponse.WorkspaceDiagnosticsUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, DiagnosticContractInner value, WorkspaceDiagnosticsUpdateHeaders headers) Creates an instance of WorkspaceDiagnosticsUpdateResponse.