Compartilhar via


VNetOperationsExtensions.GetAsync(IVNetOperations, String, Boolean) Método

Definição

Obtém a configuração da rede virtual especificada.

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.VNetResult> GetAsync (this Microsoft.WindowsAzure.Management.RemoteApp.IVNetOperations operations, string vNetName, bool includeSharedKey);
static member GetAsync : Microsoft.WindowsAzure.Management.RemoteApp.IVNetOperations * string * bool -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.VNetResult>
<Extension()>
Public Function GetAsync (operations As IVNetOperations, vNetName As String, includeSharedKey As Boolean) As Task(Of VNetResult)

Parâmetros

operations
IVNetOperations

Referência ao Microsoft.WindowsAzure.Management.RemoteApp.IVNetOperations.

vNetName
String

Obrigatórios. Nome da rede virtual remoteApp.

includeSharedKey
Boolean

Obrigatórios. Defina como true para recuperar a chave compartilhada usada para configurar a conexão VPN

Retornos

Informações de rede virtual do RemoteApp.

Aplica-se a