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

156 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.containerregistry.EventRequestMessage"
fullName: "com.microsoft.azure.management.containerregistry.EventRequestMessage"
name: "EventRequestMessage"
nameWithType: "EventRequestMessage"
summary: "The event request message sent to the service URI."
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 **EventRequestMessage**"
constructors:
- uid: "com.microsoft.azure.management.containerregistry.EventRequestMessage.EventRequestMessage()"
fullName: "com.microsoft.azure.management.containerregistry.EventRequestMessage.EventRequestMessage()"
name: "EventRequestMessage()"
nameWithType: "EventRequestMessage.EventRequestMessage()"
syntax: "public EventRequestMessage()"
methods:
- uid: "com.microsoft.azure.management.containerregistry.EventRequestMessage.content()"
fullName: "com.microsoft.azure.management.containerregistry.EventRequestMessage.content()"
name: "content()"
nameWithType: "EventRequestMessage.content()"
summary: "Get the content of the event request message."
syntax: "public EventContent content()"
desc: "Get the content of the event request message."
returns:
description: "the content value"
type: "<xref href=\"com.microsoft.azure.management.containerregistry.EventContent?alt=com.microsoft.azure.management.containerregistry.EventContent&text=EventContent\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.EventRequestMessage.headers()"
fullName: "com.microsoft.azure.management.containerregistry.EventRequestMessage.headers()"
name: "headers()"
nameWithType: "EventRequestMessage.headers()"
summary: "Get the headers of the event request message."
syntax: "public Map<String,String> headers()"
desc: "Get the headers of the event request message."
returns:
description: "the headers value"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.containerregistry.EventRequestMessage.method()"
fullName: "com.microsoft.azure.management.containerregistry.EventRequestMessage.method()"
name: "method()"
nameWithType: "EventRequestMessage.method()"
summary: "Get the HTTP method used to send the event request message."
syntax: "public String method()"
desc: "Get the HTTP method used to send the event request message."
returns:
description: "the method value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.EventRequestMessage.requestUri()"
fullName: "com.microsoft.azure.management.containerregistry.EventRequestMessage.requestUri()"
name: "requestUri()"
nameWithType: "EventRequestMessage.requestUri()"
summary: "Get the URI used to send the event request message."
syntax: "public String requestUri()"
desc: "Get the URI used to send the event request message."
returns:
description: "the requestUri value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.EventRequestMessage.version()"
fullName: "com.microsoft.azure.management.containerregistry.EventRequestMessage.version()"
name: "version()"
nameWithType: "EventRequestMessage.version()"
summary: "Get the HTTP message version."
syntax: "public String version()"
desc: "Get the HTTP message version."
returns:
description: "the version value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.EventRequestMessage.withContent(com.microsoft.azure.management.containerregistry.EventContent)"
fullName: "com.microsoft.azure.management.containerregistry.EventRequestMessage.withContent(EventContent content)"
name: "withContent(EventContent content)"
nameWithType: "EventRequestMessage.withContent(EventContent content)"
summary: "Set the content of the event request message."
parameters:
- description: "the content value to set"
name: "content"
type: "<xref href=\"com.microsoft.azure.management.containerregistry.EventContent?alt=com.microsoft.azure.management.containerregistry.EventContent&text=EventContent\" data-throw-if-not-resolved=\"False\" />"
syntax: "public EventRequestMessage withContent(EventContent content)"
desc: "Set the content of the event request message."
returns:
description: "the EventRequestMessage object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.EventRequestMessage?alt=com.microsoft.azure.management.containerregistry.EventRequestMessage&text=EventRequestMessage\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.EventRequestMessage.withHeaders(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.microsoft.azure.management.containerregistry.EventRequestMessage.withHeaders(Map<String,String> headers)"
name: "withHeaders(Map<String,String> headers)"
nameWithType: "EventRequestMessage.withHeaders(Map<String,String> headers)"
summary: "Set the headers of the event request message."
parameters:
- description: "the headers value to set"
name: "headers"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public EventRequestMessage withHeaders(Map<String,String> headers)"
desc: "Set the headers of the event request message."
returns:
description: "the EventRequestMessage object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.EventRequestMessage?alt=com.microsoft.azure.management.containerregistry.EventRequestMessage&text=EventRequestMessage\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.EventRequestMessage.withMethod(java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.EventRequestMessage.withMethod(String method)"
name: "withMethod(String method)"
nameWithType: "EventRequestMessage.withMethod(String method)"
summary: "Set the HTTP method used to send the event request message."
parameters:
- description: "the method value to set"
name: "method"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public EventRequestMessage withMethod(String method)"
desc: "Set the HTTP method used to send the event request message."
returns:
description: "the EventRequestMessage object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.EventRequestMessage?alt=com.microsoft.azure.management.containerregistry.EventRequestMessage&text=EventRequestMessage\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.EventRequestMessage.withRequestUri(java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.EventRequestMessage.withRequestUri(String requestUri)"
name: "withRequestUri(String requestUri)"
nameWithType: "EventRequestMessage.withRequestUri(String requestUri)"
summary: "Set the URI used to send the event request message."
parameters:
- description: "the requestUri value to set"
name: "requestUri"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public EventRequestMessage withRequestUri(String requestUri)"
desc: "Set the URI used to send the event request message."
returns:
description: "the EventRequestMessage object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.EventRequestMessage?alt=com.microsoft.azure.management.containerregistry.EventRequestMessage&text=EventRequestMessage\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.EventRequestMessage.withVersion(java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.EventRequestMessage.withVersion(String version)"
name: "withVersion(String version)"
nameWithType: "EventRequestMessage.withVersion(String version)"
summary: "Set the HTTP message version."
parameters:
- description: "the version value to set"
name: "version"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public EventRequestMessage withVersion(String version)"
desc: "Set the HTTP message version."
returns:
description: "the EventRequestMessage object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.EventRequestMessage?alt=com.microsoft.azure.management.containerregistry.EventRequestMessage&text=EventRequestMessage\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The event request message sent to the service URI."
metadata: {}
package: "com.microsoft.azure.management.containerregistry"
artifact: com.microsoft.azure:azure-mgmt-containerregistry:1.41.4