Freigeben über


InboundNatRuleCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren InboundNatRuleResource Vorgänge darstellt. Jedes InboundNatRuleResource in der Auflistung gehört zum gleichen instance von LoadBalancerResource. Um eine InboundNatRuleCollection instance rufen Sie die GetInboundNatRules-Methode aus einer instance von aufLoadBalancerResource.

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

Konstruktoren

InboundNatRuleCollection()

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

Erstellt oder aktualisiert eine NAT-Regel für eingehenden Lastenausgleich.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/inboundNatRules/{inboundNatRuleName}
  • Vorgangs-IdInboundNatRules_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, InboundNatRuleData, CancellationToken)

Erstellt oder aktualisiert eine NAT-Regel für eingehenden Lastenausgleich.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/inboundNatRules/{inboundNatRuleName}
  • Vorgangs-IdInboundNatRules_CreateOrUpdate
Exists(String, String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/inboundNatRules/{inboundNatRuleName}
  • Vorgangs-IdInboundNatRules_Get
ExistsAsync(String, String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/inboundNatRules/{inboundNatRuleName}
  • Vorgangs-IdInboundNatRules_Get
Get(String, String, CancellationToken)

Ruft die angegebene NAT-Regel für eingehenden Lastenausgleich ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/inboundNatRules/{inboundNatRuleName}
  • Vorgangs-IdInboundNatRules_Get
GetAll(CancellationToken)

Ruft alle NAT-Regeln für eingehenden Datenverkehr in einem Lastenausgleich ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/inboundNatRules
  • Vorgangs-IdInboundNatRules_List
GetAllAsync(CancellationToken)

Ruft alle NAT-Regeln für eingehenden Datenverkehr in einem Lastenausgleich ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/inboundNatRules
  • Vorgangs-IdInboundNatRules_List
GetAsync(String, String, CancellationToken)

Ruft die angegebene NAT-Regel für eingehenden Lastenausgleich ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/inboundNatRules/{inboundNatRuleName}
  • Vorgangs-IdInboundNatRules_Get
GetIfExists(String, String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/inboundNatRules/{inboundNatRuleName}
  • Vorgangs-IdInboundNatRules_Get
GetIfExistsAsync(String, String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/inboundNatRules/{inboundNatRuleName}
  • Vorgangs-IdInboundNatRules_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<InboundNatRuleResource>.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<InboundNatRuleResource>.GetEnumerator()

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

Gilt für: