azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.m...

304 строки
15 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.monitor.models.EventData"
fullName: "com.azure.resourcemanager.monitor.models.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.azure.resourcemanager.resources.fluentcore.model.HasInnerModel?alt=com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel&text=HasInnerModel\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.monitor.fluent.models.EventDataInner?alt=com.azure.resourcemanager.monitor.fluent.models.EventDataInner&text=EventDataInner\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.azure.resourcemanager.monitor.models.EventData.authorization()"
fullName: "com.azure.resourcemanager.monitor.models.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.azure.resourcemanager.monitor.models.SenderAuthorization?alt=com.azure.resourcemanager.monitor.models.SenderAuthorization&text=SenderAuthorization\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.monitor.models.EventData.caller()"
fullName: "com.azure.resourcemanager.monitor.models.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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.monitor.models.EventData.category()"
fullName: "com.azure.resourcemanager.monitor.models.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.azure.resourcemanager.monitor.models.LocalizableString?alt=com.azure.resourcemanager.monitor.models.LocalizableString&text=LocalizableString\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.monitor.models.EventData.claims()"
fullName: "com.azure.resourcemanager.monitor.models.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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.monitor.models.EventData.correlationId()"
fullName: "com.azure.resourcemanager.monitor.models.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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.monitor.models.EventData.description()"
fullName: "com.azure.resourcemanager.monitor.models.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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.monitor.models.EventData.eventDataId()"
fullName: "com.azure.resourcemanager.monitor.models.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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.monitor.models.EventData.eventName()"
fullName: "com.azure.resourcemanager.monitor.models.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.azure.resourcemanager.monitor.models.LocalizableString?alt=com.azure.resourcemanager.monitor.models.LocalizableString&text=LocalizableString\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.monitor.models.EventData.eventTimestamp()"
fullName: "com.azure.resourcemanager.monitor.models.EventData.eventTimestamp()"
name: "eventTimestamp()"
nameWithType: "EventData.eventTimestamp()"
summary: "Get the event<wbr>Timestamp value."
modifiers:
- "abstract"
syntax: "public abstract OffsetDateTime eventTimestamp()"
desc: "Get the eventTimestamp value."
returns:
description: "the eventTimestamp value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.monitor.models.EventData.httpRequest()"
fullName: "com.azure.resourcemanager.monitor.models.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.azure.resourcemanager.monitor.models.HttpRequestInfo?alt=com.azure.resourcemanager.monitor.models.HttpRequestInfo&text=HttpRequestInfo\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.monitor.models.EventData.id()"
fullName: "com.azure.resourcemanager.monitor.models.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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.monitor.models.EventData.level()"
fullName: "com.azure.resourcemanager.monitor.models.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.azure.resourcemanager.monitor.models.EventLevel?alt=com.azure.resourcemanager.monitor.models.EventLevel&text=EventLevel\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.monitor.models.EventData.operationId()"
fullName: "com.azure.resourcemanager.monitor.models.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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.monitor.models.EventData.operationName()"
fullName: "com.azure.resourcemanager.monitor.models.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.azure.resourcemanager.monitor.models.LocalizableString?alt=com.azure.resourcemanager.monitor.models.LocalizableString&text=LocalizableString\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.monitor.models.EventData.properties()"
fullName: "com.azure.resourcemanager.monitor.models.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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.monitor.models.EventData.resourceGroupName()"
fullName: "com.azure.resourcemanager.monitor.models.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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.monitor.models.EventData.resourceId()"
fullName: "com.azure.resourcemanager.monitor.models.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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.monitor.models.EventData.resourceProviderName()"
fullName: "com.azure.resourcemanager.monitor.models.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.azure.resourcemanager.monitor.models.LocalizableString?alt=com.azure.resourcemanager.monitor.models.LocalizableString&text=LocalizableString\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.monitor.models.EventData.resourceType()"
fullName: "com.azure.resourcemanager.monitor.models.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.azure.resourcemanager.monitor.models.LocalizableString?alt=com.azure.resourcemanager.monitor.models.LocalizableString&text=LocalizableString\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.monitor.models.EventData.status()"
fullName: "com.azure.resourcemanager.monitor.models.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.azure.resourcemanager.monitor.models.LocalizableString?alt=com.azure.resourcemanager.monitor.models.LocalizableString&text=LocalizableString\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.monitor.models.EventData.subStatus()"
fullName: "com.azure.resourcemanager.monitor.models.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.azure.resourcemanager.monitor.models.LocalizableString?alt=com.azure.resourcemanager.monitor.models.LocalizableString&text=LocalizableString\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.monitor.models.EventData.submissionTimestamp()"
fullName: "com.azure.resourcemanager.monitor.models.EventData.submissionTimestamp()"
name: "submissionTimestamp()"
nameWithType: "EventData.submissionTimestamp()"
summary: "Get the submission<wbr>Timestamp value."
modifiers:
- "abstract"
syntax: "public abstract OffsetDateTime submissionTimestamp()"
desc: "Get the submissionTimestamp value."
returns:
description: "the submissionTimestamp value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.monitor.models.EventData.subscriptionId()"
fullName: "com.azure.resourcemanager.monitor.models.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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.monitor.models.EventData.tenantId()"
fullName: "com.azure.resourcemanager.monitor.models.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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "interface"
desc: "The Azure event log entries are of type EventData."
implements:
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel?alt=com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel&text=HasInnerModel\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.monitor.fluent.models.EventDataInner?alt=com.azure.resourcemanager.monitor.fluent.models.EventDataInner&text=EventDataInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.monitor.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-monitor:2.42.0