azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.eventgr...

132 строки
9.4 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.eventgrid.models.ContainerRegistryArtifactEventData"
fullName: "com.microsoft.azure.eventgrid.models.ContainerRegistryArtifactEventData"
name: "ContainerRegistryArtifactEventData"
nameWithType: "ContainerRegistryArtifactEventData"
summary: "The content of the event request message."
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 **ContainerRegistryArtifactEventData**"
constructors:
- uid: "com.microsoft.azure.eventgrid.models.ContainerRegistryArtifactEventData.ContainerRegistryArtifactEventData()"
fullName: "com.microsoft.azure.eventgrid.models.ContainerRegistryArtifactEventData.ContainerRegistryArtifactEventData()"
name: "ContainerRegistryArtifactEventData()"
nameWithType: "ContainerRegistryArtifactEventData.ContainerRegistryArtifactEventData()"
syntax: "public ContainerRegistryArtifactEventData()"
methods:
- uid: "com.microsoft.azure.eventgrid.models.ContainerRegistryArtifactEventData.action()"
fullName: "com.microsoft.azure.eventgrid.models.ContainerRegistryArtifactEventData.action()"
name: "action()"
nameWithType: "ContainerRegistryArtifactEventData.action()"
summary: "Get the action that encompasses the provided event."
syntax: "public String action()"
desc: "Get the action that encompasses the provided event."
returns:
description: "the action value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.eventgrid.models.ContainerRegistryArtifactEventData.id()"
fullName: "com.microsoft.azure.eventgrid.models.ContainerRegistryArtifactEventData.id()"
name: "id()"
nameWithType: "ContainerRegistryArtifactEventData.id()"
summary: "Get the event ID."
syntax: "public String id()"
desc: "Get the event ID."
returns:
description: "the id value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.eventgrid.models.ContainerRegistryArtifactEventData.target()"
fullName: "com.microsoft.azure.eventgrid.models.ContainerRegistryArtifactEventData.target()"
name: "target()"
nameWithType: "ContainerRegistryArtifactEventData.target()"
summary: "Get the target of the event."
syntax: "public ContainerRegistryArtifactEventTarget target()"
desc: "Get the target of the event."
returns:
description: "the target value"
type: "<xref href=\"com.microsoft.azure.eventgrid.models.ContainerRegistryArtifactEventTarget?alt=com.microsoft.azure.eventgrid.models.ContainerRegistryArtifactEventTarget&text=ContainerRegistryArtifactEventTarget\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.eventgrid.models.ContainerRegistryArtifactEventData.timestamp()"
fullName: "com.microsoft.azure.eventgrid.models.ContainerRegistryArtifactEventData.timestamp()"
name: "timestamp()"
nameWithType: "ContainerRegistryArtifactEventData.timestamp()"
summary: "Get the time at which the event occurred."
syntax: "public DateTime timestamp()"
desc: "Get the time at which the event occurred."
returns:
description: "the timestamp value"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.eventgrid.models.ContainerRegistryArtifactEventData.withAction(java.lang.String)"
fullName: "com.microsoft.azure.eventgrid.models.ContainerRegistryArtifactEventData.withAction(String action)"
name: "withAction(String action)"
nameWithType: "ContainerRegistryArtifactEventData.withAction(String action)"
summary: "Set the action that encompasses the provided event."
parameters:
- description: "the action value to set"
name: "action"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ContainerRegistryArtifactEventData withAction(String action)"
desc: "Set the action that encompasses the provided event."
returns:
description: "the ContainerRegistryArtifactEventData object itself."
type: "<xref href=\"com.microsoft.azure.eventgrid.models.ContainerRegistryArtifactEventData?alt=com.microsoft.azure.eventgrid.models.ContainerRegistryArtifactEventData&text=ContainerRegistryArtifactEventData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.eventgrid.models.ContainerRegistryArtifactEventData.withId(java.lang.String)"
fullName: "com.microsoft.azure.eventgrid.models.ContainerRegistryArtifactEventData.withId(String id)"
name: "withId(String id)"
nameWithType: "ContainerRegistryArtifactEventData.withId(String id)"
summary: "Set the event ID."
parameters:
- description: "the id value to set"
name: "id"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ContainerRegistryArtifactEventData withId(String id)"
desc: "Set the event ID."
returns:
description: "the ContainerRegistryArtifactEventData object itself."
type: "<xref href=\"com.microsoft.azure.eventgrid.models.ContainerRegistryArtifactEventData?alt=com.microsoft.azure.eventgrid.models.ContainerRegistryArtifactEventData&text=ContainerRegistryArtifactEventData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.eventgrid.models.ContainerRegistryArtifactEventData.withTarget(com.microsoft.azure.eventgrid.models.ContainerRegistryArtifactEventTarget)"
fullName: "com.microsoft.azure.eventgrid.models.ContainerRegistryArtifactEventData.withTarget(ContainerRegistryArtifactEventTarget target)"
name: "withTarget(ContainerRegistryArtifactEventTarget target)"
nameWithType: "ContainerRegistryArtifactEventData.withTarget(ContainerRegistryArtifactEventTarget target)"
summary: "Set the target of the event."
parameters:
- description: "the target value to set"
name: "target"
type: "<xref href=\"com.microsoft.azure.eventgrid.models.ContainerRegistryArtifactEventTarget?alt=com.microsoft.azure.eventgrid.models.ContainerRegistryArtifactEventTarget&text=ContainerRegistryArtifactEventTarget\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ContainerRegistryArtifactEventData withTarget(ContainerRegistryArtifactEventTarget target)"
desc: "Set the target of the event."
returns:
description: "the ContainerRegistryArtifactEventData object itself."
type: "<xref href=\"com.microsoft.azure.eventgrid.models.ContainerRegistryArtifactEventData?alt=com.microsoft.azure.eventgrid.models.ContainerRegistryArtifactEventData&text=ContainerRegistryArtifactEventData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.eventgrid.models.ContainerRegistryArtifactEventData.withTimestamp(org.joda.time.DateTime)"
fullName: "com.microsoft.azure.eventgrid.models.ContainerRegistryArtifactEventData.withTimestamp(DateTime timestamp)"
name: "withTimestamp(DateTime timestamp)"
nameWithType: "ContainerRegistryArtifactEventData.withTimestamp(DateTime timestamp)"
summary: "Set the time at which the event occurred."
parameters:
- description: "the timestamp value to set"
name: "timestamp"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ContainerRegistryArtifactEventData withTimestamp(DateTime timestamp)"
desc: "Set the time at which the event occurred."
returns:
description: "the ContainerRegistryArtifactEventData object itself."
type: "<xref href=\"com.microsoft.azure.eventgrid.models.ContainerRegistryArtifactEventData?alt=com.microsoft.azure.eventgrid.models.ContainerRegistryArtifactEventData&text=ContainerRegistryArtifactEventData\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The content of the event request message."
metadata: {}
package: "com.microsoft.azure.eventgrid.models"
artifact: com.microsoft.azure:azure-eventgrid:1.3.0