Freigeben über


WcfRelayAuthorizationRuleCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren WcfRelayAuthorizationRuleResource Vorgänge darstellt. Jedes WcfRelayAuthorizationRuleResource in der Auflistung gehört zum gleichen instance von WcfRelayResource. Um eine WcfRelayAuthorizationRuleCollection instance rufen Sie die GetWcfRelayAuthorizationRules-Methode aus einer instance von WcfRelayResourceauf.

public class WcfRelayAuthorizationRuleCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Relay.WcfRelayAuthorizationRuleResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Relay.WcfRelayAuthorizationRuleResource>
type WcfRelayAuthorizationRuleCollection = class
    inherit ArmCollection
    interface seq<WcfRelayAuthorizationRuleResource>
    interface IEnumerable
    interface IAsyncEnumerable<WcfRelayAuthorizationRuleResource>
Public Class WcfRelayAuthorizationRuleCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of WcfRelayAuthorizationRuleResource), IEnumerable(Of WcfRelayAuthorizationRuleResource)
Vererbung
WcfRelayAuthorizationRuleCollection
Implementiert

Konstruktoren

WcfRelayAuthorizationRuleCollection()

Initialisiert eine neue instance der -Klasse für die WcfRelayAuthorizationRuleCollection Simulation.

Eigenschaften

Client

Ruft den ArmClient ab, aus dem dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

CreateOrUpdate(WaitUntil, String, RelayAuthorizationRuleData, CancellationToken)

Erstellt oder aktualisiert eine Autorisierungsregel für ein WCF-Relay.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}/wcfRelays/{relayName}/authorizationRules/{authorizationRuleName}
  • Vorgangs-IdWCFRelays_CreateOrUpdateAuthorizationRule
CreateOrUpdateAsync(WaitUntil, String, RelayAuthorizationRuleData, CancellationToken)

Erstellt oder aktualisiert eine Autorisierungsregel für ein WCF-Relay.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}/wcfRelays/{relayName}/authorizationRules/{authorizationRuleName}
  • Vorgangs-IdWCFRelays_CreateOrUpdateAuthorizationRule
Exists(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}/wcfRelays/{relayName}/authorizationRules/{authorizationRuleName}
  • Vorgangs-IdWCFRelays_GetAuthorizationRule
ExistsAsync(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}/wcfRelays/{relayName}/authorizationRules/{authorizationRuleName}
  • Vorgangs-IdWCFRelays_GetAuthorizationRule
Get(String, CancellationToken)

Abrufen von authorizationRule für ein WCF-Relay anhand des Namens.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}/wcfRelays/{relayName}/authorizationRules/{authorizationRuleName}
  • Vorgangs-IdWCFRelays_GetAuthorizationRule
GetAll(CancellationToken)

Autorisierungsregeln für ein WCF-Relay.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}/wcfRelays/{relayName}/authorizationRules
  • Vorgangs-IdWCFRelays_ListAuthorizationRules
GetAllAsync(CancellationToken)

Autorisierungsregeln für ein WCF-Relay.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}/wcfRelays/{relayName}/authorizationRules
  • Vorgangs-IdWCFRelays_ListAuthorizationRules
GetAsync(String, CancellationToken)

Abrufen von authorizationRule für ein WCF-Relay anhand des Namens.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}/wcfRelays/{relayName}/authorizationRules/{authorizationRuleName}
  • Vorgangs-IdWCFRelays_GetAuthorizationRule
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Explizite Schnittstellenimplementierungen

IAsyncEnumerable<WcfRelayAuthorizationRuleResource>.GetAsyncEnumerator(CancellationToken)

Gibt einen Enumerator zurück, der die Sammlung asynchron durchläuft.

IEnumerable.GetEnumerator()

Gibt einen Enumerator zurück, der eine Auflistung durchläuft.

IEnumerable<WcfRelayAuthorizationRuleResource>.GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

Gilt für: