IManagedInstanceKeysOperations Interface

Definition

ManagedInstanceKeysOperations operations.

public interface IManagedInstanceKeysOperations
type IManagedInstanceKeysOperations = interface
Public Interface IManagedInstanceKeysOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, ManagedInstanceKeyInner, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a managed instance key.

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

Deletes the managed instance key with the given name.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, ManagedInstanceKeyInner, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a managed instance key.

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

Deletes the managed instance key with the given name.

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

Gets a managed instance key.

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

Gets a list of managed instance keys.

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

Gets a list of managed instance keys.

Extension Methods

BeginCreateOrUpdateAsync(IManagedInstanceKeysOperations, String, String, String, ManagedInstanceKeyInner, CancellationToken)

Creates or updates a managed instance key.

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

Deletes the managed instance key with the given name.

CreateOrUpdateAsync(IManagedInstanceKeysOperations, String, String, String, ManagedInstanceKeyInner, CancellationToken)

Creates or updates a managed instance key.

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

Deletes the managed instance key with the given name.

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

Gets a managed instance key.

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

Gets a list of managed instance keys.

ListByInstanceNextAsync(IManagedInstanceKeysOperations, String, CancellationToken)

Gets a list of managed instance keys.

Applies to