azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

84 строки
6.8 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.PipelineDiagnosticSettings"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.PipelineDiagnosticSettings"
name: "PipelineDiagnosticSettings"
nameWithType: "PipelineDiagnosticSettings"
summary: "Diagnostic settings for incoming/outgoing HTTP messages to the Gateway."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **PipelineDiagnosticSettings**"
constructors:
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.PipelineDiagnosticSettings.PipelineDiagnosticSettings()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.PipelineDiagnosticSettings.PipelineDiagnosticSettings()"
name: "PipelineDiagnosticSettings()"
nameWithType: "PipelineDiagnosticSettings.PipelineDiagnosticSettings()"
syntax: "public PipelineDiagnosticSettings()"
methods:
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.PipelineDiagnosticSettings.request()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.PipelineDiagnosticSettings.request()"
name: "request()"
nameWithType: "PipelineDiagnosticSettings.request()"
summary: "Get diagnostic settings for request."
syntax: "public HttpMessageDiagnostic request()"
desc: "Get diagnostic settings for request."
returns:
description: "the request value"
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.HttpMessageDiagnostic?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.HttpMessageDiagnostic&text=HttpMessageDiagnostic\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.PipelineDiagnosticSettings.response()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.PipelineDiagnosticSettings.response()"
name: "response()"
nameWithType: "PipelineDiagnosticSettings.response()"
summary: "Get diagnostic settings for response."
syntax: "public HttpMessageDiagnostic response()"
desc: "Get diagnostic settings for response."
returns:
description: "the response value"
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.HttpMessageDiagnostic?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.HttpMessageDiagnostic&text=HttpMessageDiagnostic\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.PipelineDiagnosticSettings.withRequest(com.microsoft.azure.management.apimanagement.v2019_01_01.HttpMessageDiagnostic)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.PipelineDiagnosticSettings.withRequest(HttpMessageDiagnostic request)"
name: "withRequest(HttpMessageDiagnostic request)"
nameWithType: "PipelineDiagnosticSettings.withRequest(HttpMessageDiagnostic request)"
summary: "Set diagnostic settings for request."
parameters:
- description: "the request value to set"
name: "request"
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.HttpMessageDiagnostic?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.HttpMessageDiagnostic&text=HttpMessageDiagnostic\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PipelineDiagnosticSettings withRequest(HttpMessageDiagnostic request)"
desc: "Set diagnostic settings for request."
returns:
description: "the PipelineDiagnosticSettings object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.PipelineDiagnosticSettings?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.PipelineDiagnosticSettings&text=PipelineDiagnosticSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.PipelineDiagnosticSettings.withResponse(com.microsoft.azure.management.apimanagement.v2019_01_01.HttpMessageDiagnostic)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.PipelineDiagnosticSettings.withResponse(HttpMessageDiagnostic response)"
name: "withResponse(HttpMessageDiagnostic response)"
nameWithType: "PipelineDiagnosticSettings.withResponse(HttpMessageDiagnostic response)"
summary: "Set diagnostic settings for response."
parameters:
- description: "the response value to set"
name: "response"
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.HttpMessageDiagnostic?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.HttpMessageDiagnostic&text=HttpMessageDiagnostic\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PipelineDiagnosticSettings withResponse(HttpMessageDiagnostic response)"
desc: "Set diagnostic settings for response."
returns:
description: "the PipelineDiagnosticSettings object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.PipelineDiagnosticSettings?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.PipelineDiagnosticSettings&text=PipelineDiagnosticSettings\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Diagnostic settings for incoming/outgoing HTTP messages to the Gateway."
metadata: {}
package: "com.microsoft.azure.management.apimanagement.v2019_01_01"
artifact: com.microsoft.azure.apimanagement.v2019_01_01:azure-mgmt-apimanagement:1.0.0-beta-1