ISecretsOperations Interface

Definition

SecretsOperations operations.

public interface ISecretsOperations
type ISecretsOperations = interface
Public Interface ISecretsOperations

Methods

BeginCreateWithHttpMessagesAsync(String, String, String, SecretParameters, Dictionary<String,List<String>>, CancellationToken)

Creates a new Secret within the specified profile.

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an existing Secret within profile.

BeginUpdateWithHttpMessagesAsync(String, String, String, SecretParameters, Dictionary<String,List<String>>, CancellationToken)

Updates an existing Secret within a profile.

CreateWithHttpMessagesAsync(String, String, String, SecretParameters, Dictionary<String,List<String>>, CancellationToken)

Creates a new Secret within the specified profile.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an existing Secret within profile.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets an existing Secret within a profile.

ListByProfileNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists existing AzureFrontDoor secrets.

ListByProfileWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Lists existing AzureFrontDoor secrets.

UpdateWithHttpMessagesAsync(String, String, String, SecretParameters, Dictionary<String,List<String>>, CancellationToken)

Updates an existing Secret within a profile.

Extension Methods

BeginCreate(ISecretsOperations, String, String, String, SecretParameters)

Creates a new Secret within the specified profile.

BeginCreateAsync(ISecretsOperations, String, String, String, SecretParameters, CancellationToken)

Creates a new Secret within the specified profile.

BeginDelete(ISecretsOperations, String, String, String)

Deletes an existing Secret within profile.

BeginDeleteAsync(ISecretsOperations, String, String, String, CancellationToken)

Deletes an existing Secret within profile.

BeginUpdate(ISecretsOperations, String, String, String, SecretParameters)

Updates an existing Secret within a profile.

BeginUpdateAsync(ISecretsOperations, String, String, String, SecretParameters, CancellationToken)

Updates an existing Secret within a profile.

Create(ISecretsOperations, String, String, String, SecretParameters)

Creates a new Secret within the specified profile.

CreateAsync(ISecretsOperations, String, String, String, SecretParameters, CancellationToken)

Creates a new Secret within the specified profile.

Delete(ISecretsOperations, String, String, String)

Deletes an existing Secret within profile.

DeleteAsync(ISecretsOperations, String, String, String, CancellationToken)

Deletes an existing Secret within profile.

Get(ISecretsOperations, String, String, String)

Gets an existing Secret within a profile.

GetAsync(ISecretsOperations, String, String, String, CancellationToken)

Gets an existing Secret within a profile.

ListByProfile(ISecretsOperations, String, String)

Lists existing AzureFrontDoor secrets.

ListByProfileAsync(ISecretsOperations, String, String, CancellationToken)

Lists existing AzureFrontDoor secrets.

ListByProfileNext(ISecretsOperations, String)

Lists existing AzureFrontDoor secrets.

ListByProfileNextAsync(ISecretsOperations, String, CancellationToken)

Lists existing AzureFrontDoor secrets.

Update(ISecretsOperations, String, String, String, SecretParameters)

Updates an existing Secret within a profile.

UpdateAsync(ISecretsOperations, String, String, String, SecretParameters, CancellationToken)

Updates an existing Secret within a profile.

Applies to