Uses of Interface
com.azure.resourcemanager.apimanagement.models.DiagnosticContract
Packages that use DiagnosticContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of DiagnosticContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return DiagnosticContractModifier and TypeMethodDescriptionDiagnosticContract.Update.apply()Executes the update request.DiagnosticContract.Update.apply(com.azure.core.util.Context context) Executes the update request.DiagnosticContract.DefinitionStages.WithCreate.create()Executes the create request.DiagnosticContract.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.Diagnostics.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.Gets the details of the Diagnostic for an API specified by its identifier.Gets the details of the Diagnostic specified by its identifier.WorkspaceApiDiagnostics.get(String resourceGroupName, String serviceName, String workspaceId, String apiId, String diagnosticId) Gets the details of the Diagnostic for an API specified by its identifier.WorkspaceDiagnostics.get(String resourceGroupName, String serviceName, String workspaceId, String diagnosticId) Gets the details of the Diagnostic specified by its identifier.Gets the details of the Diagnostic for an API specified by its identifier.DiagnosticContract.refresh()Refreshes the resource to sync with Azure.DiagnosticContract.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Diagnostics.update(String resourceGroupName, String serviceName, String diagnosticId, String ifMatch, DiagnosticContractInner parameters) Updates the details of the Diagnostic specified by its identifier.WorkspaceApiDiagnostics.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.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type DiagnosticContractModifier and TypeMethodDescriptioncom.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.com.azure.core.http.rest.Response<DiagnosticContract> ApiDiagnostics.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets the details of the Diagnostic for an API specified by its identifier.com.azure.core.http.rest.Response<DiagnosticContract> ApiDiagnostics.getWithResponse(String resourceGroupName, String serviceName, String apiId, String diagnosticId, com.azure.core.util.Context context) Gets the details of the Diagnostic for an API specified by its identifier.com.azure.core.http.rest.Response<DiagnosticContract> Diagnostics.getWithResponse(String resourceGroupName, String serviceName, String diagnosticId, com.azure.core.util.Context context) Gets the details of the Diagnostic specified by its identifier.com.azure.core.http.rest.Response<DiagnosticContract> WorkspaceApiDiagnostics.getWithResponse(String resourceGroupName, String serviceName, String workspaceId, String apiId, String diagnosticId, com.azure.core.util.Context context) Gets the details of the Diagnostic for an API specified by its identifier.com.azure.core.http.rest.Response<DiagnosticContract> WorkspaceDiagnostics.getWithResponse(String resourceGroupName, String serviceName, String workspaceId, String diagnosticId, com.azure.core.util.Context context) Gets the details of the Diagnostic specified by its identifier.com.azure.core.http.rest.PagedIterable<DiagnosticContract> ApiDiagnostics.listByService(String resourceGroupName, String serviceName, String apiId) Lists all diagnostics of an API.com.azure.core.http.rest.PagedIterable<DiagnosticContract> ApiDiagnostics.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<DiagnosticContract> Diagnostics.listByService(String resourceGroupName, String serviceName) Lists all diagnostics of the API Management service instance.com.azure.core.http.rest.PagedIterable<DiagnosticContract> Diagnostics.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<DiagnosticContract> WorkspaceApiDiagnostics.listByWorkspace(String resourceGroupName, String serviceName, String workspaceId, String apiId) Lists all diagnostics of an API.com.azure.core.http.rest.PagedIterable<DiagnosticContract> WorkspaceApiDiagnostics.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<DiagnosticContract> WorkspaceDiagnostics.listByWorkspace(String resourceGroupName, String serviceName, String workspaceId) Lists all diagnostics in the specified workspace.com.azure.core.http.rest.PagedIterable<DiagnosticContract> WorkspaceDiagnostics.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.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.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.