Condividi tramite


IWCFRelaysOperations Interface

Definition

WCFRelaysOperations operations.

public interface IWCFRelaysOperations
type IWCFRelaysOperations = interface
Public Interface IWCFRelaysOperations

Methods

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

Creates or Updates an authorization rule for a WCFRelays

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

Creates or Updates a WCFRelay. This operation is idempotent.

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

Deletes a WCFRelays authorization rule

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

Deletes a WCFRelays .

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

Get authorizationRule for a WCFRelays by name.

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

Returns the description for the specified WCFRelays.

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

Authorization rules for a WCFRelays.

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

Authorization rules for a WCFRelays.

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

Lists the WCFRelays within the namespace.

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

Lists the WCFRelays within the namespace.

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

Primary and Secondary ConnectionStrings to the WCFRelays.

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

Regenerates the Primary or Secondary ConnectionStrings to the WCFRelays

Extension Methods

CreateOrUpdate(IWCFRelaysOperations, String, String, String, WcfRelay)

Creates or Updates a WCFRelay. This operation is idempotent.

CreateOrUpdateAsync(IWCFRelaysOperations, String, String, String, WcfRelay, CancellationToken)

Creates or Updates a WCFRelay. This operation is idempotent.

CreateOrUpdateAuthorizationRule(IWCFRelaysOperations, String, String, String, String, AuthorizationRule)

Creates or Updates an authorization rule for a WCFRelays

CreateOrUpdateAuthorizationRuleAsync(IWCFRelaysOperations, String, String, String, String, AuthorizationRule, CancellationToken)

Creates or Updates an authorization rule for a WCFRelays

Delete(IWCFRelaysOperations, String, String, String)

Deletes a WCFRelays .

DeleteAsync(IWCFRelaysOperations, String, String, String, CancellationToken)

Deletes a WCFRelays .

DeleteAuthorizationRule(IWCFRelaysOperations, String, String, String, String)

Deletes a WCFRelays authorization rule

DeleteAuthorizationRuleAsync(IWCFRelaysOperations, String, String, String, String, CancellationToken)

Deletes a WCFRelays authorization rule

Get(IWCFRelaysOperations, String, String, String)

Returns the description for the specified WCFRelays.

GetAsync(IWCFRelaysOperations, String, String, String, CancellationToken)

Returns the description for the specified WCFRelays.

GetAuthorizationRule(IWCFRelaysOperations, String, String, String, String)

Get authorizationRule for a WCFRelays by name.

GetAuthorizationRuleAsync(IWCFRelaysOperations, String, String, String, String, CancellationToken)

Get authorizationRule for a WCFRelays by name.

ListAuthorizationRules(IWCFRelaysOperations, String, String, String)

Authorization rules for a WCFRelays.

ListAuthorizationRulesAsync(IWCFRelaysOperations, String, String, String, CancellationToken)

Authorization rules for a WCFRelays.

ListAuthorizationRulesNext(IWCFRelaysOperations, String)

Authorization rules for a WCFRelays.

ListAuthorizationRulesNextAsync(IWCFRelaysOperations, String, CancellationToken)

Authorization rules for a WCFRelays.

ListByNamespace(IWCFRelaysOperations, String, String)

Lists the WCFRelays within the namespace.

ListByNamespaceAsync(IWCFRelaysOperations, String, String, CancellationToken)

Lists the WCFRelays within the namespace.

ListByNamespaceNext(IWCFRelaysOperations, String)

Lists the WCFRelays within the namespace.

ListByNamespaceNextAsync(IWCFRelaysOperations, String, CancellationToken)

Lists the WCFRelays within the namespace.

ListKeys(IWCFRelaysOperations, String, String, String, String)

Primary and Secondary ConnectionStrings to the WCFRelays.

ListKeysAsync(IWCFRelaysOperations, String, String, String, String, CancellationToken)

Primary and Secondary ConnectionStrings to the WCFRelays.

RegenerateKeys(IWCFRelaysOperations, String, String, String, String, RegenerateAccessKeyParameters)

Regenerates the Primary or Secondary ConnectionStrings to the WCFRelays

RegenerateKeysAsync(IWCFRelaysOperations, String, String, String, String, RegenerateAccessKeyParameters, CancellationToken)

Regenerates the Primary or Secondary ConnectionStrings to the WCFRelays

Applies to