-
Notifications
You must be signed in to change notification settings - Fork 247
/
azure.mgmt.compute.v2022_03_01.models.RequestRateByIntervalInput.yml
102 lines (96 loc) · 3.42 KB
/
azure.mgmt.compute.v2022_03_01.models.RequestRateByIntervalInput.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
### YamlMime:PythonClass
uid: azure.mgmt.compute.v2022_03_01.models.RequestRateByIntervalInput
name: RequestRateByIntervalInput
fullName: azure.mgmt.compute.v2022_03_01.models.RequestRateByIntervalInput
module: azure.mgmt.compute.v2022_03_01.models
inheritances:
- azure.mgmt.compute.v2022_03_01.models._models_py3.LogAnalyticsInputBase
summary: 'Api request input for LogAnalytics getRequestRateByInterval Api.
All required parameters must be populated in order to send to server.'
constructor:
syntax: 'RequestRateByIntervalInput(*, blob_container_sas_uri: str, from_time: datetime,
to_time: datetime, interval_length: str | _models.IntervalInMins, group_by_throttle_policy:
bool | None = None, group_by_operation_name: bool | None = None, group_by_resource_name:
bool | None = None, group_by_client_application_id: bool | None = None, group_by_user_agent:
bool | None = None, **kwargs: Any)'
keywordOnlyParameters:
- name: blob_container_sas_uri
description: 'SAS Uri of the logging blob container to which LogAnalytics
Api writes output logs to. Required.'
types:
- <xref:str>
- name: from_time
description: From time of the query. Required.
types:
- <xref:datetime.datetime>
- name: to_time
description: To time of the query. Required.
types:
- <xref:datetime.datetime>
- name: group_by_throttle_policy
description: Group query result by Throttle Policy applied.
types:
- <xref:bool>
- name: group_by_operation_name
description: Group query result by Operation Name.
types:
- <xref:bool>
- name: group_by_resource_name
description: Group query result by Resource Name.
types:
- <xref:bool>
- name: group_by_client_application_id
description: Group query result by Client Application ID.
types:
- <xref:bool>
- name: group_by_user_agent
description: Group query result by User Agent.
types:
- <xref:bool>
- name: interval_length
description: 'Interval value in minutes used to create LogAnalytics call rate
logs.
Required. Known values are: "ThreeMins", "FiveMins", "ThirtyMins", and "SixtyMins".'
types:
- <xref:str>
- <xref:azure.mgmt.compute.v2022_03_01.models.IntervalInMins>
variables:
- description: 'SAS Uri of the logging blob container to which LogAnalytics Api
writes output logs to. Required.'
name: blob_container_sas_uri
types:
- <xref:str>
- description: From time of the query. Required.
name: from_time
types:
- <xref:datetime.datetime>
- description: To time of the query. Required.
name: to_time
types:
- <xref:datetime.datetime>
- description: Group query result by Throttle Policy applied.
name: group_by_throttle_policy
types:
- <xref:bool>
- description: Group query result by Operation Name.
name: group_by_operation_name
types:
- <xref:bool>
- description: Group query result by Resource Name.
name: group_by_resource_name
types:
- <xref:bool>
- description: Group query result by Client Application ID.
name: group_by_client_application_id
types:
- <xref:bool>
- description: Group query result by User Agent.
name: group_by_user_agent
types:
- <xref:bool>
- description: 'Interval value in minutes used to create LogAnalytics call rate logs.
Required. Known values are: "ThreeMins", "FiveMins", "ThirtyMins", and "SixtyMins".'
name: interval_length
types:
- <xref:str>
- <xref:azure.mgmt.compute.v2022_03_01.models.IntervalInMins>