IHybridConnectionsOperations Interface

Definition

HybridConnectionsOperations operations.

public interface IHybridConnectionsOperations
type IHybridConnectionsOperations = interface
Public Interface IHybridConnectionsOperations

Methods

CreateOrUpdateAuthorizationRuleWithHttpMessagesAsync(String, String, String, String, AuthorizationRule, Dictionary<String,List<String>>, CancellationToken)

Creates or Updates an authorization rule for a HybridConnection

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

Creates or Updates a service HybridConnection. This operation is idempotent.

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

Deletes a HybridConnection authorization rule

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

Deletes a HybridConnection .

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

HybridConnection authorizationRule for a HybridConnection by name.

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

Returns the description for the specified HybridConnection.

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

Authorization rules for a HybridConnection.

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

Authorization rules for a HybridConnection.

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

Lists the HybridConnection within the namespace.

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

Lists the HybridConnection within the namespace.

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

Primary and Secondary ConnectionStrings to the HybridConnection.

RegenerateKeysWithHttpMessagesAsync(String, String, String, String, RegenerateAccessKeyParameters, Dictionary<String,List<String>>, CancellationToken)

Regenerates the Primary or Secondary ConnectionStrings to the HybridConnection

Extension Methods

CreateOrUpdate(IHybridConnectionsOperations, String, String, String, HybridConnection)

Creates or Updates a service HybridConnection. This operation is idempotent.

CreateOrUpdateAsync(IHybridConnectionsOperations, String, String, String, HybridConnection, CancellationToken)

Creates or Updates a service HybridConnection. This operation is idempotent.

CreateOrUpdateAuthorizationRule(IHybridConnectionsOperations, String, String, String, String, AuthorizationRule)

Creates or Updates an authorization rule for a HybridConnection

CreateOrUpdateAuthorizationRuleAsync(IHybridConnectionsOperations, String, String, String, String, AuthorizationRule, CancellationToken)

Creates or Updates an authorization rule for a HybridConnection

Delete(IHybridConnectionsOperations, String, String, String)

Deletes a HybridConnection .

DeleteAsync(IHybridConnectionsOperations, String, String, String, CancellationToken)

Deletes a HybridConnection .

DeleteAuthorizationRule(IHybridConnectionsOperations, String, String, String, String)

Deletes a HybridConnection authorization rule

DeleteAuthorizationRuleAsync(IHybridConnectionsOperations, String, String, String, String, CancellationToken)

Deletes a HybridConnection authorization rule

Get(IHybridConnectionsOperations, String, String, String)

Returns the description for the specified HybridConnection.

GetAsync(IHybridConnectionsOperations, String, String, String, CancellationToken)

Returns the description for the specified HybridConnection.

GetAuthorizationRule(IHybridConnectionsOperations, String, String, String, String)

HybridConnection authorizationRule for a HybridConnection by name.

GetAuthorizationRuleAsync(IHybridConnectionsOperations, String, String, String, String, CancellationToken)

HybridConnection authorizationRule for a HybridConnection by name.

ListAuthorizationRules(IHybridConnectionsOperations, String, String, String)

Authorization rules for a HybridConnection.

ListAuthorizationRulesAsync(IHybridConnectionsOperations, String, String, String, CancellationToken)

Authorization rules for a HybridConnection.

ListAuthorizationRulesNext(IHybridConnectionsOperations, String)

Authorization rules for a HybridConnection.

ListAuthorizationRulesNextAsync(IHybridConnectionsOperations, String, CancellationToken)

Authorization rules for a HybridConnection.

ListByNamespace(IHybridConnectionsOperations, String, String)

Lists the HybridConnection within the namespace.

ListByNamespaceAsync(IHybridConnectionsOperations, String, String, CancellationToken)

Lists the HybridConnection within the namespace.

ListByNamespaceNext(IHybridConnectionsOperations, String)

Lists the HybridConnection within the namespace.

ListByNamespaceNextAsync(IHybridConnectionsOperations, String, CancellationToken)

Lists the HybridConnection within the namespace.

ListKeys(IHybridConnectionsOperations, String, String, String, String)

Primary and Secondary ConnectionStrings to the HybridConnection.

ListKeysAsync(IHybridConnectionsOperations, String, String, String, String, CancellationToken)

Primary and Secondary ConnectionStrings to the HybridConnection.

RegenerateKeys(IHybridConnectionsOperations, String, String, String, String, RegenerateAccessKeyParameters)

Regenerates the Primary or Secondary ConnectionStrings to the HybridConnection

RegenerateKeysAsync(IHybridConnectionsOperations, String, String, String, String, RegenerateAccessKeyParameters, CancellationToken)

Regenerates the Primary or Secondary ConnectionStrings to the HybridConnection

Applies to