azure.mgmt.resource.templatespecs.v2019_06_01_preview package

Submodules

Module contents

class azure.mgmt.resource.templatespecs.v2019_06_01_preview.TemplateSpecsClient(credential: TokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)[source]

Bases: object

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

Variables:
Parameters:
  • credential (TokenCredential) – Credential needed for the client to connect to Azure. Required.

  • subscription_id (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”.

Keyword Arguments:

api_version (str) – Api Version. Default value is “2019-06-01-preview”. Note that overriding this default value may result in unsupported behavior.

close() None[source]