Partager via


IWCFRelaysOperations Interface

Définition

Opérations WCFRelaysOperations.

public interface IWCFRelaysOperations
type IWCFRelaysOperations = interface
Public Interface IWCFRelaysOperations

Méthodes

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

Crée ou Mises à jour une règle d’autorisation pour un WCFRelays

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

Crée ou Mises à jour un wcfRelay. Cette opération est idempotente.

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

Supprime une règle d’autorisation WCFRelays

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

Supprime un WCFRelays .

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

Obtenir authorizationRule pour un WCFRelays par nom.

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

Retourne la description des wcfRelays spécifiés.

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

Règles d’autorisation pour un WCFRelays.

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

Règles d’autorisation pour un WCFRelays.

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

Répertorie les WCFRelays dans l’espace de noms.

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

Répertorie les WCFRelays dans l’espace de noms.

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

Connexions primaires et secondairesStrings aux wcfRelays.

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

Régénère les chaînes de connexion primaires ou secondaires vers WCFRelays

Méthodes d’extension

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

Crée ou Mises à jour un wcfRelay. Cette opération est idempotente.

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

Crée ou Mises à jour un wcfRelay. Cette opération est idempotente.

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

Crée ou Mises à jour une règle d’autorisation pour un WCFRelays

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

Crée ou Mises à jour une règle d’autorisation pour un WCFRelays

Delete(IWCFRelaysOperations, String, String, String)

Supprime un WCFRelays .

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

Supprime un WCFRelays .

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

Supprime une règle d’autorisation WCFRelays

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

Supprime une règle d’autorisation WCFRelays

Get(IWCFRelaysOperations, String, String, String)

Retourne la description des wcfRelays spécifiés.

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

Retourne la description des wcfRelays spécifiés.

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

Obtenir authorizationRule pour un WCFRelays par nom.

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

Obtenir authorizationRule pour un WCFRelays par nom.

ListAuthorizationRules(IWCFRelaysOperations, String, String, String)

Règles d’autorisation pour un WCFRelays.

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

Règles d’autorisation pour un WCFRelays.

ListAuthorizationRulesNext(IWCFRelaysOperations, String)

Règles d’autorisation pour un WCFRelays.

ListAuthorizationRulesNextAsync(IWCFRelaysOperations, String, CancellationToken)

Règles d’autorisation pour un WCFRelays.

ListByNamespace(IWCFRelaysOperations, String, String)

Répertorie les WCFRelays dans l’espace de noms.

ListByNamespaceAsync(IWCFRelaysOperations, String, String, CancellationToken)

Répertorie les WCFRelays dans l’espace de noms.

ListByNamespaceNext(IWCFRelaysOperations, String)

Répertorie les WCFRelays dans l’espace de noms.

ListByNamespaceNextAsync(IWCFRelaysOperations, String, CancellationToken)

Répertorie les WCFRelays dans l’espace de noms.

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

Connexions primaires et secondairesStrings aux wcfRelays.

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

Connexions primaires et secondairesStrings aux wcfRelays.

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

Régénère les chaînes de connexion primaires ou secondaires vers WCFRelays

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

Régénère les chaînes de connexion primaires ou secondaires vers WCFRelays

S’applique à