Freigeben über


RelayNamespaceAuthorizationRuleCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren RelayNamespaceAuthorizationRuleResource Vorgänge darstellt. Jedes RelayNamespaceAuthorizationRuleResource in der Auflistung gehört zum gleichen instance von RelayNamespaceResource. Um einen RelayNamespaceAuthorizationRuleCollection instance rufen Sie die GetRelayNamespaceAuthorizationRules-Methode aus einer instance von aufRelayNamespaceResource.

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

Konstruktoren

RelayNamespaceAuthorizationRuleCollection()

Initialisiert eine neue instance der -Klasse für die RelayNamespaceAuthorizationRuleCollection 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 einen Namespace.

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

Erstellt oder aktualisiert eine Autorisierungsregel für einen Namespace.

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

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

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

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

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

Autorisierungsregel für einen Namespace nach Name.

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

Autorisierungsregeln für einen Namespace.

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

Autorisierungsregeln für einen Namespace.

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

Autorisierungsregel für einen Namespace nach Name.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}/authorizationRules/{authorizationRuleName}
  • Vorgangs-IdNamespaces_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<RelayNamespaceAuthorizationRuleResource>.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<RelayNamespaceAuthorizationRuleResource>.GetEnumerator()

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

Gilt für: