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

96 строки
5.3 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.containerinstance.Event"
fullName: "com.microsoft.azure.management.containerinstance.Event"
name: "Event"
nameWithType: "Event"
summary: "A container group or container instance event."
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 **Event**"
constructors:
- uid: "com.microsoft.azure.management.containerinstance.Event.Event()"
fullName: "com.microsoft.azure.management.containerinstance.Event.Event()"
name: "Event()"
nameWithType: "Event.Event()"
syntax: "public Event()"
methods:
- uid: "com.microsoft.azure.management.containerinstance.Event.count()"
fullName: "com.microsoft.azure.management.containerinstance.Event.count()"
name: "count()"
nameWithType: "Event.count()"
summary: "Get the count of the event."
syntax: "public Integer count()"
desc: "Get the count of the event."
returns:
description: "the count value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.Event.firstTimestamp()"
fullName: "com.microsoft.azure.management.containerinstance.Event.firstTimestamp()"
name: "firstTimestamp()"
nameWithType: "Event.firstTimestamp()"
summary: "Get the date-time of the earliest logged event."
syntax: "public DateTime firstTimestamp()"
desc: "Get the date-time of the earliest logged event."
returns:
description: "the firstTimestamp 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.management.containerinstance.Event.lastTimestamp()"
fullName: "com.microsoft.azure.management.containerinstance.Event.lastTimestamp()"
name: "lastTimestamp()"
nameWithType: "Event.lastTimestamp()"
summary: "Get the date-time of the latest logged event."
syntax: "public DateTime lastTimestamp()"
desc: "Get the date-time of the latest logged event."
returns:
description: "the lastTimestamp 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.management.containerinstance.Event.message()"
fullName: "com.microsoft.azure.management.containerinstance.Event.message()"
name: "message()"
nameWithType: "Event.message()"
summary: "Get the event message."
syntax: "public String message()"
desc: "Get the event message."
returns:
description: "the message value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.Event.name()"
fullName: "com.microsoft.azure.management.containerinstance.Event.name()"
name: "name()"
nameWithType: "Event.name()"
summary: "Get the event name."
syntax: "public String name()"
desc: "Get the event name."
returns:
description: "the name value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.Event.type()"
fullName: "com.microsoft.azure.management.containerinstance.Event.type()"
name: "type()"
nameWithType: "Event.type()"
summary: "Get the event type."
syntax: "public String type()"
desc: "Get the event type."
returns:
description: "the type value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "A container group or container instance event."
metadata: {}
package: "com.microsoft.azure.management.containerinstance"
artifact: com.microsoft.azure:azure-mgmt-containerinstance:1.41.4