EventOperations interface
Interface representing a Event operations.
Properties
| fetch |
Service health event details specific in the subscription by event tracking id. This can be used to fetch sensitive properties for Billing event type. |
| fetch |
Service health event details in the subscription by event tracking id. This can be used to fetch sensitive properties for Security Advisory events. Please see https://learn.microsoft.com/en-us/azure/service-health/security-advisories-elevated-access |
| fetch |
Service health event details in the tenant by event tracking id. This can be used to fetch sensitive properties for Security Advisory events. Please see https://learn.microsoft.com/en-us/azure/service-health/security-advisories-elevated-access |
| get |
Service health event in the subscription by event tracking id |
| get |
Service health event in the tenant by event tracking id |
Property Details
fetchBilllingCommunicationDetailsBySubscriptionIdAndTrackingId
Service health event details specific in the subscription by event tracking id. This can be used to fetch sensitive properties for Billing event type.
fetchBilllingCommunicationDetailsBySubscriptionIdAndTrackingId: (eventTrackingId: string, options?: EventFetchBilllingCommunicationDetailsBySubscriptionIdAndTrackingIdOptionalParams) => Promise<Event>
Property Value
(eventTrackingId: string, options?: EventFetchBilllingCommunicationDetailsBySubscriptionIdAndTrackingIdOptionalParams) => Promise<Event>
fetchDetailsBySubscriptionIdAndTrackingId
Service health event details in the subscription by event tracking id. This can be used to fetch sensitive properties for Security Advisory events. Please see https://learn.microsoft.com/en-us/azure/service-health/security-advisories-elevated-access
fetchDetailsBySubscriptionIdAndTrackingId: (eventTrackingId: string, options?: EventFetchDetailsBySubscriptionIdAndTrackingIdOptionalParams) => Promise<Event>
Property Value
(eventTrackingId: string, options?: EventFetchDetailsBySubscriptionIdAndTrackingIdOptionalParams) => Promise<Event>
fetchDetailsByTenantIdAndTrackingId
Service health event details in the tenant by event tracking id. This can be used to fetch sensitive properties for Security Advisory events. Please see https://learn.microsoft.com/en-us/azure/service-health/security-advisories-elevated-access
fetchDetailsByTenantIdAndTrackingId: (eventTrackingId: string, options?: EventFetchDetailsByTenantIdAndTrackingIdOptionalParams) => Promise<Event>
Property Value
(eventTrackingId: string, options?: EventFetchDetailsByTenantIdAndTrackingIdOptionalParams) => Promise<Event>
getBySubscriptionIdAndTrackingId
Service health event in the subscription by event tracking id
getBySubscriptionIdAndTrackingId: (eventTrackingId: string, options?: EventGetBySubscriptionIdAndTrackingIdOptionalParams) => Promise<Event>
Property Value
(eventTrackingId: string, options?: EventGetBySubscriptionIdAndTrackingIdOptionalParams) => Promise<Event>
getByTenantIdAndTrackingId
Service health event in the tenant by event tracking id
getByTenantIdAndTrackingId: (eventTrackingId: string, options?: EventGetByTenantIdAndTrackingIdOptionalParams) => Promise<Event>
Property Value
(eventTrackingId: string, options?: EventGetByTenantIdAndTrackingIdOptionalParams) => Promise<Event>