TemplateClient Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, TemplateClientOptions) |
Initializes a new instance of TemplateClient. |
TemplateClient(String, TokenCredential) |
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.
|
GetSecretAsync(String, RequestContext) |
[Protocol Method] Get a specified secret from a given key vault.
|
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
Azure SDK for .NET