Share via


TemplateClient Class

Definition

The Template service client.

public class TemplateClient
type TemplateClient = class
Public Class TemplateClient
Inheritance
TemplateClient

Constructors

TemplateClient()

Initializes a new instance of TemplateClient for mocking.

TemplateClient(String, TokenCredential)

Initializes a new instance of TemplateClient.

TemplateClient(String, TokenCredential, TemplateClientOptions)

Initializes a new instance of TemplateClient.

Properties

Pipeline

The HTTP pipeline for sending and receiving REST requests and responses.

Methods

GetSecret(String, RequestContext)

[Protocol Method] Get a specified secret from a given key vault.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetSecretAsync(String, RequestContext)

[Protocol Method] Get a specified secret from a given key vault.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetSecretValue(String, CancellationToken)

The GET operation is applicable to any secret stored in Azure Key Vault. This operation requires the secrets/get permission.

GetSecretValueAsync(String, CancellationToken)

The GET operation is applicable to any secret stored in Azure Key Vault. This operation requires the secrets/get permission.

Applies to