Share via


IResourceGuardProxyOperations Interface

Definition

ResourceGuardProxyOperations operations.

public interface IResourceGuardProxyOperations
type IResourceGuardProxyOperations = interface
Public Interface IResourceGuardProxyOperations

Methods

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

Delete ResourceGuardProxy under vault

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

Returns ResourceGuardProxy under vault and with the name referenced in request

PutWithHttpMessagesAsync(String, String, String, ResourceGuardProxyBaseResource, Dictionary<String,List<String>>, CancellationToken)

Add or Update ResourceGuardProxy under vault Secures vault critical operations

UnlockDeleteWithHttpMessagesAsync(String, String, String, UnlockDeleteRequest, Dictionary<String,List<String>>, CancellationToken)

Secures delete ResourceGuardProxy operations.

Extension Methods

Delete(IResourceGuardProxyOperations, String, String, String)

Delete ResourceGuardProxy under vault

DeleteAsync(IResourceGuardProxyOperations, String, String, String, CancellationToken)

Delete ResourceGuardProxy under vault

Get(IResourceGuardProxyOperations, String, String, String)

Returns ResourceGuardProxy under vault and with the name referenced in request

GetAsync(IResourceGuardProxyOperations, String, String, String, CancellationToken)

Returns ResourceGuardProxy under vault and with the name referenced in request

Put(IResourceGuardProxyOperations, String, String, String, ResourceGuardProxyBaseResource)

Add or Update ResourceGuardProxy under vault Secures vault critical operations

PutAsync(IResourceGuardProxyOperations, String, String, String, ResourceGuardProxyBaseResource, CancellationToken)

Add or Update ResourceGuardProxy under vault Secures vault critical operations

UnlockDelete(IResourceGuardProxyOperations, String, String, String, UnlockDeleteRequest)

Secures delete ResourceGuardProxy operations.

UnlockDeleteAsync(IResourceGuardProxyOperations, String, String, String, UnlockDeleteRequest, CancellationToken)

Secures delete ResourceGuardProxy operations.

Applies to