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

304 строки
15 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.monitor.EventData"
fullName: "com.microsoft.azure.management.monitor.EventData"
name: "EventData"
nameWithType: "EventData"
summary: "The Azure event log entries are of type Event<wbr>Data."
syntax: "public interface **EventData**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.monitor.implementation.EventDataInner?alt=com.microsoft.azure.management.monitor.implementation.EventDataInner&text=EventDataInner\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.monitor.EventData.authorization()"
fullName: "com.microsoft.azure.management.monitor.EventData.authorization()"
name: "authorization()"
nameWithType: "EventData.authorization()"
summary: "Get the authorization value."
modifiers:
- "abstract"
syntax: "public abstract SenderAuthorization authorization()"
desc: "Get the authorization value."
returns:
description: "the authorization value"
type: "<xref href=\"com.microsoft.azure.management.monitor.SenderAuthorization?alt=com.microsoft.azure.management.monitor.SenderAuthorization&text=SenderAuthorization\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.EventData.caller()"
fullName: "com.microsoft.azure.management.monitor.EventData.caller()"
name: "caller()"
nameWithType: "EventData.caller()"
summary: "Get the caller value."
modifiers:
- "abstract"
syntax: "public abstract String caller()"
desc: "Get the caller value."
returns:
description: "the caller value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.EventData.category()"
fullName: "com.microsoft.azure.management.monitor.EventData.category()"
name: "category()"
nameWithType: "EventData.category()"
summary: "Get the category value."
modifiers:
- "abstract"
syntax: "public abstract LocalizableString category()"
desc: "Get the category value."
returns:
description: "the category value"
type: "<xref href=\"com.microsoft.azure.management.monitor.LocalizableString?alt=com.microsoft.azure.management.monitor.LocalizableString&text=LocalizableString\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.EventData.claims()"
fullName: "com.microsoft.azure.management.monitor.EventData.claims()"
name: "claims()"
nameWithType: "EventData.claims()"
summary: "Get the claims value."
modifiers:
- "abstract"
syntax: "public abstract Map<String,String> claims()"
desc: "Get the claims value."
returns:
description: "the claims 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.monitor.EventData.correlationId()"
fullName: "com.microsoft.azure.management.monitor.EventData.correlationId()"
name: "correlationId()"
nameWithType: "EventData.correlationId()"
summary: "Get the correlation<wbr>Id value."
modifiers:
- "abstract"
syntax: "public abstract String correlationId()"
desc: "Get the correlationId value."
returns:
description: "the correlationId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.EventData.description()"
fullName: "com.microsoft.azure.management.monitor.EventData.description()"
name: "description()"
nameWithType: "EventData.description()"
summary: "Get the description value."
modifiers:
- "abstract"
syntax: "public abstract String description()"
desc: "Get the description value."
returns:
description: "the description value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.EventData.eventDataId()"
fullName: "com.microsoft.azure.management.monitor.EventData.eventDataId()"
name: "eventDataId()"
nameWithType: "EventData.eventDataId()"
summary: "Get the event<wbr>Data<wbr>Id value."
modifiers:
- "abstract"
syntax: "public abstract String eventDataId()"
desc: "Get the eventDataId value."
returns:
description: "the eventDataId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.EventData.eventName()"
fullName: "com.microsoft.azure.management.monitor.EventData.eventName()"
name: "eventName()"
nameWithType: "EventData.eventName()"
summary: "Get the event<wbr>Name value."
modifiers:
- "abstract"
syntax: "public abstract LocalizableString eventName()"
desc: "Get the eventName value."
returns:
description: "the eventName value"
type: "<xref href=\"com.microsoft.azure.management.monitor.LocalizableString?alt=com.microsoft.azure.management.monitor.LocalizableString&text=LocalizableString\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.EventData.eventTimestamp()"
fullName: "com.microsoft.azure.management.monitor.EventData.eventTimestamp()"
name: "eventTimestamp()"
nameWithType: "EventData.eventTimestamp()"
summary: "Get the event<wbr>Timestamp value."
modifiers:
- "abstract"
syntax: "public abstract DateTime eventTimestamp()"
desc: "Get the eventTimestamp value."
returns:
description: "the eventTimestamp 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.monitor.EventData.httpRequest()"
fullName: "com.microsoft.azure.management.monitor.EventData.httpRequest()"
name: "httpRequest()"
nameWithType: "EventData.httpRequest()"
summary: "Get the http<wbr>Request value."
modifiers:
- "abstract"
syntax: "public abstract HttpRequestInfo httpRequest()"
desc: "Get the httpRequest value."
returns:
description: "the httpRequest value"
type: "<xref href=\"com.microsoft.azure.management.monitor.HttpRequestInfo?alt=com.microsoft.azure.management.monitor.HttpRequestInfo&text=HttpRequestInfo\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.EventData.id()"
fullName: "com.microsoft.azure.management.monitor.EventData.id()"
name: "id()"
nameWithType: "EventData.id()"
summary: "Get the id value."
modifiers:
- "abstract"
syntax: "public abstract String id()"
desc: "Get the id value."
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.management.monitor.EventData.level()"
fullName: "com.microsoft.azure.management.monitor.EventData.level()"
name: "level()"
nameWithType: "EventData.level()"
summary: "Get the level value."
modifiers:
- "abstract"
syntax: "public abstract EventLevel level()"
desc: "Get the level value."
returns:
description: "the level value"
type: "<xref href=\"com.microsoft.azure.management.monitor.EventLevel?alt=com.microsoft.azure.management.monitor.EventLevel&text=EventLevel\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.EventData.operationId()"
fullName: "com.microsoft.azure.management.monitor.EventData.operationId()"
name: "operationId()"
nameWithType: "EventData.operationId()"
summary: "Get the operation<wbr>Id value."
modifiers:
- "abstract"
syntax: "public abstract String operationId()"
desc: "Get the operationId value."
returns:
description: "the operationId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.EventData.operationName()"
fullName: "com.microsoft.azure.management.monitor.EventData.operationName()"
name: "operationName()"
nameWithType: "EventData.operationName()"
summary: "Get the operation<wbr>Name value."
modifiers:
- "abstract"
syntax: "public abstract LocalizableString operationName()"
desc: "Get the operationName value."
returns:
description: "the operationName value"
type: "<xref href=\"com.microsoft.azure.management.monitor.LocalizableString?alt=com.microsoft.azure.management.monitor.LocalizableString&text=LocalizableString\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.EventData.properties()"
fullName: "com.microsoft.azure.management.monitor.EventData.properties()"
name: "properties()"
nameWithType: "EventData.properties()"
summary: "Get the properties value."
modifiers:
- "abstract"
syntax: "public abstract Map<String,String> properties()"
desc: "Get the properties value."
returns:
description: "the properties 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.monitor.EventData.resourceGroupName()"
fullName: "com.microsoft.azure.management.monitor.EventData.resourceGroupName()"
name: "resourceGroupName()"
nameWithType: "EventData.resourceGroupName()"
summary: "Get the resource<wbr>Group<wbr>Name value."
modifiers:
- "abstract"
syntax: "public abstract String resourceGroupName()"
desc: "Get the resourceGroupName value."
returns:
description: "the resourceGroupName value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.EventData.resourceId()"
fullName: "com.microsoft.azure.management.monitor.EventData.resourceId()"
name: "resourceId()"
nameWithType: "EventData.resourceId()"
summary: "Get the resource<wbr>Id value."
modifiers:
- "abstract"
syntax: "public abstract String resourceId()"
desc: "Get the resourceId value."
returns:
description: "the resourceId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.EventData.resourceProviderName()"
fullName: "com.microsoft.azure.management.monitor.EventData.resourceProviderName()"
name: "resourceProviderName()"
nameWithType: "EventData.resourceProviderName()"
summary: "Get the resource<wbr>Provider<wbr>Name value."
modifiers:
- "abstract"
syntax: "public abstract LocalizableString resourceProviderName()"
desc: "Get the resourceProviderName value."
returns:
description: "the resourceProviderName value"
type: "<xref href=\"com.microsoft.azure.management.monitor.LocalizableString?alt=com.microsoft.azure.management.monitor.LocalizableString&text=LocalizableString\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.EventData.resourceType()"
fullName: "com.microsoft.azure.management.monitor.EventData.resourceType()"
name: "resourceType()"
nameWithType: "EventData.resourceType()"
summary: "Get the resource<wbr>Type value."
modifiers:
- "abstract"
syntax: "public abstract LocalizableString resourceType()"
desc: "Get the resourceType value."
returns:
description: "the resourceType value"
type: "<xref href=\"com.microsoft.azure.management.monitor.LocalizableString?alt=com.microsoft.azure.management.monitor.LocalizableString&text=LocalizableString\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.EventData.status()"
fullName: "com.microsoft.azure.management.monitor.EventData.status()"
name: "status()"
nameWithType: "EventData.status()"
summary: "Get the status value."
modifiers:
- "abstract"
syntax: "public abstract LocalizableString status()"
desc: "Get the status value."
returns:
description: "the status value"
type: "<xref href=\"com.microsoft.azure.management.monitor.LocalizableString?alt=com.microsoft.azure.management.monitor.LocalizableString&text=LocalizableString\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.EventData.subStatus()"
fullName: "com.microsoft.azure.management.monitor.EventData.subStatus()"
name: "subStatus()"
nameWithType: "EventData.subStatus()"
summary: "Get the sub<wbr>Status value."
modifiers:
- "abstract"
syntax: "public abstract LocalizableString subStatus()"
desc: "Get the subStatus value."
returns:
description: "the subStatus value"
type: "<xref href=\"com.microsoft.azure.management.monitor.LocalizableString?alt=com.microsoft.azure.management.monitor.LocalizableString&text=LocalizableString\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.EventData.submissionTimestamp()"
fullName: "com.microsoft.azure.management.monitor.EventData.submissionTimestamp()"
name: "submissionTimestamp()"
nameWithType: "EventData.submissionTimestamp()"
summary: "Get the submission<wbr>Timestamp value."
modifiers:
- "abstract"
syntax: "public abstract DateTime submissionTimestamp()"
desc: "Get the submissionTimestamp value."
returns:
description: "the submissionTimestamp 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.monitor.EventData.subscriptionId()"
fullName: "com.microsoft.azure.management.monitor.EventData.subscriptionId()"
name: "subscriptionId()"
nameWithType: "EventData.subscriptionId()"
summary: "Get the subscription<wbr>Id value."
modifiers:
- "abstract"
syntax: "public abstract String subscriptionId()"
desc: "Get the subscriptionId value."
returns:
description: "the subscriptionId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.EventData.tenantId()"
fullName: "com.microsoft.azure.management.monitor.EventData.tenantId()"
name: "tenantId()"
nameWithType: "EventData.tenantId()"
summary: "Get the tenant<wbr>Id value."
modifiers:
- "abstract"
syntax: "public abstract String tenantId()"
desc: "Get the tenantId value."
returns:
description: "the tenantId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "The Azure event log entries are of type EventData."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.monitor.implementation.EventDataInner?alt=com.microsoft.azure.management.monitor.implementation.EventDataInner&text=EventDataInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.monitor"
artifact: com.microsoft.azure:azure-mgmt-monitor:1.41.4