-
Notifications
You must be signed in to change notification settings - Fork 247
/
azure.mgmt.resource.templatespecs.v2021_05_01.aio.TemplateSpecsClient.yml
53 lines (50 loc) · 1.91 KB
/
azure.mgmt.resource.templatespecs.v2021_05_01.aio.TemplateSpecsClient.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
### YamlMime:PythonClass
uid: azure.mgmt.resource.templatespecs.v2021_05_01.aio.TemplateSpecsClient
name: TemplateSpecsClient
fullName: azure.mgmt.resource.templatespecs.v2021_05_01.aio.TemplateSpecsClient
module: azure.mgmt.resource.templatespecs.v2021_05_01.aio
inheritances:
- builtins.object
summary: 'The APIs listed in this specification can be used to manage Template Spec
resources through the
Azure Resource Manager.'
constructor:
syntax: 'TemplateSpecsClient(credential: AsyncTokenCredential, 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_async.AsyncTokenCredential>
- name: subscription_id
description: 'Subscription Id which forms part of the URI for every service call.
Required.'
isRequired: true
types:
- <xref:str>
- name: base_url
description: Service URL. Default value is "[https://management.azure.com](https://management.azure.com)".
defaultValue: https://management.azure.com
types:
- <xref:str>
keywordOnlyParameters:
- name: api_version
description: 'Api Version. Default value is "2021-05-01". Note that overriding
this
default value may result in unsupported behavior.'
types:
- <xref:str>
variables:
- description: TemplateSpecsOperations operations
name: template_specs
types:
- <xref:azure.mgmt.resource.templatespecs.v2021_05_01.aio.operations.TemplateSpecsOperations>
- description: TemplateSpecVersionsOperations operations
name: template_spec_versions
types:
- <xref:azure.mgmt.resource.templatespecs.v2021_05_01.aio.operations.TemplateSpecVersionsOperations>
methods:
- uid: azure.mgmt.resource.templatespecs.v2021_05_01.aio.TemplateSpecsClient.close
name: close
signature: async close() -> None