Share via


ManagedInstanceKeysOperationsExtensions Class

Definition

Extension methods for ManagedInstanceKeysOperations.

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

Methods

BeginCreateOrUpdate(IManagedInstanceKeysOperations, String, String, String, ManagedInstanceKey)

Creates or updates a managed instance key.

BeginCreateOrUpdateAsync(IManagedInstanceKeysOperations, String, String, String, ManagedInstanceKey, CancellationToken)

Creates or updates a managed instance key.

BeginDelete(IManagedInstanceKeysOperations, String, String, String)

Deletes the managed instance key with the given name.

BeginDeleteAsync(IManagedInstanceKeysOperations, String, String, String, CancellationToken)

Deletes the managed instance key with the given name.

CreateOrUpdate(IManagedInstanceKeysOperations, String, String, String, ManagedInstanceKey)

Creates or updates a managed instance key.

CreateOrUpdateAsync(IManagedInstanceKeysOperations, String, String, String, ManagedInstanceKey, CancellationToken)

Creates or updates a managed instance key.

Delete(IManagedInstanceKeysOperations, String, String, String)

Deletes the managed instance key with the given name.

DeleteAsync(IManagedInstanceKeysOperations, String, String, String, CancellationToken)

Deletes the managed instance key with the given name.

Get(IManagedInstanceKeysOperations, String, String, String)

Gets a managed instance key.

GetAsync(IManagedInstanceKeysOperations, String, String, String, CancellationToken)

Gets a managed instance key.

ListByInstance(IManagedInstanceKeysOperations, String, String, String)

Gets a list of managed instance keys.

ListByInstanceAsync(IManagedInstanceKeysOperations, String, String, String, CancellationToken)

Gets a list of managed instance keys.

ListByInstanceNext(IManagedInstanceKeysOperations, String)

Gets a list of managed instance keys.

ListByInstanceNextAsync(IManagedInstanceKeysOperations, String, CancellationToken)

Gets a list of managed instance keys.

Applies to