Share via


ResourceGuardProxyOperationsExtensions Class

Definition

Extension methods for ResourceGuardProxyOperations.

public static class ResourceGuardProxyOperationsExtensions
type ResourceGuardProxyOperationsExtensions = class
Public Module ResourceGuardProxyOperationsExtensions
Inheritance
ResourceGuardProxyOperationsExtensions

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