forked from MicrosoftDocs/azure-docs-sdk-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathazure.mgmt.security.v2021_07_01.SecurityCenter.yml
45 lines (43 loc) · 1.44 KB
/
azure.mgmt.security.v2021_07_01.SecurityCenter.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
### YamlMime:PythonClass
uid: azure.mgmt.security.v2021_07_01.SecurityCenter
name: SecurityCenter
fullName: azure.mgmt.security.v2021_07_01.SecurityCenter
module: azure.mgmt.security.v2021_07_01
inheritances:
- builtins.object
summary: API spec for Microsoft.Security (Azure Security Center) resource provider.
constructor:
syntax: 'SecurityCenter(credential: TokenCredential, subscription_id: str, base_url:
str = ''`https://management.azure.com`'', **kwargs: Any)'
parameters:
- name: credential
description: Credential needed for the client to connect to Azure. Required.
isRequired: true
types:
- <xref:azure.core.credentials.TokenCredential>
- name: subscription_id
description: Azure subscription ID. Required.
isRequired: true
types:
- <xref:str>
- name: base_url
description: Service URL. Default value is "`https://management.azure.com`".
defaultValue: `https://management.azure.com`
types:
- <xref:str>
keywordOnlyParameters:
- name: api_version
description: 'Api Version. Default value is "2021-07-01". Note that overriding
this
default value may result in unsupported behavior.'
types:
- <xref:str>
variables:
- description: SettingsOperations operations
name: settings
types:
- <xref:azure.mgmt.security.v2021_07_01.operations.SettingsOperations>
methods:
- uid: azure.mgmt.security.v2021_07_01.SecurityCenter.close
name: close
signature: close() -> None