xml/Microsoft.WindowsAzure.Management.Network/IGatewayOperations.xml (3,055 lines of code) (raw):
<Type Name="IGatewayOperations" FullName="Microsoft.WindowsAzure.Management.Network.IGatewayOperations">
<TypeSignature Language="C#" Value="public interface IGatewayOperations" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IGatewayOperations" />
<TypeSignature Language="DocId" Value="T:Microsoft.WindowsAzure.Management.Network.IGatewayOperations" />
<TypeSignature Language="VB.NET" Value="Public Interface IGatewayOperations" />
<TypeSignature Language="F#" Value="type IGatewayOperations = interface" />
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<Interfaces />
<Docs>
<summary>
The Network Management API includes operations for managing the
gateways for your subscription. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj154113.aspx for
more information)
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="BeginConnectDisconnectOrTestingAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginConnectDisconnectOrTestingAsync (string networkName, string localNetworkSiteName, Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectDisconnectOrTestParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginConnectDisconnectOrTestingAsync(string networkName, string localNetworkSiteName, class Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectDisconnectOrTestParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginConnectDisconnectOrTestingAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectDisconnectOrTestParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginConnectDisconnectOrTestingAsync (networkName As String, localNetworkSiteName As String, parameters As GatewayConnectDisconnectOrTestParameters, cancellationToken As CancellationToken) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginConnectDisconnectOrTestingAsync : string * string * Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectDisconnectOrTestParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="iGatewayOperations.BeginConnectDisconnectOrTestingAsync (networkName, localNetworkSiteName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="localNetworkSiteName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectDisconnectOrTestParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="networkName">
The name of the virtual network for this gateway.
</param>
<param name="localNetworkSiteName">
The name of the site to connect to.
</param>
<param name="parameters">
Parameters supplied to the Begin Connect Disconnect Or Testing
Gateway operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
To connect to, disconnect from, or test your connection to a local
network site, access the connection resource representing the
local network and specify Connect, Disconnect or Test to perform
the desired operation. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj154107.aspx
for more information)
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginCreatingAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginCreatingAsync (string networkName, Microsoft.WindowsAzure.Management.Network.Models.GatewayCreateParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginCreatingAsync(string networkName, class Microsoft.WindowsAzure.Management.Network.Models.GatewayCreateParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginCreatingAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayCreateParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginCreatingAsync (networkName As String, parameters As GatewayCreateParameters, cancellationToken As CancellationToken) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginCreatingAsync : string * Microsoft.WindowsAzure.Management.Network.Models.GatewayCreateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="iGatewayOperations.BeginCreatingAsync (networkName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewayCreateParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="networkName">
The name of the virtual network for this gateway.
</param>
<param name="parameters">
Parameters supplied to the Begin Creating Virtual Network Gateway
operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Creating Virtual network Gateway operation creates a new
network gateway for the specified virtual network in Azure. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx
for more information)
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginCreatingGatewayConnectionAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginCreatingGatewayConnectionAsync (Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginCreatingGatewayConnectionAsync(class Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginCreatingGatewayConnectionAsync(Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginCreatingGatewayConnectionAsync (parameters As GatewayConnectionCreateParameters, cancellationToken As CancellationToken) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginCreatingGatewayConnectionAsync : Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="iGatewayOperations.BeginCreatingGatewayConnectionAsync (parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="parameters">
Parameters supplied to the Begin Creating Gateway Connection
operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Creating Virtual network Gateway connection operation
creates a new network gateway connection.
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginCreatingVirtualNetworkGatewayAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginCreatingVirtualNetworkGatewayAsync (string networkName, Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginCreatingVirtualNetworkGatewayAsync(string networkName, class Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginCreatingVirtualNetworkGatewayAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginCreatingVirtualNetworkGatewayAsync (networkName As String, parameters As VirtualNetworkGatewayCreateParameters, cancellationToken As CancellationToken) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginCreatingVirtualNetworkGatewayAsync : string * Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="iGatewayOperations.BeginCreatingVirtualNetworkGatewayAsync (networkName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="networkName">
The name of the virtual network for this gateway.
</param>
<param name="parameters">
Parameters supplied to the Begin Creating Virtual Network Gateway
operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Creating Virtual network Gateway operation creates a new
network gateway.
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginDeletingAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginDeletingAsync (string networkName, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginDeletingAsync(string networkName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginDeletingAsync(System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginDeletingAsync (networkName As String, cancellationToken As CancellationToken) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginDeletingAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="iGatewayOperations.BeginDeletingAsync (networkName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="networkName">
The name of the virtual network.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Deleting Virtual Network Gateway operation deletes a
network gateway for the specified virtual network in Azure. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj154129.aspx
for more information)
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginDeletingGatewayConnectionAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginDeletingGatewayConnectionAsync (string gatewayId, string connectedentityId, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginDeletingGatewayConnectionAsync(string gatewayId, string connectedentityId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginDeletingGatewayConnectionAsync(System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginDeletingGatewayConnectionAsync (gatewayId As String, connectedentityId As String, cancellationToken As CancellationToken) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginDeletingGatewayConnectionAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="iGatewayOperations.BeginDeletingGatewayConnectionAsync (gatewayId, connectedentityId, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="connectedentityId" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="gatewayId">
The virtual network gateway Id.
</param>
<param name="connectedentityId">
The connected entity Id.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Deleting Virtual Network Gateway connection deletes a
network gateway connection.
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginDeletingVirtualNetworkGatewayAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginDeletingVirtualNetworkGatewayAsync (string gatewayId, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginDeletingVirtualNetworkGatewayAsync(string gatewayId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginDeletingVirtualNetworkGatewayAsync(System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginDeletingVirtualNetworkGatewayAsync (gatewayId As String, cancellationToken As CancellationToken) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginDeletingVirtualNetworkGatewayAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="iGatewayOperations.BeginDeletingVirtualNetworkGatewayAsync (gatewayId, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="gatewayId">
The virtual network gateway id.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Deleting Virtual Network Gateway operation deletes a
network gateway
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginFailoverAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginFailoverAsync (string networkName, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginFailoverAsync(string networkName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginFailoverAsync(System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginFailoverAsync (networkName As String, cancellationToken As CancellationToken) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginFailoverAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="iGatewayOperations.BeginFailoverAsync (networkName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="networkName">
The name of the virtual network in Azure.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Failover Virtual Network Gateway operation causes a
network gateway failover for the specified virtual network in
Azure. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj154118.aspx
for more information)
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginGenerateVpnClientPackageAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginGenerateVpnClientPackageAsync (string networkName, Microsoft.WindowsAzure.Management.Network.Models.GatewayGenerateVpnClientPackageParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginGenerateVpnClientPackageAsync(string networkName, class Microsoft.WindowsAzure.Management.Network.Models.GatewayGenerateVpnClientPackageParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginGenerateVpnClientPackageAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayGenerateVpnClientPackageParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginGenerateVpnClientPackageAsync (networkName As String, parameters As GatewayGenerateVpnClientPackageParameters, cancellationToken As CancellationToken) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginGenerateVpnClientPackageAsync : string * Microsoft.WindowsAzure.Management.Network.Models.GatewayGenerateVpnClientPackageParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="iGatewayOperations.BeginGenerateVpnClientPackageAsync (networkName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewayGenerateVpnClientPackageParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="networkName">
The name of the virtual network for this gateway.
</param>
<param name="parameters">
Parameters supplied to the Generate VPN Client Package operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Generate VPN Client Package operation creates a VPN client
package for the specified virtual network and gateway in Azure.
(see
http://msdn.microsoft.com/en-us/library/windowsazure/dn205126.aspx
for more information)
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginRemoveDefaultSitesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginRemoveDefaultSitesAsync (string networkName, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginRemoveDefaultSitesAsync(string networkName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginRemoveDefaultSitesAsync(System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginRemoveDefaultSitesAsync (networkName As String, cancellationToken As CancellationToken) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginRemoveDefaultSitesAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="iGatewayOperations.BeginRemoveDefaultSitesAsync (networkName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="networkName">
The name of the virtual network for this gateway.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Remove Virtual Network Gateway Shared Key operation
removes the default sites on the virtual network gateway for the
specified virtual network.
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginResetAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginResetAsync (string networkName, Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginResetAsync(string networkName, class Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginResetAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginResetAsync (networkName As String, parameters As ResetGatewayParameters, cancellationToken As CancellationToken) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginResetAsync : string * Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="iGatewayOperations.BeginResetAsync (networkName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="networkName">
The name of the virtual network for this gateway.
</param>
<param name="parameters">
Parameters supplied to the Begin Reset Virtual Network Gateway
operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Reset Virtual network Gateway operation resets an
existing gateway.
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginResetSharedKeyAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginResetSharedKeyAsync (string networkName, string localNetworkName, Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginResetSharedKeyAsync(string networkName, string localNetworkName, class Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginResetSharedKeyAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginResetSharedKeyAsync (networkName As String, localNetworkName As String, parameters As GatewayResetSharedKeyParameters, cancellationToken As CancellationToken) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginResetSharedKeyAsync : string * string * Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="iGatewayOperations.BeginResetSharedKeyAsync (networkName, localNetworkName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="localNetworkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="networkName">
The name of the virtual network for this gateway.
</param>
<param name="localNetworkName">
The name of the local network.
</param>
<param name="parameters">
Parameters supplied to the Begin Virtual Network Gateway Reset
Shared Key request.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Reset Virtual Network Gateway Shared Key operation resets
the shared key on the virtual network gateway for the specified
virtual network connection to the specified local network in
Azure. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
for more information)
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginResetSharedKeyV2Async">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginResetSharedKeyV2Async (string gatewayId, string connectedentityId, Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginResetSharedKeyV2Async(string gatewayId, string connectedentityId, class Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginResetSharedKeyV2Async(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginResetSharedKeyV2Async (gatewayId As String, connectedentityId As String, parameters As GatewayResetSharedKeyParameters, cancellationToken As CancellationToken) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginResetSharedKeyV2Async : string * string * Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="iGatewayOperations.BeginResetSharedKeyV2Async (gatewayId, connectedentityId, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="connectedentityId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="gatewayId">
The virtual network for this gateway Id.
</param>
<param name="connectedentityId">
The connected entity Id.
</param>
<param name="parameters">
Parameters supplied to the Begin Virtual Network Gateway Reset
Shared Key V2 request.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Reset Virtual Network Gateway Shared Key V2 operation
resets the shared key used between the gateway and customer vpn.
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginResetVirtualNetworkGatewayAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginResetVirtualNetworkGatewayAsync (string gatewayId, Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginResetVirtualNetworkGatewayAsync(string gatewayId, class Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginResetVirtualNetworkGatewayAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginResetVirtualNetworkGatewayAsync (gatewayId As String, parameters As ResetGatewayParameters, cancellationToken As CancellationToken) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginResetVirtualNetworkGatewayAsync : string * Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="iGatewayOperations.BeginResetVirtualNetworkGatewayAsync (gatewayId, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="gatewayId">
The virtual network for this gateway.
</param>
<param name="parameters">
Parameters supplied to the Begin Reset Virtual Network Gateway
operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Reset Virtual network Gateway operation resets an
existing gateway.
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginResizeAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginResizeAsync (string networkName, Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginResizeAsync(string networkName, class Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginResizeAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginResizeAsync (networkName As String, parameters As ResizeGatewayParameters, cancellationToken As CancellationToken) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginResizeAsync : string * Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="iGatewayOperations.BeginResizeAsync (networkName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="networkName">
The name of the virtual network for this gateway.
</param>
<param name="parameters">
Parameters supplied to the Begin Resize Virtual Network Gateway
operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Resize Virtual network Gateway operation resizes an
existing gateway to a different GatewaySKU.
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginResizeVirtualNetworkGatewayAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginResizeVirtualNetworkGatewayAsync (string gatewayId, Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginResizeVirtualNetworkGatewayAsync(string gatewayId, class Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginResizeVirtualNetworkGatewayAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginResizeVirtualNetworkGatewayAsync (gatewayId As String, parameters As ResizeGatewayParameters, cancellationToken As CancellationToken) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginResizeVirtualNetworkGatewayAsync : string * Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="iGatewayOperations.BeginResizeVirtualNetworkGatewayAsync (gatewayId, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="gatewayId">
The virtual network for this gateway id.
</param>
<param name="parameters">
Parameters supplied to the Begin Resize Virtual Network Gateway
operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Resize Virtual network Gateway operation resizes an
existing gateway to a different GatewaySKU.
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginSetDefaultSitesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginSetDefaultSitesAsync (string networkName, Microsoft.WindowsAzure.Management.Network.Models.GatewaySetDefaultSiteListParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginSetDefaultSitesAsync(string networkName, class Microsoft.WindowsAzure.Management.Network.Models.GatewaySetDefaultSiteListParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginSetDefaultSitesAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetDefaultSiteListParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginSetDefaultSitesAsync (networkName As String, parameters As GatewaySetDefaultSiteListParameters, cancellationToken As CancellationToken) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginSetDefaultSitesAsync : string * Microsoft.WindowsAzure.Management.Network.Models.GatewaySetDefaultSiteListParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="iGatewayOperations.BeginSetDefaultSitesAsync (networkName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewaySetDefaultSiteListParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="networkName">
The name of the virtual network for this gateway.
</param>
<param name="parameters">
Parameters supplied to the Begin Virtual Network Gateway Set
Default Sites request.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Set Virtual Network Gateway Shared Key operation sets the
default sites on the virtual network gateway for the specified
virtual network.
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginSetIPsecParametersAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginSetIPsecParametersAsync (string networkName, string localNetworkName, Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginSetIPsecParametersAsync(string networkName, string localNetworkName, class Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginSetIPsecParametersAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginSetIPsecParametersAsync (networkName As String, localNetworkName As String, parameters As GatewaySetIPsecParametersParameters, cancellationToken As CancellationToken) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginSetIPsecParametersAsync : string * string * Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="iGatewayOperations.BeginSetIPsecParametersAsync (networkName, localNetworkName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="localNetworkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="networkName">
The name of the virtual network for this gateway.
</param>
<param name="localNetworkName">
The name of the local network.
</param>
<param name="parameters">
Parameters supplied to the Begin Virtual Network Gateway Set IPsec
Parameters request.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Set Virtual Network Gateway IPsec Parameters operation
sets the IPsec parameters on the virtual network gateway for the
specified connection to the specified local network in Azure.
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginSetIPsecParametersV2Async">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginSetIPsecParametersV2Async (string gatewayId, string connectedentityId, Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginSetIPsecParametersV2Async(string gatewayId, string connectedentityId, class Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginSetIPsecParametersV2Async(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginSetIPsecParametersV2Async (gatewayId As String, connectedentityId As String, parameters As GatewaySetIPsecParametersParameters, cancellationToken As CancellationToken) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginSetIPsecParametersV2Async : string * string * Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="iGatewayOperations.BeginSetIPsecParametersV2Async (gatewayId, connectedentityId, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="connectedentityId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="gatewayId">
The virtual network for this gateway Id.
</param>
<param name="connectedentityId">
The connected entity Id.
</param>
<param name="parameters">
Parameters supplied to the Begin Virtual Network Gateway Set IPsec
Parameters V2 request.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Set Virtual Network Gateway IPsec Parameters V2 operation
sets the IPsec parameters on the virtual network gateway
connection.
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginSetSharedKeyAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginSetSharedKeyAsync (string networkName, string localNetworkName, Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginSetSharedKeyAsync(string networkName, string localNetworkName, class Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginSetSharedKeyAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginSetSharedKeyAsync (networkName As String, localNetworkName As String, parameters As GatewaySetSharedKeyParameters, cancellationToken As CancellationToken) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginSetSharedKeyAsync : string * string * Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="iGatewayOperations.BeginSetSharedKeyAsync (networkName, localNetworkName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="localNetworkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="networkName">
The name of the virtual network for this gateway.
</param>
<param name="localNetworkName">
The name of the local network.
</param>
<param name="parameters">
Parameters supplied to the Begin Virtual Network Gateway Set Shared
Key request.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Set Virtual Network Gateway Shared Key operation sets the
shared key on the virtual network gateway for the specified
virtual network connection to the specified local network in
Azure. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
for more information)
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginSetSharedKeyV2Async">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginSetSharedKeyV2Async (string gatewayId, string connectedentityId, Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginSetSharedKeyV2Async(string gatewayId, string connectedentityId, class Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginSetSharedKeyV2Async(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginSetSharedKeyV2Async (gatewayId As String, connectedentityId As String, parameters As GatewaySetSharedKeyParameters, cancellationToken As CancellationToken) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginSetSharedKeyV2Async : string * string * Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="iGatewayOperations.BeginSetSharedKeyV2Async (gatewayId, connectedentityId, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="connectedentityId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="gatewayId">
The virtual network for this gateway Id.
</param>
<param name="connectedentityId">
The connected entity Id.
</param>
<param name="parameters">
Parameters supplied to the Begin Virtual Network Gateway Set Shared
Key V2 request.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Set Virtual Network Gateway Shared Key V2 operation sets
the shared key used between the gateway and customer vpn for the
specified site.
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginStartDiagnosticsAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginStartDiagnosticsAsync (string networkName, Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginStartDiagnosticsAsync(string networkName, class Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginStartDiagnosticsAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginStartDiagnosticsAsync (networkName As String, parameters As StartGatewayPublicDiagnosticsParameters, cancellationToken As CancellationToken) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginStartDiagnosticsAsync : string * Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="iGatewayOperations.BeginStartDiagnosticsAsync (networkName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="networkName">
The name of the virtual network for this gateway.
</param>
<param name="parameters">
Parameters supplied to the Begin Start Diagnostics operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Start Diagnostics operation begins an asynchronous
operation to starta diagnostics session for the specified virtual
network gateway in Azure. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx
for more information)
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginStartDiagnosticsV2Async">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginStartDiagnosticsV2Async (string gatewayId, Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginStartDiagnosticsV2Async(string gatewayId, class Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginStartDiagnosticsV2Async(System.String,Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginStartDiagnosticsV2Async (gatewayId As String, parameters As StartGatewayPublicDiagnosticsParameters, cancellationToken As CancellationToken) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginStartDiagnosticsV2Async : string * Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="iGatewayOperations.BeginStartDiagnosticsV2Async (gatewayId, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="gatewayId">
The virtual network for this gateway Id.
</param>
<param name="parameters">
Parameters supplied to the Begin Start Diagnostics V2 operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Start Diagnostics V2 operation begins an asynchronous
operation to starta diagnostics session for the specified virtual
network gateway.
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginUpdateGatewayConnectionAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginUpdateGatewayConnectionAsync (string gatewayId, string connectedentityId, Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginUpdateGatewayConnectionAsync(string gatewayId, string connectedentityId, class Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.BeginUpdateGatewayConnectionAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function BeginUpdateGatewayConnectionAsync (gatewayId As String, connectedentityId As String, parameters As UpdateGatewayConnectionParameters, cancellationToken As CancellationToken) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member BeginUpdateGatewayConnectionAsync : string * string * Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="iGatewayOperations.BeginUpdateGatewayConnectionAsync (gatewayId, connectedentityId, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="connectedentityId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="gatewayId">
The virtual network gateway Id.
</param>
<param name="connectedentityId">
The connected entity Id.
</param>
<param name="parameters">
Parameters supplied to the Begin Update gateway conneciton
operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
Operation to update existing gateway connection.
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ConnectDisconnectOrTestAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> ConnectDisconnectOrTestAsync (string networkName, string localNetworkSiteName, Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectDisconnectOrTestParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> ConnectDisconnectOrTestAsync(string networkName, string localNetworkSiteName, class Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectDisconnectOrTestParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.ConnectDisconnectOrTestAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectDisconnectOrTestParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ConnectDisconnectOrTestAsync (networkName As String, localNetworkSiteName As String, parameters As GatewayConnectDisconnectOrTestParameters, cancellationToken As CancellationToken) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member ConnectDisconnectOrTestAsync : string * string * Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectDisconnectOrTestParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="iGatewayOperations.ConnectDisconnectOrTestAsync (networkName, localNetworkSiteName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="localNetworkSiteName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectDisconnectOrTestParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="networkName">
The name of the virtual network for this gateway.
</param>
<param name="localNetworkSiteName">
The name of the site to connect to.
</param>
<param name="parameters">
Parameters supplied to the Connect Disconnect Or Testing Gateway
operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
To connect to, disconnect from, or test your connection to a local
network site, access the connection resource representing the
local network and specify Connect, Disconnect or Test to perform
the desired operation. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj154107.aspx
for more information)
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is in progress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request, and also includes error
information regarding the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> CreateAsync (string networkName, Microsoft.WindowsAzure.Management.Network.Models.GatewayCreateParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> CreateAsync(string networkName, class Microsoft.WindowsAzure.Management.Network.Models.GatewayCreateParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayCreateParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function CreateAsync (networkName As String, parameters As GatewayCreateParameters, cancellationToken As CancellationToken) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member CreateAsync : string * Microsoft.WindowsAzure.Management.Network.Models.GatewayCreateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="iGatewayOperations.CreateAsync (networkName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewayCreateParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="networkName">
The name of the virtual network for this gateway.
</param>
<param name="parameters">
Parameters supplied to the Create Virtual Network Gateway operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Create Virtual network Gateway operation creates a new network
gateway for the specified virtual network in Azure. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx
for more information)
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is in progress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request, and also includes error
information regarding the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateGatewayConnectionAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> CreateGatewayConnectionAsync (Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> CreateGatewayConnectionAsync(class Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.CreateGatewayConnectionAsync(Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function CreateGatewayConnectionAsync (parameters As GatewayConnectionCreateParameters, cancellationToken As CancellationToken) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member CreateGatewayConnectionAsync : Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="iGatewayOperations.CreateGatewayConnectionAsync (parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="parameters">
Parameters supplied to the Begin Creating Gateway Connection
operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Create Virtual network Gateway Connection operation creates a
new network gateway.
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is in progress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request, and also includes error
information regarding the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateLocalNetworkGatewayAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayCreateResponse> CreateLocalNetworkGatewayAsync (Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayCreateParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayCreateResponse> CreateLocalNetworkGatewayAsync(class Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayCreateParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.CreateLocalNetworkGatewayAsync(Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayCreateParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function CreateLocalNetworkGatewayAsync (parameters As LocalNetworkGatewayCreateParameters, cancellationToken As CancellationToken) As Task(Of LocalNetworkGatewayCreateResponse)" />
<MemberSignature Language="F#" Value="abstract member CreateLocalNetworkGatewayAsync : Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayCreateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayCreateResponse>" Usage="iGatewayOperations.CreateLocalNetworkGatewayAsync (parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayCreateResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayCreateParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="parameters">
Parameters supplied to Create Local Network Gateway operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Create Local network Gateway operation creates a new local
network gateway.
</summary>
<returns>
The Create Local Network Gateway operation response.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateVirtualNetworkGatewayAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> CreateVirtualNetworkGatewayAsync (string networkName, Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> CreateVirtualNetworkGatewayAsync(string networkName, class Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.CreateVirtualNetworkGatewayAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function CreateVirtualNetworkGatewayAsync (networkName As String, parameters As VirtualNetworkGatewayCreateParameters, cancellationToken As CancellationToken) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member CreateVirtualNetworkGatewayAsync : string * Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="iGatewayOperations.CreateVirtualNetworkGatewayAsync (networkName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="networkName">
The name of the virtual network for this gateway.
</param>
<param name="parameters">
Parameters supplied to the Create Virtual Network Gateway operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Create Virtual network Gateway operation creates a new network
gateway.
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is in progress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request, and also includes error
information regarding the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DeleteAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> DeleteAsync (string networkName, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> DeleteAsync(string networkName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.DeleteAsync(System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function DeleteAsync (networkName As String, cancellationToken As CancellationToken) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member DeleteAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="iGatewayOperations.DeleteAsync (networkName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="networkName">
The name of the virtual network.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Delete Virtual Network Gateway operation deletes a network
gateway for the specified virtual network in Azure. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj154129.aspx
for more information)
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is in progress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request, and also includes error
information regarding the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DeleteGatewayConnectionAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> DeleteGatewayConnectionAsync (string gatewayId, string connectedentityId, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> DeleteGatewayConnectionAsync(string gatewayId, string connectedentityId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.DeleteGatewayConnectionAsync(System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function DeleteGatewayConnectionAsync (gatewayId As String, connectedentityId As String, cancellationToken As CancellationToken) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member DeleteGatewayConnectionAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="iGatewayOperations.DeleteGatewayConnectionAsync (gatewayId, connectedentityId, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="connectedentityId" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="gatewayId">
The virtual network gateway Id.
</param>
<param name="connectedentityId">
The connected entity Id.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Delete Virtual network Gateway Connection operation deletes a
network gateway connection.
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is in progress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request, and also includes error
information regarding the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DeleteLocalNetworkGatewayAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> DeleteLocalNetworkGatewayAsync (string gatewayId, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> DeleteLocalNetworkGatewayAsync(string gatewayId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.DeleteLocalNetworkGatewayAsync(System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function DeleteLocalNetworkGatewayAsync (gatewayId As String, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member DeleteLocalNetworkGatewayAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="iGatewayOperations.DeleteLocalNetworkGatewayAsync (gatewayId, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="gatewayId">
The local network gateway id.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Delete Local Network Gateway operation deletes a local network
gateway
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DeleteVirtualNetworkGatewayAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> DeleteVirtualNetworkGatewayAsync (string gatewayId, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> DeleteVirtualNetworkGatewayAsync(string gatewayId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.DeleteVirtualNetworkGatewayAsync(System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function DeleteVirtualNetworkGatewayAsync (gatewayId As String, cancellationToken As CancellationToken) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member DeleteVirtualNetworkGatewayAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="iGatewayOperations.DeleteVirtualNetworkGatewayAsync (gatewayId, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="gatewayId">
The virtual network gateway id.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Delete Virtual Network Gateway operation deletes a network
gateway
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is in progress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request, and also includes error
information regarding the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="FailoverAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> FailoverAsync (string networkName, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> FailoverAsync(string networkName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.FailoverAsync(System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function FailoverAsync (networkName As String, cancellationToken As CancellationToken) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member FailoverAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="iGatewayOperations.FailoverAsync (networkName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="networkName">
The name of the virtual network in Azure.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Failover Virtual Network Gateway operation causes a network
gateway failover for the specified virtual network in Azure. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj154118.aspx
for more information)
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is in progress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request, and also includes error
information regarding the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GenerateVpnClientPackageAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> GenerateVpnClientPackageAsync (string networkName, Microsoft.WindowsAzure.Management.Network.Models.GatewayGenerateVpnClientPackageParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> GenerateVpnClientPackageAsync(string networkName, class Microsoft.WindowsAzure.Management.Network.Models.GatewayGenerateVpnClientPackageParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.GenerateVpnClientPackageAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayGenerateVpnClientPackageParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function GenerateVpnClientPackageAsync (networkName As String, parameters As GatewayGenerateVpnClientPackageParameters, cancellationToken As CancellationToken) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member GenerateVpnClientPackageAsync : string * Microsoft.WindowsAzure.Management.Network.Models.GatewayGenerateVpnClientPackageParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="iGatewayOperations.GenerateVpnClientPackageAsync (networkName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewayGenerateVpnClientPackageParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="networkName">
The name of the virtual network for this gateway.
</param>
<param name="parameters">
Parameters supplied to the Generate VPN Client Package operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Generate VPN Client Package operation creates a VPN client
package for the specified virtual network and gateway in Azure.
(see
http://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx
for more information)
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is in progress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request, and also includes error
information regarding the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetResponse> GetAsync (string networkName, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetResponse> GetAsync(string networkName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.GetAsync(System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function GetAsync (networkName As String, cancellationToken As CancellationToken) As Task(Of GatewayGetResponse)" />
<MemberSignature Language="F#" Value="abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetResponse>" Usage="iGatewayOperations.GetAsync (networkName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="networkName">
The name of the virtual network for this gateway.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Get Virtual Network Gateway operation gets information about
the network gateway for the specified virtual network in Azure.
(see
http://msdn.microsoft.com/en-us/library/windowsazure/jj154109.aspx
for more information)
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetDeviceConfigurationScriptAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptResponse> GetDeviceConfigurationScriptAsync (string networkName, Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptResponse> GetDeviceConfigurationScriptAsync(string networkName, class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.GetDeviceConfigurationScriptAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function GetDeviceConfigurationScriptAsync (networkName As String, parameters As GatewayGetDeviceConfigurationScriptParameters, cancellationToken As CancellationToken) As Task(Of GatewayGetDeviceConfigurationScriptResponse)" />
<MemberSignature Language="F#" Value="abstract member GetDeviceConfigurationScriptAsync : string * Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptResponse>" Usage="iGatewayOperations.GetDeviceConfigurationScriptAsync (networkName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="networkName">
The name of the virtual network for this gateway.
</param>
<param name="parameters">
The parameters for the Get Device Configuration Script operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Get Device Configuration Script operation returns a script that
you can use to configure local VPN devices to connect to the
gateway. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj154115.aspx
for more information)
</summary>
<returns>
The configuration script returned from the get device configuration
script operation.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetDiagnosticsAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayDiagnosticsStatus> GetDiagnosticsAsync (string networkName, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayDiagnosticsStatus> GetDiagnosticsAsync(string networkName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.GetDiagnosticsAsync(System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function GetDiagnosticsAsync (networkName As String, cancellationToken As CancellationToken) As Task(Of GatewayDiagnosticsStatus)" />
<MemberSignature Language="F#" Value="abstract member GetDiagnosticsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayDiagnosticsStatus>" Usage="iGatewayOperations.GetDiagnosticsAsync (networkName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayDiagnosticsStatus></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="networkName">
The name of the virtual network for this gateway.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Get Diagnostics operation gets information about the current
gateway diagnostics session for the specified virtual network in
Azure. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx
for more information)
</summary>
<returns>
The status of a gateway diagnostics operation.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetDiagnosticsV2Async">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayDiagnosticsStatus> GetDiagnosticsV2Async (string gatewayId, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayDiagnosticsStatus> GetDiagnosticsV2Async(string gatewayId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.GetDiagnosticsV2Async(System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function GetDiagnosticsV2Async (gatewayId As String, cancellationToken As CancellationToken) As Task(Of GatewayDiagnosticsStatus)" />
<MemberSignature Language="F#" Value="abstract member GetDiagnosticsV2Async : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayDiagnosticsStatus>" Usage="iGatewayOperations.GetDiagnosticsV2Async (gatewayId, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayDiagnosticsStatus></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="gatewayId">
The virtual network gateway Id.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Get Diagnostics V2 operation gets information about the current
virtual network gateway diagnostics session
</summary>
<returns>
The status of a gateway diagnostics operation.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetGatewayConnectionAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionGetResponse> GetGatewayConnectionAsync (string gatewayId, string connectedentityId, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionGetResponse> GetGatewayConnectionAsync(string gatewayId, string connectedentityId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.GetGatewayConnectionAsync(System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function GetGatewayConnectionAsync (gatewayId As String, connectedentityId As String, cancellationToken As CancellationToken) As Task(Of GatewayConnectionGetResponse)" />
<MemberSignature Language="F#" Value="abstract member GetGatewayConnectionAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionGetResponse>" Usage="iGatewayOperations.GetGatewayConnectionAsync (gatewayId, connectedentityId, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionGetResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="connectedentityId" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="gatewayId">
The virtual network gateway id.
</param>
<param name="connectedentityId">
The virtual network gateway connected entity Id.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Get Virtual Network Gateway Connection operation gets
information about the virtual network gateway connection.
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetIPsecParametersAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetIPsecParametersResponse> GetIPsecParametersAsync (string networkName, string localNetworkName, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetIPsecParametersResponse> GetIPsecParametersAsync(string networkName, string localNetworkName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.GetIPsecParametersAsync(System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function GetIPsecParametersAsync (networkName As String, localNetworkName As String, cancellationToken As CancellationToken) As Task(Of GatewayGetIPsecParametersResponse)" />
<MemberSignature Language="F#" Value="abstract member GetIPsecParametersAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetIPsecParametersResponse>" Usage="iGatewayOperations.GetIPsecParametersAsync (networkName, localNetworkName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetIPsecParametersResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="localNetworkName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="networkName">
The name of the virtual network for this gateway.
</param>
<param name="localNetworkName">
The name of the local network.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Get IPsec Parameters operation gets the IPsec parameters that
have been set for the connection between the provided virtual
network gateway and the provided local network site.
</summary>
<returns>
The response that will be returned from a GetIPsecParameters
request. This contains the IPsec parameters for the specified
connection.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetIPsecParametersV2Async">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetIPsecParametersResponse> GetIPsecParametersV2Async (string gatewayId, string connectedentityId, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetIPsecParametersResponse> GetIPsecParametersV2Async(string gatewayId, string connectedentityId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.GetIPsecParametersV2Async(System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function GetIPsecParametersV2Async (gatewayId As String, connectedentityId As String, cancellationToken As CancellationToken) As Task(Of GatewayGetIPsecParametersResponse)" />
<MemberSignature Language="F#" Value="abstract member GetIPsecParametersV2Async : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetIPsecParametersResponse>" Usage="iGatewayOperations.GetIPsecParametersV2Async (gatewayId, connectedentityId, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetIPsecParametersResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="connectedentityId" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="gatewayId">
The virtual network for this gateway Id.
</param>
<param name="connectedentityId">
The connected entity Id.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Get IPsec Parameters V2 operation gets the IPsec parameters
that have been set for the virtual network gateway connection
</summary>
<returns>
The response that will be returned from a GetIPsecParameters
request. This contains the IPsec parameters for the specified
connection.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetLocalNetworkGatewayAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayGetResponse> GetLocalNetworkGatewayAsync (string gatewayId, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayGetResponse> GetLocalNetworkGatewayAsync(string gatewayId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.GetLocalNetworkGatewayAsync(System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function GetLocalNetworkGatewayAsync (gatewayId As String, cancellationToken As CancellationToken) As Task(Of LocalNetworkGatewayGetResponse)" />
<MemberSignature Language="F#" Value="abstract member GetLocalNetworkGatewayAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayGetResponse>" Usage="iGatewayOperations.GetLocalNetworkGatewayAsync (gatewayId, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayGetResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="gatewayId">
The local network gateway id.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Get Local Network Gateway operation gets information about the
local network gateway
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetOperationStatusAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> GetOperationStatusAsync (string operationId, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> GetOperationStatusAsync(string operationId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.GetOperationStatusAsync(System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function GetOperationStatusAsync (operationId As String, cancellationToken As CancellationToken) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member GetOperationStatusAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="iGatewayOperations.GetOperationStatusAsync (operationId, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operationId" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operationId">
The ID of the network operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Get Virtual Network Gateway Operation Status gets information
on the status of network gateway operations in Azure. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx
for more information)
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is in progress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request, and also includes error
information regarding the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetSharedKeyAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetSharedKeyResponse> GetSharedKeyAsync (string networkName, string localNetworkName, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetSharedKeyResponse> GetSharedKeyAsync(string networkName, string localNetworkName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.GetSharedKeyAsync(System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function GetSharedKeyAsync (networkName As String, localNetworkName As String, cancellationToken As CancellationToken) As Task(Of GatewayGetSharedKeyResponse)" />
<MemberSignature Language="F#" Value="abstract member GetSharedKeyAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetSharedKeyResponse>" Usage="iGatewayOperations.GetSharedKeyAsync (networkName, localNetworkName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetSharedKeyResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="localNetworkName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="networkName">
The name of the virtual network for this gateway.
</param>
<param name="localNetworkName">
The name of the local network.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Get Virtual Network Gateway Shared Key operation gets the
shared key on the virtual network gateway for the specified
virtual network connection to the specified local network in
Azure. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj154122.aspx
for more information)
</summary>
<returns>
The response to the get shared key request.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetSharedKeyV2Async">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetSharedKeyResponse> GetSharedKeyV2Async (string gatewayId, string connectedentityId, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetSharedKeyResponse> GetSharedKeyV2Async(string gatewayId, string connectedentityId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.GetSharedKeyV2Async(System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function GetSharedKeyV2Async (gatewayId As String, connectedentityId As String, cancellationToken As CancellationToken) As Task(Of GatewayGetSharedKeyResponse)" />
<MemberSignature Language="F#" Value="abstract member GetSharedKeyV2Async : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetSharedKeyResponse>" Usage="iGatewayOperations.GetSharedKeyV2Async (gatewayId, connectedentityId, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetSharedKeyResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="connectedentityId" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="gatewayId">
The virtual network for this gateway Id.
</param>
<param name="connectedentityId">
The connected entity Id.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Get Virtual Network Gateway Shared Key V2 operation gets the
shared key used between the gateway and customer vpn.
</summary>
<returns>
The response to the get shared key request.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetVirtualNetworkGatewayAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayGetResponse> GetVirtualNetworkGatewayAsync (string gatewayId, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayGetResponse> GetVirtualNetworkGatewayAsync(string gatewayId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.GetVirtualNetworkGatewayAsync(System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function GetVirtualNetworkGatewayAsync (gatewayId As String, cancellationToken As CancellationToken) As Task(Of VirtualNetworkGatewayGetResponse)" />
<MemberSignature Language="F#" Value="abstract member GetVirtualNetworkGatewayAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayGetResponse>" Usage="iGatewayOperations.GetVirtualNetworkGatewayAsync (gatewayId, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayGetResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="gatewayId">
The virtual network gateway id.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Get Virtual Network Gateway operation gets information about
the virtual network gateway
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListConnectionsAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayListConnectionsResponse> ListConnectionsAsync (string networkName, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayListConnectionsResponse> ListConnectionsAsync(string networkName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.ListConnectionsAsync(System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ListConnectionsAsync (networkName As String, cancellationToken As CancellationToken) As Task(Of GatewayListConnectionsResponse)" />
<MemberSignature Language="F#" Value="abstract member ListConnectionsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayListConnectionsResponse>" Usage="iGatewayOperations.ListConnectionsAsync (networkName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayListConnectionsResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="networkName">
The name of the virtual network for this gateway.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The List Connections operation returns a list of the local network
connections that can be accessed through the gateway. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj154120.aspx
for more information)
</summary>
<returns>
The response to a ListConnections request to a Virtual Network
Gateway.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListGatewayConnectionsAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayListGatewayConnectionsResponse> ListGatewayConnectionsAsync (System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayListGatewayConnectionsResponse> ListGatewayConnectionsAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.ListGatewayConnectionsAsync(System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ListGatewayConnectionsAsync (cancellationToken As CancellationToken) As Task(Of GatewayListGatewayConnectionsResponse)" />
<MemberSignature Language="F#" Value="abstract member ListGatewayConnectionsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayListGatewayConnectionsResponse>" Usage="iGatewayOperations.ListGatewayConnectionsAsync cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayListGatewayConnectionsResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The List Connections operation Lists all GatewayConnections.
</summary>
<returns>
The response to a ListGatewayConnections request to a Virtual
Network Gateway.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListLocalNetworkGatewaysAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ListLocalNetworkGatewaysResponse> ListLocalNetworkGatewaysAsync (System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.ListLocalNetworkGatewaysResponse> ListLocalNetworkGatewaysAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.ListLocalNetworkGatewaysAsync(System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ListLocalNetworkGatewaysAsync (cancellationToken As CancellationToken) As Task(Of ListLocalNetworkGatewaysResponse)" />
<MemberSignature Language="F#" Value="abstract member ListLocalNetworkGatewaysAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ListLocalNetworkGatewaysResponse>" Usage="iGatewayOperations.ListLocalNetworkGatewaysAsync cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ListLocalNetworkGatewaysResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The List Local network gateways operation returns a list of the
local network gateways.
</summary>
<returns>
The response to a ListLocalNetworkGateways request.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListSupportedDevicesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayListSupportedDevicesResponse> ListSupportedDevicesAsync (System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayListSupportedDevicesResponse> ListSupportedDevicesAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.ListSupportedDevicesAsync(System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ListSupportedDevicesAsync (cancellationToken As CancellationToken) As Task(Of GatewayListSupportedDevicesResponse)" />
<MemberSignature Language="F#" Value="abstract member ListSupportedDevicesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayListSupportedDevicesResponse>" Usage="iGatewayOperations.ListSupportedDevicesAsync cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayListSupportedDevicesResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The List Virtual Network Gateway Supported Devices operation lists
the supported, on-premise network devices that can connect to the
gateway. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj154102.aspx
for more information)
</summary>
<returns>
The response to the list supported devices request.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListVirtualNetworkGatewaysAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ListVirtualNetworkGatewaysResponse> ListVirtualNetworkGatewaysAsync (System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.ListVirtualNetworkGatewaysResponse> ListVirtualNetworkGatewaysAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.ListVirtualNetworkGatewaysAsync(System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ListVirtualNetworkGatewaysAsync (cancellationToken As CancellationToken) As Task(Of ListVirtualNetworkGatewaysResponse)" />
<MemberSignature Language="F#" Value="abstract member ListVirtualNetworkGatewaysAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ListVirtualNetworkGatewaysResponse>" Usage="iGatewayOperations.ListVirtualNetworkGatewaysAsync cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ListVirtualNetworkGatewaysResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The List Virtual network gateways operation returns a list of the
virtual network gateways.
</summary>
<returns>
The response to a ListVirtualNetworkGateways request.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="RemoveDefaultSitesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> RemoveDefaultSitesAsync (string networkName, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> RemoveDefaultSitesAsync(string networkName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.RemoveDefaultSitesAsync(System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function RemoveDefaultSitesAsync (networkName As String, cancellationToken As CancellationToken) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member RemoveDefaultSitesAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="iGatewayOperations.RemoveDefaultSitesAsync (networkName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="networkName">
The name of the virtual network for this gateway.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Remove Virtual Network Gateway Shared Key operation sets the
default sites on the virtual network gateway for the specified
virtual network.
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is in progress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request, and also includes error
information regarding the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ResetAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> ResetAsync (string networkName, Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> ResetAsync(string networkName, class Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.ResetAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ResetAsync (networkName As String, parameters As ResetGatewayParameters, cancellationToken As CancellationToken) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member ResetAsync : string * Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="iGatewayOperations.ResetAsync (networkName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="networkName">
The name of the virtual network for this gateway.
</param>
<param name="parameters">
Parameters supplied to the Reset Virtual Network Gateway operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Reset Virtual network Gateway operation resets an
existing gateway.
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is in progress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request, and also includes error
information regarding the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ResetSharedKeyAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> ResetSharedKeyAsync (string networkName, string localNetworkName, Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> ResetSharedKeyAsync(string networkName, string localNetworkName, class Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.ResetSharedKeyAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ResetSharedKeyAsync (networkName As String, localNetworkName As String, parameters As GatewayResetSharedKeyParameters, cancellationToken As CancellationToken) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member ResetSharedKeyAsync : string * string * Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="iGatewayOperations.ResetSharedKeyAsync (networkName, localNetworkName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="localNetworkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="networkName">
The name of the virtual network for this gateway.
</param>
<param name="localNetworkName">
The name of the local network.
</param>
<param name="parameters">
The parameters to the Virtual Network Gateway Reset Shared Key
request.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Reset Virtual Network Gateway Shared Key operation resets the
shared key on the virtual network gateway for the specified
virtual network connection to the specified local network in
Azure. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
for more information)
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is in progress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request, and also includes error
information regarding the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ResetSharedKeyV2Async">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> ResetSharedKeyV2Async (string gatewayId, string connectedentityId, Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> ResetSharedKeyV2Async(string gatewayId, string connectedentityId, class Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.ResetSharedKeyV2Async(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ResetSharedKeyV2Async (gatewayId As String, connectedentityId As String, parameters As GatewayResetSharedKeyParameters, cancellationToken As CancellationToken) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member ResetSharedKeyV2Async : string * string * Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="iGatewayOperations.ResetSharedKeyV2Async (gatewayId, connectedentityId, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="connectedentityId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="gatewayId">
The virtual network for this gateway Id.
</param>
<param name="connectedentityId">
The connected entity Id.
</param>
<param name="parameters">
Parameters supplied to the Begin Virtual Network Gateway Reset
Shared Key request.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Reset Virtual Network Gateway Shared Key V2 operation resets
the shared key used between the gateway and customer vpn.
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is in progress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request, and also includes error
information regarding the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ResetVirtualNetworkGatewayAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> ResetVirtualNetworkGatewayAsync (string gatewayId, Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> ResetVirtualNetworkGatewayAsync(string gatewayId, class Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.ResetVirtualNetworkGatewayAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ResetVirtualNetworkGatewayAsync (gatewayId As String, parameters As ResetGatewayParameters, cancellationToken As CancellationToken) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member ResetVirtualNetworkGatewayAsync : string * Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="iGatewayOperations.ResetVirtualNetworkGatewayAsync (gatewayId, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="gatewayId">
The virtual network for this gateway.
</param>
<param name="parameters">
Parameters supplied to the Reset Virtual Network Gateway operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Reset Virtual network Gateway operation resets an
existing gateway.
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is in progress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request, and also includes error
information regarding the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ResizeAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> ResizeAsync (string networkName, Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> ResizeAsync(string networkName, class Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.ResizeAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ResizeAsync (networkName As String, parameters As ResizeGatewayParameters, cancellationToken As CancellationToken) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member ResizeAsync : string * Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="iGatewayOperations.ResizeAsync (networkName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="networkName">
The name of the virtual network for this gateway.
</param>
<param name="parameters">
Parameters supplied to the Resize Virtual Network Gateway operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Resize Virtual network Gateway operation resizes an
existing gateway to a different GatewaySKU.
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is in progress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request, and also includes error
information regarding the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ResizeVirtualNetworkGatewayAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> ResizeVirtualNetworkGatewayAsync (string gatewayId, Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> ResizeVirtualNetworkGatewayAsync(string gatewayId, class Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.ResizeVirtualNetworkGatewayAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ResizeVirtualNetworkGatewayAsync (gatewayId As String, parameters As ResizeGatewayParameters, cancellationToken As CancellationToken) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member ResizeVirtualNetworkGatewayAsync : string * Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="iGatewayOperations.ResizeVirtualNetworkGatewayAsync (gatewayId, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="gatewayId">
The virtual network for this gateway id.
</param>
<param name="parameters">
Parameters supplied to the Resize Virtual Network Gateway operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Resize Virtual network Gateway operation resizes an
existing gateway to a different GatewaySKU.
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is in progress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request, and also includes error
information regarding the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SetDefaultSitesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> SetDefaultSitesAsync (string networkName, Microsoft.WindowsAzure.Management.Network.Models.GatewaySetDefaultSiteListParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> SetDefaultSitesAsync(string networkName, class Microsoft.WindowsAzure.Management.Network.Models.GatewaySetDefaultSiteListParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.SetDefaultSitesAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetDefaultSiteListParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function SetDefaultSitesAsync (networkName As String, parameters As GatewaySetDefaultSiteListParameters, cancellationToken As CancellationToken) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member SetDefaultSitesAsync : string * Microsoft.WindowsAzure.Management.Network.Models.GatewaySetDefaultSiteListParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="iGatewayOperations.SetDefaultSitesAsync (networkName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewaySetDefaultSiteListParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="networkName">
The name of the virtual network for this gateway.
</param>
<param name="parameters">
Parameters supplied to the Begin Virtual Network Gateway Set
Default Sites request.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Set Virtual Network Gateway Shared Key operation sets the
default sites on the virtual network gateway for the specified
virtual network.
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is in progress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request, and also includes error
information regarding the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SetIPsecParametersAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> SetIPsecParametersAsync (string networkName, string localNetworkName, Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> SetIPsecParametersAsync(string networkName, string localNetworkName, class Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.SetIPsecParametersAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function SetIPsecParametersAsync (networkName As String, localNetworkName As String, parameters As GatewaySetIPsecParametersParameters, cancellationToken As CancellationToken) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member SetIPsecParametersAsync : string * string * Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="iGatewayOperations.SetIPsecParametersAsync (networkName, localNetworkName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="localNetworkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="networkName">
The name of the virtual network for this gateway.
</param>
<param name="localNetworkName">
The name of the local network.
</param>
<param name="parameters">
Parameters supplied to the Begin Virtual Network Gateway Set IPsec
Parameters request.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Set Virtual Network Gateway IPsec Parameters operation
sets the IPsec parameters on the virtual network gateway for the
specified connection to the specified local network in Azure.
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is in progress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request, and also includes error
information regarding the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SetIPsecParametersV2Async">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> SetIPsecParametersV2Async (string gatewayId, string connectedentityId, Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> SetIPsecParametersV2Async(string gatewayId, string connectedentityId, class Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.SetIPsecParametersV2Async(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function SetIPsecParametersV2Async (gatewayId As String, connectedentityId As String, parameters As GatewaySetIPsecParametersParameters, cancellationToken As CancellationToken) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member SetIPsecParametersV2Async : string * string * Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="iGatewayOperations.SetIPsecParametersV2Async (gatewayId, connectedentityId, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="connectedentityId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="gatewayId">
The virtual network for this gateway Id.
</param>
<param name="connectedentityId">
The connected entity Id.
</param>
<param name="parameters">
Parameters supplied to the Begin Virtual Network Gateway Set IPsec
Parameters V2 request.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Begin Set Virtual Network Gateway IPsec Parameters V2 operation
sets the IPsec parameters on the virtual network gateway
connection.
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is in progress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request, and also includes error
information regarding the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SetSharedKeyAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> SetSharedKeyAsync (string networkName, string localNetworkName, Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> SetSharedKeyAsync(string networkName, string localNetworkName, class Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.SetSharedKeyAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function SetSharedKeyAsync (networkName As String, localNetworkName As String, parameters As GatewaySetSharedKeyParameters, cancellationToken As CancellationToken) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member SetSharedKeyAsync : string * string * Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="iGatewayOperations.SetSharedKeyAsync (networkName, localNetworkName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="localNetworkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="networkName">
The name of the virtual network for this gateway.
</param>
<param name="localNetworkName">
The name of the local network.
</param>
<param name="parameters">
The parameters to the Virtual Network Gateway Set Shared Key
request.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Set Virtual Network Gateway Shared Key operation sets the
shared key on the virtual network gateway for the specified
virtual network connection to the specified local network in
Azure. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx
for more information)
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is in progress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request, and also includes error
information regarding the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SetSharedKeyV2Async">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> SetSharedKeyV2Async (string gatewayId, string connectedentityId, Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> SetSharedKeyV2Async(string gatewayId, string connectedentityId, class Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.SetSharedKeyV2Async(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function SetSharedKeyV2Async (gatewayId As String, connectedentityId As String, parameters As GatewaySetSharedKeyParameters, cancellationToken As CancellationToken) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member SetSharedKeyV2Async : string * string * Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="iGatewayOperations.SetSharedKeyV2Async (gatewayId, connectedentityId, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="connectedentityId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="gatewayId">
The virtual network for this gateway Id.
</param>
<param name="connectedentityId">
The connected entity Id.
</param>
<param name="parameters">
Parameters supplied to Virtual Network Gateway Set Shared Key V2
request.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Set Virtual Network Gateway Shared Key V2 operation sets the
shared key used between the gateway and customer vpn for the
specified site.
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is in progress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request, and also includes error
information regarding the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="StartDiagnosticsAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> StartDiagnosticsAsync (string networkName, Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> StartDiagnosticsAsync(string networkName, class Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.StartDiagnosticsAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function StartDiagnosticsAsync (networkName As String, parameters As StartGatewayPublicDiagnosticsParameters, cancellationToken As CancellationToken) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member StartDiagnosticsAsync : string * Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="iGatewayOperations.StartDiagnosticsAsync (networkName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="networkName">
The name of the virtual network for this gateway.
</param>
<param name="parameters">
Parameters supplied to the Start Diagnostics operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Start Diagnostics operation starts a diagnostics session for
the specified virtual network gateway in Azure. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx
for more information)
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is in progress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request, and also includes error
information regarding the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="StartDiagnosticsV2Async">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> StartDiagnosticsV2Async (string gatewayId, Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> StartDiagnosticsV2Async(string gatewayId, class Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.StartDiagnosticsV2Async(System.String,Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function StartDiagnosticsV2Async (gatewayId As String, parameters As StartGatewayPublicDiagnosticsParameters, cancellationToken As CancellationToken) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member StartDiagnosticsV2Async : string * Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="iGatewayOperations.StartDiagnosticsV2Async (gatewayId, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="gatewayId">
The virtual network for this gateway Id.
</param>
<param name="parameters">
Parameters supplied to the Start Diagnostics V2 operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Start Diagnostics V2 operation starts a diagnostics session for
the specified virtual network gateway.
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is in progress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request, and also includes error
information regarding the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="StopDiagnosticsAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> StopDiagnosticsAsync (string networkName, Microsoft.WindowsAzure.Management.Network.Models.StopGatewayPublicDiagnosticsParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> StopDiagnosticsAsync(string networkName, class Microsoft.WindowsAzure.Management.Network.Models.StopGatewayPublicDiagnosticsParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.StopDiagnosticsAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.StopGatewayPublicDiagnosticsParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function StopDiagnosticsAsync (networkName As String, parameters As StopGatewayPublicDiagnosticsParameters, cancellationToken As CancellationToken) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member StopDiagnosticsAsync : string * Microsoft.WindowsAzure.Management.Network.Models.StopGatewayPublicDiagnosticsParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="iGatewayOperations.StopDiagnosticsAsync (networkName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.StopGatewayPublicDiagnosticsParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="networkName">
The name of the virtual network for this gateway.
</param>
<param name="parameters">
Parameters supplied to Stop Diagnostics operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Stop Diagnostics operation begins an asynchronous operation to
stopa diagnostics session for the specified virtual network
gateway in Azure. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj154119.aspx
for more information)
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="StopDiagnosticsV2Async">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> StopDiagnosticsV2Async (string gatewayId, Microsoft.WindowsAzure.Management.Network.Models.StopGatewayPublicDiagnosticsParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> StopDiagnosticsV2Async(string gatewayId, class Microsoft.WindowsAzure.Management.Network.Models.StopGatewayPublicDiagnosticsParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.StopDiagnosticsV2Async(System.String,Microsoft.WindowsAzure.Management.Network.Models.StopGatewayPublicDiagnosticsParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function StopDiagnosticsV2Async (gatewayId As String, parameters As StopGatewayPublicDiagnosticsParameters, cancellationToken As CancellationToken) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member StopDiagnosticsV2Async : string * Microsoft.WindowsAzure.Management.Network.Models.StopGatewayPublicDiagnosticsParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="iGatewayOperations.StopDiagnosticsV2Async (gatewayId, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.StopGatewayPublicDiagnosticsParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="gatewayId">
The virtual network for this gateway Id.
</param>
<param name="parameters">
Parameters supplied to Stop Diagnostics V2 operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Stop Diagnostics V2 operation begins an asynchronous operation
to stopa diagnostics session for the specified virtual network
gateway.
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="UpdateGatewayConnectionAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> UpdateGatewayConnectionAsync (string gatewayId, string connectedentityId, Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> UpdateGatewayConnectionAsync(string gatewayId, string connectedentityId, class Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.UpdateGatewayConnectionAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function UpdateGatewayConnectionAsync (gatewayId As String, connectedentityId As String, parameters As UpdateGatewayConnectionParameters, cancellationToken As CancellationToken) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="abstract member UpdateGatewayConnectionAsync : string * string * Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="iGatewayOperations.UpdateGatewayConnectionAsync (gatewayId, connectedentityId, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="connectedentityId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="gatewayId">
The virtual network gateway Id.
</param>
<param name="connectedentityId">
The connected entity Id.
</param>
<param name="parameters">
Parameters supplied to the Begin Update gateway conneciton
operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
Operation to update existing gateway connection.
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is in progress, or
has failed. Note that this status is distinct from the HTTP status
code returned for the Get Operation Status operation itself. If
the asynchronous operation succeeded, the response body includes
the HTTP status code for the successful request. If the
asynchronous operation failed, the response body includes the HTTP
status code for the failed request, and also includes error
information regarding the failure.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="UpdateLocalNetworkGatewayAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> UpdateLocalNetworkGatewayAsync (string gatewayId, Microsoft.WindowsAzure.Management.Network.Models.UpdateLocalNetworkGatewayParameters parameters, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> UpdateLocalNetworkGatewayAsync(string gatewayId, class Microsoft.WindowsAzure.Management.Network.Models.UpdateLocalNetworkGatewayParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.IGatewayOperations.UpdateLocalNetworkGatewayAsync(System.String,Microsoft.WindowsAzure.Management.Network.Models.UpdateLocalNetworkGatewayParameters,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function UpdateLocalNetworkGatewayAsync (gatewayId As String, parameters As UpdateLocalNetworkGatewayParameters, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member UpdateLocalNetworkGatewayAsync : string * Microsoft.WindowsAzure.Management.Network.Models.UpdateLocalNetworkGatewayParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="iGatewayOperations.UpdateLocalNetworkGatewayAsync (gatewayId, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.UpdateLocalNetworkGatewayParameters" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="gatewayId">
The virtual network for this gateway.
</param>
<param name="parameters">
Parameters supplied to update the Local Network Gateway operation.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
The Update Local Network Gateway operation updates a local network
gateway
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>