Partager via


NetworkOperationsExtensions.GetConfigurationAsync(INetworkOperations) Méthode

Définition

L’opération Get Network Configuration récupère le fichier de configuration réseau pour l’abonnement donné. (voir http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx pour plus d’informations)

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.NetworkGetConfigurationResponse> GetConfigurationAsync (this Microsoft.WindowsAzure.Management.Network.INetworkOperations operations);
static member GetConfigurationAsync : Microsoft.WindowsAzure.Management.Network.INetworkOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.NetworkGetConfigurationResponse>
<Extension()>
Public Function GetConfigurationAsync (operations As INetworkOperations) As Task(Of NetworkGetConfigurationResponse)

Paramètres

operations
INetworkOperations

Référence à Microsoft.WindowsAzure.Management.Network.INetworkOperations.

Retours

Réponse de l’opération Obtenir la configuration réseau.

S’applique à