Documentation
¶
Index ¶
- func PossibleValuesForEventLevel() []string
- type EventData
- type EventDataOperationPredicate
- type EventLevel
- type HTTPRequestInfo
- type ListCompleteResult
- type ListCustomPager
- type ListOperationOptions
- type ListOperationResponse
- type LocalizableString
- type SenderAuthorization
- type TenantActivityLogsClient
- func (c TenantActivityLogsClient) List(ctx context.Context, options ListOperationOptions) (result ListOperationResponse, err error)
- func (c TenantActivityLogsClient) ListComplete(ctx context.Context, options ListOperationOptions) (ListCompleteResult, error)
- func (c TenantActivityLogsClient) ListCompleteMatchingPredicate(ctx context.Context, options ListOperationOptions, ...) (result ListCompleteResult, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForEventLevel ¶
func PossibleValuesForEventLevel() []string
Types ¶
type EventData ¶
type EventData struct { Authorization *SenderAuthorization `json:"authorization,omitempty"` Caller *string `json:"caller,omitempty"` Category *LocalizableString `json:"category,omitempty"` Claims *map[string]string `json:"claims,omitempty"` CorrelationId *string `json:"correlationId,omitempty"` Description *string `json:"description,omitempty"` EventDataId *string `json:"eventDataId,omitempty"` EventName *LocalizableString `json:"eventName,omitempty"` EventTimestamp *string `json:"eventTimestamp,omitempty"` HTTPRequest *HTTPRequestInfo `json:"httpRequest,omitempty"` Id *string `json:"id,omitempty"` Level *EventLevel `json:"level,omitempty"` OperationId *string `json:"operationId,omitempty"` OperationName *LocalizableString `json:"operationName,omitempty"` Properties *map[string]string `json:"properties,omitempty"` ResourceGroupName *string `json:"resourceGroupName,omitempty"` ResourceId *string `json:"resourceId,omitempty"` ResourceProviderName *LocalizableString `json:"resourceProviderName,omitempty"` ResourceType *LocalizableString `json:"resourceType,omitempty"` Status *LocalizableString `json:"status,omitempty"` SubStatus *LocalizableString `json:"subStatus,omitempty"` SubmissionTimestamp *string `json:"submissionTimestamp,omitempty"` SubscriptionId *string `json:"subscriptionId,omitempty"` TenantId *string `json:"tenantId,omitempty"` }
func (*EventData) GetEventTimestampAsTime ¶
func (*EventData) GetSubmissionTimestampAsTime ¶
func (*EventData) SetEventTimestampAsTime ¶
func (*EventData) SetSubmissionTimestampAsTime ¶
type EventDataOperationPredicate ¶
type EventDataOperationPredicate struct { Caller *string CorrelationId *string Description *string EventDataId *string EventTimestamp *string Id *string OperationId *string ResourceGroupName *string ResourceId *string SubmissionTimestamp *string SubscriptionId *string TenantId *string }
func (EventDataOperationPredicate) Matches ¶
func (p EventDataOperationPredicate) Matches(input EventData) bool
type EventLevel ¶
type EventLevel string
const ( EventLevelCritical EventLevel = "Critical" EventLevelError EventLevel = "Error" EventLevelInformational EventLevel = "Informational" EventLevelVerbose EventLevel = "Verbose" EventLevelWarning EventLevel = "Warning" )
func (*EventLevel) UnmarshalJSON ¶
func (s *EventLevel) UnmarshalJSON(bytes []byte) error
type HTTPRequestInfo ¶
type ListCompleteResult ¶
type ListCustomPager ¶
func (*ListCustomPager) NextPageLink ¶
func (p *ListCustomPager) NextPageLink() *odata.Link
type ListOperationOptions ¶
func DefaultListOperationOptions ¶
func DefaultListOperationOptions() ListOperationOptions
func (ListOperationOptions) ToHeaders ¶
func (o ListOperationOptions) ToHeaders() *client.Headers
func (ListOperationOptions) ToOData ¶
func (o ListOperationOptions) ToOData() *odata.Query
func (ListOperationOptions) ToQuery ¶
func (o ListOperationOptions) ToQuery() *client.QueryParams
type ListOperationResponse ¶
type LocalizableString ¶
type SenderAuthorization ¶
type TenantActivityLogsClient ¶
type TenantActivityLogsClient struct {
Client *resourcemanager.Client
}
func NewTenantActivityLogsClientWithBaseURI ¶
func NewTenantActivityLogsClientWithBaseURI(sdkApi sdkEnv.Api) (*TenantActivityLogsClient, error)
func (TenantActivityLogsClient) List ¶
func (c TenantActivityLogsClient) List(ctx context.Context, options ListOperationOptions) (result ListOperationResponse, err error)
List ...
func (TenantActivityLogsClient) ListComplete ¶
func (c TenantActivityLogsClient) ListComplete(ctx context.Context, options ListOperationOptions) (ListCompleteResult, error)
ListComplete retrieves all the results into a single object
func (TenantActivityLogsClient) ListCompleteMatchingPredicate ¶
func (c TenantActivityLogsClient) ListCompleteMatchingPredicate(ctx context.Context, options ListOperationOptions, predicate EventDataOperationPredicate) (result ListCompleteResult, err error)
ListCompleteMatchingPredicate retrieves all the results and then applies the predicate
Click to show internal directories.
Click to hide internal directories.