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

84 строки
6.3 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.HttpMessageDiagnostic"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.HttpMessageDiagnostic"
name: "HttpMessageDiagnostic"
nameWithType: "HttpMessageDiagnostic"
summary: "Http message diagnostic settings."
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 **HttpMessageDiagnostic**"
constructors:
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.HttpMessageDiagnostic.HttpMessageDiagnostic()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.HttpMessageDiagnostic.HttpMessageDiagnostic()"
name: "HttpMessageDiagnostic()"
nameWithType: "HttpMessageDiagnostic.HttpMessageDiagnostic()"
syntax: "public HttpMessageDiagnostic()"
methods:
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.HttpMessageDiagnostic.body()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.HttpMessageDiagnostic.body()"
name: "body()"
nameWithType: "HttpMessageDiagnostic.body()"
summary: "Get body logging settings."
syntax: "public BodyDiagnosticSettings body()"
desc: "Get body logging settings."
returns:
description: "the body value"
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.BodyDiagnosticSettings?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.BodyDiagnosticSettings&text=BodyDiagnosticSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.HttpMessageDiagnostic.headers()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.HttpMessageDiagnostic.headers()"
name: "headers()"
nameWithType: "HttpMessageDiagnostic.headers()"
summary: "Get array of HTTP Headers to log."
syntax: "public List<String> headers()"
desc: "Get array of HTTP Headers to log."
returns:
description: "the headers value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.HttpMessageDiagnostic.withBody(com.microsoft.azure.management.apimanagement.v2019_01_01.BodyDiagnosticSettings)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.HttpMessageDiagnostic.withBody(BodyDiagnosticSettings body)"
name: "withBody(BodyDiagnosticSettings body)"
nameWithType: "HttpMessageDiagnostic.withBody(BodyDiagnosticSettings body)"
summary: "Set body logging settings."
parameters:
- description: "the body value to set"
name: "body"
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.BodyDiagnosticSettings?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.BodyDiagnosticSettings&text=BodyDiagnosticSettings\" data-throw-if-not-resolved=\"False\" />"
syntax: "public HttpMessageDiagnostic withBody(BodyDiagnosticSettings body)"
desc: "Set body logging settings."
returns:
description: "the HttpMessageDiagnostic object itself."
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.HttpMessageDiagnostic.withHeaders(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.HttpMessageDiagnostic.withHeaders(List<String> headers)"
name: "withHeaders(List<String> headers)"
nameWithType: "HttpMessageDiagnostic.withHeaders(List<String> headers)"
summary: "Set array of HTTP Headers to log."
parameters:
- description: "the headers value to set"
name: "headers"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public HttpMessageDiagnostic withHeaders(List<String> headers)"
desc: "Set array of HTTP Headers to log."
returns:
description: "the HttpMessageDiagnostic object itself."
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\" />"
type: "class"
desc: "Http message diagnostic settings."
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