Partager via


NetworkFabricInternetGatewayRuleCollection Classe

Définition

Classe représentant une collection de NetworkFabricInternetGatewayRuleResource et leurs opérations. Chacun NetworkFabricInternetGatewayRuleResource de la collection appartient au même instance de ResourceGroupResource. Pour obtenir un NetworkFabricInternetGatewayRuleCollection instance appelez la méthode GetNetworkFabricInternetGatewayRules à partir d’un instance de ResourceGroupResource.

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)
Héritage
NetworkFabricInternetGatewayRuleCollection
Implémente

Constructeurs

NetworkFabricInternetGatewayRuleCollection()

Initialise une nouvelle instance de la classe pour la NetworkFabricInternetGatewayRuleCollection simulation.

Propriétés

Client

Obtient le ArmClient à partir duquel ce client de ressource a été créé.

(Hérité de ArmCollection)
Diagnostics

Obtient les options de diagnostic pour ce client de ressources.

(Hérité de ArmCollection)
Endpoint

Obtient l’URI de base pour ce client de ressource.

(Hérité de ArmCollection)
Id

Obtient l’identificateur de ressource.

(Hérité de ArmCollection)
Pipeline

Obtient le pipeline pour ce client de ressource.

(Hérité de ArmCollection)

Méthodes

CreateOrUpdate(WaitUntil, String, NetworkFabricInternetGatewayRuleData, CancellationToken)

Crée une ressource de règle de passerelle Internet.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{internetGatewayRuleName}
  • IdInternetGatewayRules_Create d’opération
CreateOrUpdateAsync(WaitUntil, String, NetworkFabricInternetGatewayRuleData, CancellationToken)

Crée une ressource de règle de passerelle Internet.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{internetGatewayRuleName}
  • IdInternetGatewayRules_Create d’opération
Exists(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{internetGatewayRuleName}
  • IdInternetGatewayRules_Get d’opération
ExistsAsync(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{internetGatewayRuleName}
  • IdInternetGatewayRules_Get d’opération
Get(String, CancellationToken)

Obtient une ressource de règle de passerelle Internet.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{internetGatewayRuleName}
  • IdInternetGatewayRules_Get d’opération
GetAll(CancellationToken)

Implémente la liste des règles de passerelle Internet par la méthode GET du groupe de ressources.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules
  • IdInternetGatewayRules_ListByResourceGroup d’opération
GetAllAsync(CancellationToken)

Implémente la liste des règles de passerelle Internet par la méthode GET du groupe de ressources.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules
  • IdInternetGatewayRules_ListByResourceGroup d’opération
GetAsync(String, CancellationToken)

Obtient une ressource de règle de passerelle Internet.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{internetGatewayRuleName}
  • IdInternetGatewayRules_Get d’opération
GetIfExists(String, CancellationToken)

Tente d’obtenir les détails de cette ressource à partir du service.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{internetGatewayRuleName}
  • IdInternetGatewayRules_Get d’opération
GetIfExistsAsync(String, CancellationToken)

Tente d’obtenir les détails de cette ressource à partir du service.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{internetGatewayRuleName}
  • IdInternetGatewayRules_Get d’opération
TryGetApiVersion(ResourceType, String)

Obtient le remplacement de version de l’API s’il a été défini pour les options client actuelles.

(Hérité de ArmCollection)

Implémentations d’interfaces explicites

IAsyncEnumerable<NetworkFabricInternetGatewayRuleResource>.GetAsyncEnumerator(CancellationToken)

Retourne un énumérateur qui boucle de façon asynchrone dans la collection.

IEnumerable.GetEnumerator()

Retourne un énumérateur qui itère au sein d’une collection.

IEnumerable<NetworkFabricInternetGatewayRuleResource>.GetEnumerator()

Retourne un énumérateur qui itère au sein de la collection.

S’applique à