TemplateSpecsClient Class

The APIs listed in this specification can be used to manage Template Spec resources through the Azure Resource Manager.

Inheritance
builtins.object
TemplateSpecsClient

Constructor

TemplateSpecsClient(credential: TokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)

Parameters

Name Description
credential
Required

Credential needed for the client to connect to Azure. Required.

subscription_id
Required
str

Subscription Id which forms part of the URI for every service call. Required.

base_url
str

Service URL. Default value is "https://management.azure.com".

default value: https://management.azure.com

Keyword-Only Parameters

Name Description
api_version
str

Api Version. Default value is "2019-06-01-preview". Note that overriding this default value may result in unsupported behavior.

Variables

Name Description
template_specs

TemplateSpecsOperations operations

template_spec_versions

TemplateSpecVersionsOperations operations

Methods

close

close

close() -> None