IWCFRelaysOperations Schnittstelle

Definition

WCFRelaysOperations-Vorgänge.

public interface IWCFRelaysOperations
type IWCFRelaysOperations = interface
Public Interface IWCFRelaysOperations

Methoden

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

Erstellt oder Updates eine Autorisierungsregel für eine WCFRelays

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

Erstellt oder Updates wcfRelay. Dieser Vorgang ist idempotent.

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

Löscht eine WCFRelays-Autorisierungsregel

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

Löscht wcfRelays.

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

Get authorizationRule for a WCFRelays by name.Get authorizationRule for a WCFRelays by name.

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

Gibt die Beschreibung für die angegebenen WCFRelays zurück.

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

Autorisierungsregeln für wcfRelays.

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

Autorisierungsregeln für wcfRelays.

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

Listet die WCFRelays im Namespace auf.

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

Listet die WCFRelays im Namespace auf.

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

Primäre und sekundäre Verbindungszeichenfolgen für WCFRelays.

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

Generiert die primäre oder sekundäre ConnectionStrings zu WCFRelays

Erweiterungsmethoden

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

Erstellt oder Updates wcfRelay. Dieser Vorgang ist idempotent.

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

Erstellt oder Updates wcfRelay. Dieser Vorgang ist idempotent.

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

Erstellt oder Updates eine Autorisierungsregel für eine WCFRelays

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

Erstellt oder Updates eine Autorisierungsregel für eine WCFRelays

Delete(IWCFRelaysOperations, String, String, String)

Löscht wcfRelays.

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

Löscht wcfRelays.

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

Löscht eine WCFRelays-Autorisierungsregel

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

Löscht eine WCFRelays-Autorisierungsregel

Get(IWCFRelaysOperations, String, String, String)

Gibt die Beschreibung für die angegebenen WCFRelays zurück.

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

Gibt die Beschreibung für die angegebenen WCFRelays zurück.

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

Get authorizationRule for a WCFRelays by name.Get authorizationRule for a WCFRelays by name.

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

Get authorizationRule for a WCFRelays by name.Get authorizationRule for a WCFRelays by name.

ListAuthorizationRules(IWCFRelaysOperations, String, String, String)

Autorisierungsregeln für wcfRelays.

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

Autorisierungsregeln für wcfRelays.

ListAuthorizationRulesNext(IWCFRelaysOperations, String)

Autorisierungsregeln für wcfRelays.

ListAuthorizationRulesNextAsync(IWCFRelaysOperations, String, CancellationToken)

Autorisierungsregeln für wcfRelays.

ListByNamespace(IWCFRelaysOperations, String, String)

Listet die WCFRelays im Namespace auf.

ListByNamespaceAsync(IWCFRelaysOperations, String, String, CancellationToken)

Listet die WCFRelays im Namespace auf.

ListByNamespaceNext(IWCFRelaysOperations, String)

Listet die WCFRelays im Namespace auf.

ListByNamespaceNextAsync(IWCFRelaysOperations, String, CancellationToken)

Listet die WCFRelays im Namespace auf.

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

Primäre und sekundäre Verbindungszeichenfolgen für WCFRelays.

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

Primäre und sekundäre Verbindungszeichenfolgen für WCFRelays.

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

Generiert die primäre oder sekundäre ConnectionStrings zu WCFRelays

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

Generiert die primäre oder sekundäre ConnectionStrings zu WCFRelays

Gilt für: