NetworkConfigurationDiagnosticContent Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de NetworkConfigurationDiagnosticContent.
public NetworkConfigurationDiagnosticContent (Azure.Core.ResourceIdentifier targetResourceId, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.NetworkConfigurationDiagnosticProfile> profiles);
new Azure.ResourceManager.Network.Models.NetworkConfigurationDiagnosticContent : Azure.Core.ResourceIdentifier * seq<Azure.ResourceManager.Network.Models.NetworkConfigurationDiagnosticProfile> -> Azure.ResourceManager.Network.Models.NetworkConfigurationDiagnosticContent
Public Sub New (targetResourceId As ResourceIdentifier, profiles As IEnumerable(Of NetworkConfigurationDiagnosticProfile))
Paramètres
- targetResourceId
- ResourceIdentifier
ID de la ressource cible pour effectuer le diagnostic de configuration réseau. Les options valides sont VM, NetworkInterface, VMSS/NetworkInterface et Application Gateway.
Liste des profils de diagnostic de configuration réseau.
Exceptions
targetResourceId
ou profiles
est null.
S’applique à
Azure SDK for .NET