Compartilhar via


NetworkOperationsExtensions.GetConfigurationAsync(INetworkOperations) Método

Definição

A operação Obter Configuração de Rede recupera o arquivo de configuração de rede para a assinatura especificada. (consulte http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx para obter mais informações)

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)

Parâmetros

operations
INetworkOperations

Referência ao Microsoft.WindowsAzure.Management.Network.INetworkOperations.

Retornos

A resposta da operação Obter Configuração de Rede.

Aplica-se a