Freigeben über


NetworkFabricInternetGatewayRuleCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren NetworkFabricInternetGatewayRuleResource Vorgänge darstellt. Jedes NetworkFabricInternetGatewayRuleResource in der Auflistung gehört zum gleichen instance von ResourceGroupResource. Um eine NetworkFabricInternetGatewayRuleCollection instance rufen Sie die GetNetworkFabricInternetGatewayRules-Methode aus einer instance von ResourceGroupResourceauf.

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

Konstruktoren

NetworkFabricInternetGatewayRuleCollection()

Initialisiert eine neue instance der -Klasse für die NetworkFabricInternetGatewayRuleCollection 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, NetworkFabricInternetGatewayRuleData, CancellationToken)

Erstellt eine InternetGateway-Regelressource.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{internetGatewayRuleName}
  • Vorgangs-IdInternetGatewayRules_Create
CreateOrUpdateAsync(WaitUntil, String, NetworkFabricInternetGatewayRuleData, CancellationToken)

Erstellt eine InternetGateway-Regelressource.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{internetGatewayRuleName}
  • Vorgangs-IdInternetGatewayRules_Create
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{internetGatewayRuleName}
  • Vorgangs-IdInternetGatewayRules_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{internetGatewayRuleName}
  • Vorgangs-IdInternetGatewayRules_Get
Get(String, CancellationToken)

Ruft eine Internetgatewayregelressource ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{internetGatewayRuleName}
  • Vorgangs-IdInternetGatewayRules_Get
GetAll(CancellationToken)

Implementiert die GET-Methode der Internetgateway-Regelliste nach Ressourcengruppe.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules
  • Vorgangs-IdInternetGatewayRules_ListByResourceGroup
GetAllAsync(CancellationToken)

Implementiert die GET-Methode der Internetgateway-Regelliste nach Ressourcengruppe.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules
  • Vorgangs-IdInternetGatewayRules_ListByResourceGroup
GetAsync(String, CancellationToken)

Ruft eine Internetgatewayregelressource ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{internetGatewayRuleName}
  • Vorgangs-IdInternetGatewayRules_Get
GetIfExists(String, CancellationToken)

Versucht, Details für diese Ressource vom Dienst abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{internetGatewayRuleName}
  • Vorgangs-IdInternetGatewayRules_Get
GetIfExistsAsync(String, CancellationToken)

Versucht, Details für diese Ressource vom Dienst abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{internetGatewayRuleName}
  • Vorgangs-IdInternetGatewayRules_Get
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<NetworkFabricInternetGatewayRuleResource>.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<NetworkFabricInternetGatewayRuleResource>.GetEnumerator()

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

Gilt für: