docs/classes/management.SDK.SuspiciousIpThrottlingClient.html
new SuspiciousIpThrottlingClient(
options: BaseClientOptions,
): SuspiciousIpThrottlingClient
get(
requestOptions?: SuspiciousIpThrottlingClient.RequestOptions,
): HttpResponsePromise<GetSuspiciousIpThrottlingSettingsResponseContent>
Retrieve details of the Suspicious IP Throttling configuration of your tenant.
OptionalrequestOptions: SuspiciousIpThrottlingClient.RequestOptionsRequest-specific configuration.
Management.TooManyRequestsError
await client.attackProtection.suspiciousIpThrottling.get()Copy
update(
request?: UpdateSuspiciousIpThrottlingSettingsRequestContent,
requestOptions?: SuspiciousIpThrottlingClient.RequestOptions,
): HttpResponsePromise<UpdateSuspiciousIpThrottlingSettingsResponseContent>
Update the details of the Suspicious IP Throttling configuration of your tenant.
OptionalrequestOptions: SuspiciousIpThrottlingClient.RequestOptionsRequest-specific configuration.
Management.TooManyRequestsError
await client.attackProtection.suspiciousIpThrottling.update()Copy
Protected Readonly_options_options: NormalizedClientOptionsWithAuth<BaseClientOptions>
Member Visibility
ThemeOSLightDark
Constructors constructor Methods getupdate Properties _options