VirtualWanResource.GenerateVirtualWanVpnServerConfigurationVpnProfileAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Gera um perfil VPN exclusivo para clientes P2S para VirtualWan e uma combinação vpnServerConfiguration associada no grupo de recursos especificado.
- Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualWans/{virtualWANName}/GenerateVpnProfile
- Operação Idgeneratevirtualwanvpnserverconfigurationvpnprofile
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.Models.VpnProfileResponse>> GenerateVirtualWanVpnServerConfigurationVpnProfileAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.VirtualWanVpnProfileContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member GenerateVirtualWanVpnServerConfigurationVpnProfileAsync : Azure.WaitUntil * Azure.ResourceManager.Network.Models.VirtualWanVpnProfileContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.Models.VpnProfileResponse>>
override this.GenerateVirtualWanVpnServerConfigurationVpnProfileAsync : Azure.WaitUntil * Azure.ResourceManager.Network.Models.VirtualWanVpnProfileContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.Models.VpnProfileResponse>>
Public Overridable Function GenerateVirtualWanVpnServerConfigurationVpnProfileAsync (waitUntil As WaitUntil, content As VirtualWanVpnProfileContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of VpnProfileResponse))
Parâmetros
- waitUntil
- WaitUntil
Completed se o método deve aguardar para retornar até que a operação de execução prolongada seja concluída no serviço; Started se ele deve retornar depois de iniciar a operação. Para obter mais informações sobre operações de execução prolongada, consulte Exemplos de operação de Long-Running do Azure.Core.
- content
- VirtualWanVpnProfileContent
Parâmetros fornecidos para a operação de geração de perfil de VPN VirtualWan.
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.
Retornos
Exceções
content
é nulo.
Aplica-se a
Azure SDK for .NET