TroubleshootingParameters Constructeurs
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.
Surcharges
TroubleshootingParameters() |
Initialise une nouvelle instance de la classe TroubleshootingParameters. |
TroubleshootingParameters(String, String, String) |
Initialise une nouvelle instance de la classe TroubleshootingParameters. |
TroubleshootingParameters()
Initialise une nouvelle instance de la classe TroubleshootingParameters.
public TroubleshootingParameters ();
Public Sub New ()
S’applique à
TroubleshootingParameters(String, String, String)
Initialise une nouvelle instance de la classe TroubleshootingParameters.
public TroubleshootingParameters (string targetResourceId, string storageId, string storagePath);
new Microsoft.Azure.Management.Network.Fluent.Models.TroubleshootingParameters : string * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.TroubleshootingParameters
Public Sub New (targetResourceId As String, storageId As String, storagePath As String)
Paramètres
- targetResourceId
- String
Ressource cible à résoudre.
- storageId
- String
ID du compte de stockage pour enregistrer le résultat de la résolution des problèmes.
- storagePath
- String
Chemin d’accès à l’objet blob dans lequel enregistrer le résultat de résolution des problèmes.
S’applique à
Azure SDK for .NET