xml/Microsoft.WindowsAzure.Management.Network/GatewayOperationsExtensions.xml (6,256 lines of code) (raw):
<Type Name="GatewayOperationsExtensions" FullName="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions">
<TypeSignature Language="C#" Value="public static class GatewayOperationsExtensions" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit GatewayOperationsExtensions extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions" />
<TypeSignature Language="VB.NET" Value="Public Module GatewayOperationsExtensions" />
<TypeSignature Language="F#" Value="type GatewayOperationsExtensions = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
The Service Management API includes operations for managing the virtual
networks for your subscription. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj157182.aspx for
more information)
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="BeginConnectDisconnectOrTesting">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginConnectDisconnectOrTesting (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, string localNetworkSiteName, Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectDisconnectOrTestParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginConnectDisconnectOrTesting(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, string localNetworkSiteName, class Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectDisconnectOrTestParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginConnectDisconnectOrTesting(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectDisconnectOrTestParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginConnectDisconnectOrTesting (operations As IGatewayOperations, networkName As String, localNetworkSiteName As String, parameters As GatewayConnectDisconnectOrTestParameters) As GatewayOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginConnectDisconnectOrTesting : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectDisconnectOrTestParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginConnectDisconnectOrTesting (operations, networkName, localNetworkSiteName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="localNetworkSiteName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectDisconnectOrTestParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="localNetworkSiteName">
Required. The name of the site to connect to.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Connect Disconnect Or
Testing Gateway operation.
</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="BeginConnectDisconnectOrTestingAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginConnectDisconnectOrTestingAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, string localNetworkSiteName, Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectDisconnectOrTestParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginConnectDisconnectOrTestingAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, string localNetworkSiteName, class Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectDisconnectOrTestParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginConnectDisconnectOrTestingAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectDisconnectOrTestParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginConnectDisconnectOrTestingAsync (operations As IGatewayOperations, networkName As String, localNetworkSiteName As String, parameters As GatewayConnectDisconnectOrTestParameters) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginConnectDisconnectOrTestingAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectDisconnectOrTestParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginConnectDisconnectOrTestingAsync (operations, networkName, localNetworkSiteName, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="localNetworkSiteName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectDisconnectOrTestParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="localNetworkSiteName">
Required. The name of the site to connect to.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Connect Disconnect Or
Testing Gateway operation.
</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="BeginCreating">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginCreating (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, Microsoft.WindowsAzure.Management.Network.Models.GatewayCreateParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginCreating(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, class Microsoft.WindowsAzure.Management.Network.Models.GatewayCreateParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginCreating(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayCreateParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginCreating (operations As IGatewayOperations, networkName As String, parameters As GatewayCreateParameters) As GatewayOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginCreating : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.GatewayCreateParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginCreating (operations, networkName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewayCreateParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Creating Virtual Network
Gateway operation.
</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="BeginCreatingAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginCreatingAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, Microsoft.WindowsAzure.Management.Network.Models.GatewayCreateParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginCreatingAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, class Microsoft.WindowsAzure.Management.Network.Models.GatewayCreateParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginCreatingAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayCreateParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginCreatingAsync (operations As IGatewayOperations, networkName As String, parameters As GatewayCreateParameters) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginCreatingAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.GatewayCreateParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginCreatingAsync (operations, networkName, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewayCreateParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Creating Virtual Network
Gateway operation.
</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="BeginCreatingGatewayConnection">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginCreatingGatewayConnection (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginCreatingGatewayConnection(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, class Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginCreatingGatewayConnection(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginCreatingGatewayConnection (operations As IGatewayOperations, parameters As GatewayConnectionCreateParameters) As GatewayOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginCreatingGatewayConnection : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginCreatingGatewayConnection (operations, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Creating Gateway
Connection operation.
</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="BeginCreatingGatewayConnectionAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginCreatingGatewayConnectionAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginCreatingGatewayConnectionAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, class Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginCreatingGatewayConnectionAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginCreatingGatewayConnectionAsync (operations As IGatewayOperations, parameters As GatewayConnectionCreateParameters) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginCreatingGatewayConnectionAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginCreatingGatewayConnectionAsync (operations, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Creating Gateway
Connection operation.
</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="BeginCreatingVirtualNetworkGateway">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginCreatingVirtualNetworkGateway (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginCreatingVirtualNetworkGateway(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, class Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginCreatingVirtualNetworkGateway(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginCreatingVirtualNetworkGateway (operations As IGatewayOperations, networkName As String, parameters As VirtualNetworkGatewayCreateParameters) As GatewayOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginCreatingVirtualNetworkGateway : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginCreatingVirtualNetworkGateway (operations, networkName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Creating Virtual Network
Gateway operation.
</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="BeginCreatingVirtualNetworkGatewayAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginCreatingVirtualNetworkGatewayAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginCreatingVirtualNetworkGatewayAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, class Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginCreatingVirtualNetworkGatewayAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginCreatingVirtualNetworkGatewayAsync (operations As IGatewayOperations, networkName As String, parameters As VirtualNetworkGatewayCreateParameters) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginCreatingVirtualNetworkGatewayAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginCreatingVirtualNetworkGatewayAsync (operations, networkName, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Creating Virtual Network
Gateway operation.
</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="BeginDeleting">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginDeleting (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginDeleting(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginDeleting(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginDeleting (operations As IGatewayOperations, networkName As String) As GatewayOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginDeleting : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string -> Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginDeleting (operations, networkName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network.
</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="BeginDeletingAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginDeletingAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginDeletingAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginDeletingAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginDeletingAsync (operations As IGatewayOperations, networkName As String) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginDeletingAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginDeletingAsync (operations, networkName)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network.
</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="BeginDeletingGatewayConnection">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginDeletingGatewayConnection (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginDeletingGatewayConnection(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginDeletingGatewayConnection(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginDeletingGatewayConnection (operations As IGatewayOperations, gatewayId As String, connectedentityId As String) As GatewayOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginDeletingGatewayConnection : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string -> Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginDeletingGatewayConnection (operations, gatewayId, connectedentityId)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="connectedentityId" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network gateway Id.
</param>
<param name="connectedentityId">
Required. The connected entity Id.
</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="BeginDeletingGatewayConnectionAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginDeletingGatewayConnectionAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginDeletingGatewayConnectionAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginDeletingGatewayConnectionAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginDeletingGatewayConnectionAsync (operations As IGatewayOperations, gatewayId As String, connectedentityId As String) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginDeletingGatewayConnectionAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginDeletingGatewayConnectionAsync (operations, gatewayId, connectedentityId)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="connectedentityId" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network gateway Id.
</param>
<param name="connectedentityId">
Required. The connected entity Id.
</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="BeginDeletingVirtualNetworkGateway">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginDeletingVirtualNetworkGateway (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginDeletingVirtualNetworkGateway(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginDeletingVirtualNetworkGateway(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginDeletingVirtualNetworkGateway (operations As IGatewayOperations, gatewayId As String) As GatewayOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginDeletingVirtualNetworkGateway : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string -> Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginDeletingVirtualNetworkGateway (operations, gatewayId)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network gateway id.
</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="BeginDeletingVirtualNetworkGatewayAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginDeletingVirtualNetworkGatewayAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginDeletingVirtualNetworkGatewayAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginDeletingVirtualNetworkGatewayAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginDeletingVirtualNetworkGatewayAsync (operations As IGatewayOperations, gatewayId As String) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginDeletingVirtualNetworkGatewayAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginDeletingVirtualNetworkGatewayAsync (operations, gatewayId)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network gateway id.
</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="BeginFailover">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginFailover (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginFailover(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginFailover(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginFailover (operations As IGatewayOperations, networkName As String) As GatewayOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginFailover : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string -> Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginFailover (operations, networkName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network in Azure.
</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="BeginFailoverAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginFailoverAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginFailoverAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginFailoverAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginFailoverAsync (operations As IGatewayOperations, networkName As String) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginFailoverAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginFailoverAsync (operations, networkName)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network in Azure.
</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="BeginGenerateVpnClientPackage">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginGenerateVpnClientPackage (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, Microsoft.WindowsAzure.Management.Network.Models.GatewayGenerateVpnClientPackageParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginGenerateVpnClientPackage(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, class Microsoft.WindowsAzure.Management.Network.Models.GatewayGenerateVpnClientPackageParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginGenerateVpnClientPackage(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayGenerateVpnClientPackageParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginGenerateVpnClientPackage (operations As IGatewayOperations, networkName As String, parameters As GatewayGenerateVpnClientPackageParameters) As GatewayOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginGenerateVpnClientPackage : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.GatewayGenerateVpnClientPackageParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginGenerateVpnClientPackage (operations, networkName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewayGenerateVpnClientPackageParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="parameters">
Required. Parameters supplied to the Generate VPN Client Package
operation.
</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="BeginGenerateVpnClientPackageAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginGenerateVpnClientPackageAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, Microsoft.WindowsAzure.Management.Network.Models.GatewayGenerateVpnClientPackageParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginGenerateVpnClientPackageAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, class Microsoft.WindowsAzure.Management.Network.Models.GatewayGenerateVpnClientPackageParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginGenerateVpnClientPackageAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayGenerateVpnClientPackageParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginGenerateVpnClientPackageAsync (operations As IGatewayOperations, networkName As String, parameters As GatewayGenerateVpnClientPackageParameters) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginGenerateVpnClientPackageAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.GatewayGenerateVpnClientPackageParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginGenerateVpnClientPackageAsync (operations, networkName, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewayGenerateVpnClientPackageParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="parameters">
Required. Parameters supplied to the Generate VPN Client Package
operation.
</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="BeginRemoveDefaultSites">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginRemoveDefaultSites (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginRemoveDefaultSites(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginRemoveDefaultSites(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginRemoveDefaultSites (operations As IGatewayOperations, networkName As String) As GatewayOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginRemoveDefaultSites : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string -> Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginRemoveDefaultSites (operations, networkName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</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="BeginRemoveDefaultSitesAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginRemoveDefaultSitesAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginRemoveDefaultSitesAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginRemoveDefaultSitesAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginRemoveDefaultSitesAsync (operations As IGatewayOperations, networkName As String) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginRemoveDefaultSitesAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginRemoveDefaultSitesAsync (operations, networkName)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</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="BeginReset">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginReset (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginReset(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, class Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginReset(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginReset (operations As IGatewayOperations, networkName As String, parameters As ResetGatewayParameters) As GatewayOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginReset : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginReset (operations, networkName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Reset Virtual Network
Gateway operation.
</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="BeginResetAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginResetAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginResetAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, class Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginResetAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginResetAsync (operations As IGatewayOperations, networkName As String, parameters As ResetGatewayParameters) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginResetAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginResetAsync (operations, networkName, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Reset Virtual Network
Gateway operation.
</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="BeginResetSharedKey">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginResetSharedKey (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, string localNetworkName, Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginResetSharedKey(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, string localNetworkName, class Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginResetSharedKey(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginResetSharedKey (operations As IGatewayOperations, networkName As String, localNetworkName As String, parameters As GatewayResetSharedKeyParameters) As GatewayOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginResetSharedKey : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginResetSharedKey (operations, networkName, localNetworkName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="localNetworkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="localNetworkName">
Required. The name of the local network.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Virtual Network Gateway
Reset Shared Key request.
</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="BeginResetSharedKeyAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginResetSharedKeyAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, string localNetworkName, Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginResetSharedKeyAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, string localNetworkName, class Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginResetSharedKeyAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginResetSharedKeyAsync (operations As IGatewayOperations, networkName As String, localNetworkName As String, parameters As GatewayResetSharedKeyParameters) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginResetSharedKeyAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginResetSharedKeyAsync (operations, networkName, localNetworkName, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="localNetworkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="localNetworkName">
Required. The name of the local network.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Virtual Network Gateway
Reset Shared Key request.
</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="BeginResetSharedKeyV2">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginResetSharedKeyV2 (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId, Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginResetSharedKeyV2(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId, class Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginResetSharedKeyV2(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginResetSharedKeyV2 (operations As IGatewayOperations, gatewayId As String, connectedentityId As String, parameters As GatewayResetSharedKeyParameters) As GatewayOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginResetSharedKeyV2 : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginResetSharedKeyV2 (operations, gatewayId, connectedentityId, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="connectedentityId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network for this gateway Id.
</param>
<param name="connectedentityId">
Required. The connected entity Id.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Virtual Network Gateway
Reset Shared Key V2 request.
</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="BeginResetSharedKeyV2Async">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginResetSharedKeyV2Async (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId, Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginResetSharedKeyV2Async(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId, class Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginResetSharedKeyV2Async(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginResetSharedKeyV2Async (operations As IGatewayOperations, gatewayId As String, connectedentityId As String, parameters As GatewayResetSharedKeyParameters) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginResetSharedKeyV2Async : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginResetSharedKeyV2Async (operations, gatewayId, connectedentityId, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="connectedentityId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network for this gateway Id.
</param>
<param name="connectedentityId">
Required. The connected entity Id.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Virtual Network Gateway
Reset Shared Key V2 request.
</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="BeginResetVirtualNetworkGateway">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginResetVirtualNetworkGateway (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginResetVirtualNetworkGateway(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, class Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginResetVirtualNetworkGateway(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginResetVirtualNetworkGateway (operations As IGatewayOperations, gatewayId As String, parameters As ResetGatewayParameters) As GatewayOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginResetVirtualNetworkGateway : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginResetVirtualNetworkGateway (operations, gatewayId, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network for this gateway.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Reset Virtual Network
Gateway operation.
</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="BeginResetVirtualNetworkGatewayAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginResetVirtualNetworkGatewayAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginResetVirtualNetworkGatewayAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, class Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginResetVirtualNetworkGatewayAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginResetVirtualNetworkGatewayAsync (operations As IGatewayOperations, gatewayId As String, parameters As ResetGatewayParameters) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginResetVirtualNetworkGatewayAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginResetVirtualNetworkGatewayAsync (operations, gatewayId, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network for this gateway.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Reset Virtual Network
Gateway operation.
</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="BeginResize">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginResize (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginResize(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, class Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginResize(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginResize (operations As IGatewayOperations, networkName As String, parameters As ResizeGatewayParameters) As GatewayOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginResize : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginResize (operations, networkName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Resize Virtual Network
Gateway operation.
</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="BeginResizeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginResizeAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginResizeAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, class Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginResizeAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginResizeAsync (operations As IGatewayOperations, networkName As String, parameters As ResizeGatewayParameters) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginResizeAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginResizeAsync (operations, networkName, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Resize Virtual Network
Gateway operation.
</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="BeginResizeVirtualNetworkGateway">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginResizeVirtualNetworkGateway (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginResizeVirtualNetworkGateway(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, class Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginResizeVirtualNetworkGateway(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginResizeVirtualNetworkGateway (operations As IGatewayOperations, gatewayId As String, parameters As ResizeGatewayParameters) As GatewayOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginResizeVirtualNetworkGateway : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginResizeVirtualNetworkGateway (operations, gatewayId, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network for this gateway id.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Resize Virtual Network
Gateway operation.
</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 static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginResizeVirtualNetworkGatewayAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginResizeVirtualNetworkGatewayAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, class Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginResizeVirtualNetworkGatewayAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginResizeVirtualNetworkGatewayAsync (operations As IGatewayOperations, gatewayId As String, parameters As ResizeGatewayParameters) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginResizeVirtualNetworkGatewayAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginResizeVirtualNetworkGatewayAsync (operations, gatewayId, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network for this gateway id.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Resize Virtual Network
Gateway operation.
</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="BeginSetDefaultSites">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginSetDefaultSites (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, Microsoft.WindowsAzure.Management.Network.Models.GatewaySetDefaultSiteListParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginSetDefaultSites(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, class Microsoft.WindowsAzure.Management.Network.Models.GatewaySetDefaultSiteListParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginSetDefaultSites(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetDefaultSiteListParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginSetDefaultSites (operations As IGatewayOperations, networkName As String, parameters As GatewaySetDefaultSiteListParameters) As GatewayOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginSetDefaultSites : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.GatewaySetDefaultSiteListParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginSetDefaultSites (operations, networkName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewaySetDefaultSiteListParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Virtual Network Gateway
Set Default Sites request.
</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="BeginSetDefaultSitesAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginSetDefaultSitesAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, Microsoft.WindowsAzure.Management.Network.Models.GatewaySetDefaultSiteListParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginSetDefaultSitesAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, class Microsoft.WindowsAzure.Management.Network.Models.GatewaySetDefaultSiteListParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginSetDefaultSitesAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetDefaultSiteListParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginSetDefaultSitesAsync (operations As IGatewayOperations, networkName As String, parameters As GatewaySetDefaultSiteListParameters) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginSetDefaultSitesAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.GatewaySetDefaultSiteListParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginSetDefaultSitesAsync (operations, networkName, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewaySetDefaultSiteListParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Virtual Network Gateway
Set Default Sites request.
</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="BeginSetIPsecParameters">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginSetIPsecParameters (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, string localNetworkName, Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginSetIPsecParameters(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, string localNetworkName, class Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginSetIPsecParameters(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginSetIPsecParameters (operations As IGatewayOperations, networkName As String, localNetworkName As String, parameters As GatewaySetIPsecParametersParameters) As GatewayOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginSetIPsecParameters : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginSetIPsecParameters (operations, networkName, localNetworkName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="localNetworkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="localNetworkName">
Required. The name of the local network.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Virtual Network Gateway
Set IPsec Parameters request.
</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="BeginSetIPsecParametersAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginSetIPsecParametersAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, string localNetworkName, Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginSetIPsecParametersAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, string localNetworkName, class Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginSetIPsecParametersAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginSetIPsecParametersAsync (operations As IGatewayOperations, networkName As String, localNetworkName As String, parameters As GatewaySetIPsecParametersParameters) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginSetIPsecParametersAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginSetIPsecParametersAsync (operations, networkName, localNetworkName, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="localNetworkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="localNetworkName">
Required. The name of the local network.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Virtual Network Gateway
Set IPsec Parameters request.
</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="BeginSetIPsecParametersV2">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginSetIPsecParametersV2 (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId, Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginSetIPsecParametersV2(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId, class Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginSetIPsecParametersV2(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginSetIPsecParametersV2 (operations As IGatewayOperations, gatewayId As String, connectedentityId As String, parameters As GatewaySetIPsecParametersParameters) As GatewayOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginSetIPsecParametersV2 : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginSetIPsecParametersV2 (operations, gatewayId, connectedentityId, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="connectedentityId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network for this gateway Id.
</param>
<param name="connectedentityId">
Required. The connected entity Id.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Virtual Network Gateway
Set IPsec Parameters V2 request.
</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="BeginSetIPsecParametersV2Async">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginSetIPsecParametersV2Async (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId, Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginSetIPsecParametersV2Async(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId, class Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginSetIPsecParametersV2Async(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginSetIPsecParametersV2Async (operations As IGatewayOperations, gatewayId As String, connectedentityId As String, parameters As GatewaySetIPsecParametersParameters) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginSetIPsecParametersV2Async : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginSetIPsecParametersV2Async (operations, gatewayId, connectedentityId, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="connectedentityId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network for this gateway Id.
</param>
<param name="connectedentityId">
Required. The connected entity Id.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Virtual Network Gateway
Set IPsec Parameters V2 request.
</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="BeginSetSharedKey">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginSetSharedKey (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, string localNetworkName, Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginSetSharedKey(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, string localNetworkName, class Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginSetSharedKey(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginSetSharedKey (operations As IGatewayOperations, networkName As String, localNetworkName As String, parameters As GatewaySetSharedKeyParameters) As GatewayOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginSetSharedKey : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginSetSharedKey (operations, networkName, localNetworkName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="localNetworkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="localNetworkName">
Required. The name of the local network.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Virtual Network Gateway
Set Shared Key request.
</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="BeginSetSharedKeyAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginSetSharedKeyAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, string localNetworkName, Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginSetSharedKeyAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, string localNetworkName, class Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginSetSharedKeyAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginSetSharedKeyAsync (operations As IGatewayOperations, networkName As String, localNetworkName As String, parameters As GatewaySetSharedKeyParameters) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginSetSharedKeyAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginSetSharedKeyAsync (operations, networkName, localNetworkName, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="localNetworkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="localNetworkName">
Required. The name of the local network.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Virtual Network Gateway
Set Shared Key request.
</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="BeginSetSharedKeyV2">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginSetSharedKeyV2 (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId, Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginSetSharedKeyV2(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId, class Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginSetSharedKeyV2(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginSetSharedKeyV2 (operations As IGatewayOperations, gatewayId As String, connectedentityId As String, parameters As GatewaySetSharedKeyParameters) As GatewayOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginSetSharedKeyV2 : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginSetSharedKeyV2 (operations, gatewayId, connectedentityId, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="connectedentityId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network for this gateway Id.
</param>
<param name="connectedentityId">
Required. The connected entity Id.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Virtual Network Gateway
Set Shared Key V2 request.
</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="BeginSetSharedKeyV2Async">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginSetSharedKeyV2Async (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId, Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginSetSharedKeyV2Async(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId, class Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginSetSharedKeyV2Async(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginSetSharedKeyV2Async (operations As IGatewayOperations, gatewayId As String, connectedentityId As String, parameters As GatewaySetSharedKeyParameters) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginSetSharedKeyV2Async : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginSetSharedKeyV2Async (operations, gatewayId, connectedentityId, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="connectedentityId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network for this gateway Id.
</param>
<param name="connectedentityId">
Required. The connected entity Id.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Virtual Network Gateway
Set Shared Key V2 request.
</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="BeginStartDiagnostics">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginStartDiagnostics (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginStartDiagnostics(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, class Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginStartDiagnostics(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginStartDiagnostics (operations As IGatewayOperations, networkName As String, parameters As StartGatewayPublicDiagnosticsParameters) As GatewayOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginStartDiagnostics : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginStartDiagnostics (operations, networkName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Start Diagnostics
operation.
</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="BeginStartDiagnosticsAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginStartDiagnosticsAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginStartDiagnosticsAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, class Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginStartDiagnosticsAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginStartDiagnosticsAsync (operations As IGatewayOperations, networkName As String, parameters As StartGatewayPublicDiagnosticsParameters) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginStartDiagnosticsAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginStartDiagnosticsAsync (operations, networkName, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Start Diagnostics
operation.
</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="BeginStartDiagnosticsV2">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginStartDiagnosticsV2 (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginStartDiagnosticsV2(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, class Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginStartDiagnosticsV2(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginStartDiagnosticsV2 (operations As IGatewayOperations, gatewayId As String, parameters As StartGatewayPublicDiagnosticsParameters) As GatewayOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginStartDiagnosticsV2 : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginStartDiagnosticsV2 (operations, gatewayId, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network for this gateway Id.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Start Diagnostics V2
operation.
</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="BeginStartDiagnosticsV2Async">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginStartDiagnosticsV2Async (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginStartDiagnosticsV2Async(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, class Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginStartDiagnosticsV2Async(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginStartDiagnosticsV2Async (operations As IGatewayOperations, gatewayId As String, parameters As StartGatewayPublicDiagnosticsParameters) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginStartDiagnosticsV2Async : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginStartDiagnosticsV2Async (operations, gatewayId, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network for this gateway Id.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Start Diagnostics V2
operation.
</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="BeginUpdateGatewayConnection">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginUpdateGatewayConnection (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId, Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginUpdateGatewayConnection(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId, class Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginUpdateGatewayConnection(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginUpdateGatewayConnection (operations As IGatewayOperations, gatewayId As String, connectedentityId As String, parameters As UpdateGatewayConnectionParameters) As GatewayOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginUpdateGatewayConnection : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginUpdateGatewayConnection (operations, gatewayId, connectedentityId, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="connectedentityId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network gateway Id.
</param>
<param name="connectedentityId">
Required. The connected entity Id.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Update gateway
conneciton operation.
</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="BeginUpdateGatewayConnectionAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginUpdateGatewayConnectionAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId, Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginUpdateGatewayConnectionAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId, class Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginUpdateGatewayConnectionAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginUpdateGatewayConnectionAsync (operations As IGatewayOperations, gatewayId As String, connectedentityId As String, parameters As UpdateGatewayConnectionParameters) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginUpdateGatewayConnectionAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.BeginUpdateGatewayConnectionAsync (operations, gatewayId, connectedentityId, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="connectedentityId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network gateway Id.
</param>
<param name="connectedentityId">
Required. The connected entity Id.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Update gateway
conneciton operation.
</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="ConnectDisconnectOrTest">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse ConnectDisconnectOrTest (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, string localNetworkSiteName, Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectDisconnectOrTestParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse ConnectDisconnectOrTest(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, string localNetworkSiteName, class Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectDisconnectOrTestParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ConnectDisconnectOrTest(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectDisconnectOrTestParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ConnectDisconnectOrTest (operations As IGatewayOperations, networkName As String, localNetworkSiteName As String, parameters As GatewayConnectDisconnectOrTestParameters) As GatewayGetOperationStatusResponse" />
<MemberSignature Language="F#" Value="static member ConnectDisconnectOrTest : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectDisconnectOrTestParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ConnectDisconnectOrTest (operations, networkName, localNetworkSiteName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="localNetworkSiteName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectDisconnectOrTestParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="localNetworkSiteName">
Required. The name of the site to connect to.
</param>
<param name="parameters">
Required. Parameters supplied to the Connect Disconnect Or Testing
Gateway operation.
</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="ConnectDisconnectOrTestAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> ConnectDisconnectOrTestAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, string localNetworkSiteName, Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectDisconnectOrTestParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> ConnectDisconnectOrTestAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, string localNetworkSiteName, class Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectDisconnectOrTestParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ConnectDisconnectOrTestAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectDisconnectOrTestParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ConnectDisconnectOrTestAsync (operations As IGatewayOperations, networkName As String, localNetworkSiteName As String, parameters As GatewayConnectDisconnectOrTestParameters) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member ConnectDisconnectOrTestAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectDisconnectOrTestParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ConnectDisconnectOrTestAsync (operations, networkName, localNetworkSiteName, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="localNetworkSiteName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectDisconnectOrTestParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="localNetworkSiteName">
Required. The name of the site to connect to.
</param>
<param name="parameters">
Required. Parameters supplied to the Connect Disconnect Or Testing
Gateway operation.
</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="Create">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse Create (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, Microsoft.WindowsAzure.Management.Network.Models.GatewayCreateParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse Create(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, class Microsoft.WindowsAzure.Management.Network.Models.GatewayCreateParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.Create(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayCreateParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function Create (operations As IGatewayOperations, networkName As String, parameters As GatewayCreateParameters) As GatewayGetOperationStatusResponse" />
<MemberSignature Language="F#" Value="static member Create : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.GatewayCreateParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.Create (operations, networkName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewayCreateParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="parameters">
Required. Parameters supplied to the Create Virtual Network Gateway
operation.
</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="CreateAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> CreateAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, Microsoft.WindowsAzure.Management.Network.Models.GatewayCreateParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> CreateAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, class Microsoft.WindowsAzure.Management.Network.Models.GatewayCreateParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.CreateAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayCreateParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function CreateAsync (operations As IGatewayOperations, networkName As String, parameters As GatewayCreateParameters) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member CreateAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.GatewayCreateParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.CreateAsync (operations, networkName, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewayCreateParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="parameters">
Required. Parameters supplied to the Create Virtual Network Gateway
operation.
</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="CreateGatewayConnection">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse CreateGatewayConnection (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse CreateGatewayConnection(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, class Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.CreateGatewayConnection(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function CreateGatewayConnection (operations As IGatewayOperations, parameters As GatewayConnectionCreateParameters) As GatewayGetOperationStatusResponse" />
<MemberSignature Language="F#" Value="static member CreateGatewayConnection : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.CreateGatewayConnection (operations, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Creating Gateway
Connection operation.
</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="CreateGatewayConnectionAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> CreateGatewayConnectionAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> CreateGatewayConnectionAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, class Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.CreateGatewayConnectionAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function CreateGatewayConnectionAsync (operations As IGatewayOperations, parameters As GatewayConnectionCreateParameters) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member CreateGatewayConnectionAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.CreateGatewayConnectionAsync (operations, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionCreateParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Creating Gateway
Connection operation.
</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="CreateLocalNetworkGateway">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayCreateResponse CreateLocalNetworkGateway (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayCreateParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayCreateResponse CreateLocalNetworkGateway(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, class Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayCreateParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.CreateLocalNetworkGateway(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayCreateParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function CreateLocalNetworkGateway (operations As IGatewayOperations, parameters As LocalNetworkGatewayCreateParameters) As LocalNetworkGatewayCreateResponse" />
<MemberSignature Language="F#" Value="static member CreateLocalNetworkGateway : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayCreateParameters -> Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayCreateResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.CreateLocalNetworkGateway (operations, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayCreateResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayCreateParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="parameters">
Required. Parameters supplied to Create Local Network Gateway
operation.
</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="CreateLocalNetworkGatewayAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayCreateResponse> CreateLocalNetworkGatewayAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayCreateParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayCreateResponse> CreateLocalNetworkGatewayAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, class Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayCreateParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.CreateLocalNetworkGatewayAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayCreateParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function CreateLocalNetworkGatewayAsync (operations As IGatewayOperations, parameters As LocalNetworkGatewayCreateParameters) As Task(Of LocalNetworkGatewayCreateResponse)" />
<MemberSignature Language="F#" Value="static member CreateLocalNetworkGatewayAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayCreateParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayCreateResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.CreateLocalNetworkGatewayAsync (operations, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayCreateParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="parameters">
Required. Parameters supplied to Create Local Network Gateway
operation.
</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="CreateVirtualNetworkGateway">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse CreateVirtualNetworkGateway (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse CreateVirtualNetworkGateway(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, class Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.CreateVirtualNetworkGateway(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function CreateVirtualNetworkGateway (operations As IGatewayOperations, networkName As String, parameters As VirtualNetworkGatewayCreateParameters) As GatewayGetOperationStatusResponse" />
<MemberSignature Language="F#" Value="static member CreateVirtualNetworkGateway : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.CreateVirtualNetworkGateway (operations, networkName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="parameters">
Required. Parameters supplied to the Create Virtual Network Gateway
operation.
</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="CreateVirtualNetworkGatewayAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> CreateVirtualNetworkGatewayAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> CreateVirtualNetworkGatewayAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, class Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.CreateVirtualNetworkGatewayAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function CreateVirtualNetworkGatewayAsync (operations As IGatewayOperations, networkName As String, parameters As VirtualNetworkGatewayCreateParameters) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member CreateVirtualNetworkGatewayAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.CreateVirtualNetworkGatewayAsync (operations, networkName, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayCreateParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="parameters">
Required. Parameters supplied to the Create Virtual Network Gateway
operation.
</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="Delete">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse Delete (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse Delete(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.Delete(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function Delete (operations As IGatewayOperations, networkName As String) As GatewayGetOperationStatusResponse" />
<MemberSignature Language="F#" Value="static member Delete : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string -> Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.Delete (operations, networkName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network.
</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="DeleteAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> DeleteAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> DeleteAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.DeleteAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function DeleteAsync (operations As IGatewayOperations, networkName As String) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member DeleteAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.DeleteAsync (operations, networkName)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network.
</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="DeleteGatewayConnection">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse DeleteGatewayConnection (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse DeleteGatewayConnection(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.DeleteGatewayConnection(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function DeleteGatewayConnection (operations As IGatewayOperations, gatewayId As String, connectedentityId As String) As GatewayGetOperationStatusResponse" />
<MemberSignature Language="F#" Value="static member DeleteGatewayConnection : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string -> Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.DeleteGatewayConnection (operations, gatewayId, connectedentityId)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="connectedentityId" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network gateway Id.
</param>
<param name="connectedentityId">
Required. The connected entity Id.
</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="DeleteGatewayConnectionAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> DeleteGatewayConnectionAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> DeleteGatewayConnectionAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.DeleteGatewayConnectionAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function DeleteGatewayConnectionAsync (operations As IGatewayOperations, gatewayId As String, connectedentityId As String) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member DeleteGatewayConnectionAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.DeleteGatewayConnectionAsync (operations, gatewayId, connectedentityId)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="connectedentityId" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network gateway Id.
</param>
<param name="connectedentityId">
Required. The connected entity Id.
</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="DeleteLocalNetworkGateway">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.AzureOperationResponse DeleteLocalNetworkGateway (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.AzureOperationResponse DeleteLocalNetworkGateway(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.DeleteLocalNetworkGateway(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function DeleteLocalNetworkGateway (operations As IGatewayOperations, gatewayId As String) As AzureOperationResponse" />
<MemberSignature Language="F#" Value="static member DeleteLocalNetworkGateway : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string -> Microsoft.Azure.AzureOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.DeleteLocalNetworkGateway (operations, gatewayId)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.AzureOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The local network gateway id.
</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="DeleteLocalNetworkGatewayAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> DeleteLocalNetworkGatewayAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> DeleteLocalNetworkGatewayAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.DeleteLocalNetworkGatewayAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function DeleteLocalNetworkGatewayAsync (operations As IGatewayOperations, gatewayId As String) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="static member DeleteLocalNetworkGatewayAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.DeleteLocalNetworkGatewayAsync (operations, gatewayId)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The local network gateway id.
</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="DeleteVirtualNetworkGateway">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse DeleteVirtualNetworkGateway (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse DeleteVirtualNetworkGateway(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.DeleteVirtualNetworkGateway(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function DeleteVirtualNetworkGateway (operations As IGatewayOperations, gatewayId As String) As GatewayGetOperationStatusResponse" />
<MemberSignature Language="F#" Value="static member DeleteVirtualNetworkGateway : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string -> Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.DeleteVirtualNetworkGateway (operations, gatewayId)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network gateway id.
</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="DeleteVirtualNetworkGatewayAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> DeleteVirtualNetworkGatewayAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> DeleteVirtualNetworkGatewayAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.DeleteVirtualNetworkGatewayAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function DeleteVirtualNetworkGatewayAsync (operations As IGatewayOperations, gatewayId As String) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member DeleteVirtualNetworkGatewayAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.DeleteVirtualNetworkGatewayAsync (operations, gatewayId)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network gateway id.
</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="Failover">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse Failover (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse Failover(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.Failover(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function Failover (operations As IGatewayOperations, networkName As String) As GatewayGetOperationStatusResponse" />
<MemberSignature Language="F#" Value="static member Failover : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string -> Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.Failover (operations, networkName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network in Azure.
</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="FailoverAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> FailoverAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> FailoverAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.FailoverAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function FailoverAsync (operations As IGatewayOperations, networkName As String) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member FailoverAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.FailoverAsync (operations, networkName)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network in Azure.
</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="GenerateVpnClientPackage">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse GenerateVpnClientPackage (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, Microsoft.WindowsAzure.Management.Network.Models.GatewayGenerateVpnClientPackageParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse GenerateVpnClientPackage(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, class Microsoft.WindowsAzure.Management.Network.Models.GatewayGenerateVpnClientPackageParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GenerateVpnClientPackage(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayGenerateVpnClientPackageParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GenerateVpnClientPackage (operations As IGatewayOperations, networkName As String, parameters As GatewayGenerateVpnClientPackageParameters) As GatewayGetOperationStatusResponse" />
<MemberSignature Language="F#" Value="static member GenerateVpnClientPackage : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.GatewayGenerateVpnClientPackageParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GenerateVpnClientPackage (operations, networkName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewayGenerateVpnClientPackageParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="parameters">
Required. Parameters supplied to the Generate VPN Client Package
operation.
</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="GenerateVpnClientPackageAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> GenerateVpnClientPackageAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, Microsoft.WindowsAzure.Management.Network.Models.GatewayGenerateVpnClientPackageParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> GenerateVpnClientPackageAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, class Microsoft.WindowsAzure.Management.Network.Models.GatewayGenerateVpnClientPackageParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GenerateVpnClientPackageAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayGenerateVpnClientPackageParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GenerateVpnClientPackageAsync (operations As IGatewayOperations, networkName As String, parameters As GatewayGenerateVpnClientPackageParameters) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member GenerateVpnClientPackageAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.GatewayGenerateVpnClientPackageParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GenerateVpnClientPackageAsync (operations, networkName, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewayGenerateVpnClientPackageParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="parameters">
Required. Parameters supplied to the Generate VPN Client Package
operation.
</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="Get">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayGetResponse Get (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetResponse Get(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.Get(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function Get (operations As IGatewayOperations, networkName As String) As GatewayGetResponse" />
<MemberSignature Language="F#" Value="static member Get : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string -> Microsoft.WindowsAzure.Management.Network.Models.GatewayGetResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.Get (operations, networkName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayGetResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</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="GetAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetResponse> GetAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAsync (operations As IGatewayOperations, networkName As String) As Task(Of GatewayGetResponse)" />
<MemberSignature Language="F#" Value="static member GetAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetAsync (operations, networkName)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</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="GetDeviceConfigurationScript">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptResponse GetDeviceConfigurationScript (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptResponse GetDeviceConfigurationScript(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetDeviceConfigurationScript(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetDeviceConfigurationScript (operations As IGatewayOperations, networkName As String, parameters As GatewayGetDeviceConfigurationScriptParameters) As GatewayGetDeviceConfigurationScriptResponse" />
<MemberSignature Language="F#" Value="static member GetDeviceConfigurationScript : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetDeviceConfigurationScript (operations, networkName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="parameters">
Required. The parameters for the Get Device Configuration Script
operation.
</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="GetDeviceConfigurationScriptAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptResponse> GetDeviceConfigurationScriptAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptResponse> GetDeviceConfigurationScriptAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetDeviceConfigurationScriptAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetDeviceConfigurationScriptAsync (operations As IGatewayOperations, networkName As String, parameters As GatewayGetDeviceConfigurationScriptParameters) As Task(Of GatewayGetDeviceConfigurationScriptResponse)" />
<MemberSignature Language="F#" Value="static member GetDeviceConfigurationScriptAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetDeviceConfigurationScriptAsync (operations, networkName, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewayGetDeviceConfigurationScriptParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="parameters">
Required. The parameters for the Get Device Configuration Script
operation.
</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="GetDiagnostics">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayDiagnosticsStatus GetDiagnostics (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayDiagnosticsStatus GetDiagnostics(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetDiagnostics(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetDiagnostics (operations As IGatewayOperations, networkName As String) As GatewayDiagnosticsStatus" />
<MemberSignature Language="F#" Value="static member GetDiagnostics : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string -> Microsoft.WindowsAzure.Management.Network.Models.GatewayDiagnosticsStatus" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetDiagnostics (operations, networkName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayDiagnosticsStatus</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</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="GetDiagnosticsAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayDiagnosticsStatus> GetDiagnosticsAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayDiagnosticsStatus> GetDiagnosticsAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetDiagnosticsAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetDiagnosticsAsync (operations As IGatewayOperations, networkName As String) As Task(Of GatewayDiagnosticsStatus)" />
<MemberSignature Language="F#" Value="static member GetDiagnosticsAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayDiagnosticsStatus>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetDiagnosticsAsync (operations, networkName)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</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="GetDiagnosticsV2">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayDiagnosticsStatus GetDiagnosticsV2 (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayDiagnosticsStatus GetDiagnosticsV2(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetDiagnosticsV2(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetDiagnosticsV2 (operations As IGatewayOperations, gatewayId As String) As GatewayDiagnosticsStatus" />
<MemberSignature Language="F#" Value="static member GetDiagnosticsV2 : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string -> Microsoft.WindowsAzure.Management.Network.Models.GatewayDiagnosticsStatus" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetDiagnosticsV2 (operations, gatewayId)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayDiagnosticsStatus</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network gateway Id.
</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="GetDiagnosticsV2Async">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayDiagnosticsStatus> GetDiagnosticsV2Async (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayDiagnosticsStatus> GetDiagnosticsV2Async(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetDiagnosticsV2Async(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetDiagnosticsV2Async (operations As IGatewayOperations, gatewayId As String) As Task(Of GatewayDiagnosticsStatus)" />
<MemberSignature Language="F#" Value="static member GetDiagnosticsV2Async : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayDiagnosticsStatus>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetDiagnosticsV2Async (operations, gatewayId)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network gateway Id.
</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="GetGatewayConnection">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionGetResponse GetGatewayConnection (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionGetResponse GetGatewayConnection(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetGatewayConnection(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetGatewayConnection (operations As IGatewayOperations, gatewayId As String, connectedentityId As String) As GatewayConnectionGetResponse" />
<MemberSignature Language="F#" Value="static member GetGatewayConnection : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string -> Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionGetResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetGatewayConnection (operations, gatewayId, connectedentityId)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionGetResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="connectedentityId" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network gateway id.
</param>
<param name="connectedentityId">
Required. The virtual network gateway connected entity Id.
</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="GetGatewayConnectionAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionGetResponse> GetGatewayConnectionAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionGetResponse> GetGatewayConnectionAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetGatewayConnectionAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetGatewayConnectionAsync (operations As IGatewayOperations, gatewayId As String, connectedentityId As String) As Task(Of GatewayConnectionGetResponse)" />
<MemberSignature Language="F#" Value="static member GetGatewayConnectionAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionGetResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetGatewayConnectionAsync (operations, gatewayId, connectedentityId)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="connectedentityId" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network gateway id.
</param>
<param name="connectedentityId">
Required. The virtual network gateway connected entity Id.
</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="GetIPsecParameters">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayGetIPsecParametersResponse GetIPsecParameters (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, string localNetworkName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetIPsecParametersResponse GetIPsecParameters(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, string localNetworkName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetIPsecParameters(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetIPsecParameters (operations As IGatewayOperations, networkName As String, localNetworkName As String) As GatewayGetIPsecParametersResponse" />
<MemberSignature Language="F#" Value="static member GetIPsecParameters : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string -> Microsoft.WindowsAzure.Management.Network.Models.GatewayGetIPsecParametersResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetIPsecParameters (operations, networkName, localNetworkName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayGetIPsecParametersResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="localNetworkName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="localNetworkName">
Required. The name of the local network.
</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="GetIPsecParametersAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetIPsecParametersResponse> GetIPsecParametersAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, string localNetworkName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetIPsecParametersResponse> GetIPsecParametersAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, string localNetworkName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetIPsecParametersAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetIPsecParametersAsync (operations As IGatewayOperations, networkName As String, localNetworkName As String) As Task(Of GatewayGetIPsecParametersResponse)" />
<MemberSignature Language="F#" Value="static member GetIPsecParametersAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetIPsecParametersResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetIPsecParametersAsync (operations, networkName, localNetworkName)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="localNetworkName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="localNetworkName">
Required. The name of the local network.
</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="GetIPsecParametersV2">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayGetIPsecParametersResponse GetIPsecParametersV2 (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetIPsecParametersResponse GetIPsecParametersV2(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetIPsecParametersV2(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetIPsecParametersV2 (operations As IGatewayOperations, gatewayId As String, connectedentityId As String) As GatewayGetIPsecParametersResponse" />
<MemberSignature Language="F#" Value="static member GetIPsecParametersV2 : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string -> Microsoft.WindowsAzure.Management.Network.Models.GatewayGetIPsecParametersResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetIPsecParametersV2 (operations, gatewayId, connectedentityId)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayGetIPsecParametersResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="connectedentityId" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network for this gateway Id.
</param>
<param name="connectedentityId">
Required. The connected entity Id.
</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="GetIPsecParametersV2Async">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetIPsecParametersResponse> GetIPsecParametersV2Async (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetIPsecParametersResponse> GetIPsecParametersV2Async(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetIPsecParametersV2Async(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetIPsecParametersV2Async (operations As IGatewayOperations, gatewayId As String, connectedentityId As String) As Task(Of GatewayGetIPsecParametersResponse)" />
<MemberSignature Language="F#" Value="static member GetIPsecParametersV2Async : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetIPsecParametersResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetIPsecParametersV2Async (operations, gatewayId, connectedentityId)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="connectedentityId" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network for this gateway Id.
</param>
<param name="connectedentityId">
Required. The connected entity Id.
</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="GetLocalNetworkGateway">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayGetResponse GetLocalNetworkGateway (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayGetResponse GetLocalNetworkGateway(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetLocalNetworkGateway(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetLocalNetworkGateway (operations As IGatewayOperations, gatewayId As String) As LocalNetworkGatewayGetResponse" />
<MemberSignature Language="F#" Value="static member GetLocalNetworkGateway : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string -> Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayGetResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetLocalNetworkGateway (operations, gatewayId)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayGetResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The local network gateway id.
</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="GetLocalNetworkGatewayAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayGetResponse> GetLocalNetworkGatewayAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayGetResponse> GetLocalNetworkGatewayAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetLocalNetworkGatewayAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetLocalNetworkGatewayAsync (operations As IGatewayOperations, gatewayId As String) As Task(Of LocalNetworkGatewayGetResponse)" />
<MemberSignature Language="F#" Value="static member GetLocalNetworkGatewayAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.LocalNetworkGatewayGetResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetLocalNetworkGatewayAsync (operations, gatewayId)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The local network gateway id.
</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="GetOperationStatus">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse GetOperationStatus (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string operationId);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse GetOperationStatus(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string operationId) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetOperationStatus(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetOperationStatus (operations As IGatewayOperations, operationId As String) As GatewayGetOperationStatusResponse" />
<MemberSignature Language="F#" Value="static member GetOperationStatus : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string -> Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetOperationStatus (operations, operationId)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="operationId" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="operationId">
Required. The ID of the network operation.
</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="GetOperationStatusAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> GetOperationStatusAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string operationId);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> GetOperationStatusAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string operationId) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetOperationStatusAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetOperationStatusAsync (operations As IGatewayOperations, operationId As String) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member GetOperationStatusAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetOperationStatusAsync (operations, operationId)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="operationId" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="operationId">
Required. The ID of the network operation.
</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="GetSharedKey">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayGetSharedKeyResponse GetSharedKey (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, string localNetworkName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetSharedKeyResponse GetSharedKey(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, string localNetworkName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetSharedKey(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSharedKey (operations As IGatewayOperations, networkName As String, localNetworkName As String) As GatewayGetSharedKeyResponse" />
<MemberSignature Language="F#" Value="static member GetSharedKey : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string -> Microsoft.WindowsAzure.Management.Network.Models.GatewayGetSharedKeyResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetSharedKey (operations, networkName, localNetworkName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayGetSharedKeyResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="localNetworkName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="localNetworkName">
Required. The name of the local network.
</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="GetSharedKeyAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetSharedKeyResponse> GetSharedKeyAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, string localNetworkName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetSharedKeyResponse> GetSharedKeyAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, string localNetworkName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetSharedKeyAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSharedKeyAsync (operations As IGatewayOperations, networkName As String, localNetworkName As String) As Task(Of GatewayGetSharedKeyResponse)" />
<MemberSignature Language="F#" Value="static member GetSharedKeyAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetSharedKeyResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetSharedKeyAsync (operations, networkName, localNetworkName)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="localNetworkName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="localNetworkName">
Required. The name of the local network.
</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="GetSharedKeyV2">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayGetSharedKeyResponse GetSharedKeyV2 (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetSharedKeyResponse GetSharedKeyV2(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetSharedKeyV2(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSharedKeyV2 (operations As IGatewayOperations, gatewayId As String, connectedentityId As String) As GatewayGetSharedKeyResponse" />
<MemberSignature Language="F#" Value="static member GetSharedKeyV2 : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string -> Microsoft.WindowsAzure.Management.Network.Models.GatewayGetSharedKeyResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetSharedKeyV2 (operations, gatewayId, connectedentityId)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayGetSharedKeyResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="connectedentityId" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network for this gateway Id.
</param>
<param name="connectedentityId">
Required. The connected entity Id.
</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="GetSharedKeyV2Async">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetSharedKeyResponse> GetSharedKeyV2Async (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetSharedKeyResponse> GetSharedKeyV2Async(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetSharedKeyV2Async(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSharedKeyV2Async (operations As IGatewayOperations, gatewayId As String, connectedentityId As String) As Task(Of GatewayGetSharedKeyResponse)" />
<MemberSignature Language="F#" Value="static member GetSharedKeyV2Async : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetSharedKeyResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetSharedKeyV2Async (operations, gatewayId, connectedentityId)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="connectedentityId" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network for this gateway Id.
</param>
<param name="connectedentityId">
Required. The connected entity Id.
</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="GetVirtualNetworkGateway">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayGetResponse GetVirtualNetworkGateway (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayGetResponse GetVirtualNetworkGateway(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetVirtualNetworkGateway(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetVirtualNetworkGateway (operations As IGatewayOperations, gatewayId As String) As VirtualNetworkGatewayGetResponse" />
<MemberSignature Language="F#" Value="static member GetVirtualNetworkGateway : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string -> Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayGetResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetVirtualNetworkGateway (operations, gatewayId)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayGetResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network gateway id.
</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="GetVirtualNetworkGatewayAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayGetResponse> GetVirtualNetworkGatewayAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayGetResponse> GetVirtualNetworkGatewayAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetVirtualNetworkGatewayAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetVirtualNetworkGatewayAsync (operations As IGatewayOperations, gatewayId As String) As Task(Of VirtualNetworkGatewayGetResponse)" />
<MemberSignature Language="F#" Value="static member GetVirtualNetworkGatewayAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.VirtualNetworkGatewayGetResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.GetVirtualNetworkGatewayAsync (operations, gatewayId)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network gateway id.
</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="ListConnections">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayListConnectionsResponse ListConnections (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayListConnectionsResponse ListConnections(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ListConnections(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListConnections (operations As IGatewayOperations, networkName As String) As GatewayListConnectionsResponse" />
<MemberSignature Language="F#" Value="static member ListConnections : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string -> Microsoft.WindowsAzure.Management.Network.Models.GatewayListConnectionsResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ListConnections (operations, networkName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayListConnectionsResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</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="ListConnectionsAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayListConnectionsResponse> ListConnectionsAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayListConnectionsResponse> ListConnectionsAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ListConnectionsAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListConnectionsAsync (operations As IGatewayOperations, networkName As String) As Task(Of GatewayListConnectionsResponse)" />
<MemberSignature Language="F#" Value="static member ListConnectionsAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayListConnectionsResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ListConnectionsAsync (operations, networkName)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</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="ListGatewayConnections">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayListGatewayConnectionsResponse ListGatewayConnections (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayListGatewayConnectionsResponse ListGatewayConnections(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ListGatewayConnections(Microsoft.WindowsAzure.Management.Network.IGatewayOperations)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListGatewayConnections (operations As IGatewayOperations) As GatewayListGatewayConnectionsResponse" />
<MemberSignature Language="F#" Value="static member ListGatewayConnections : Microsoft.WindowsAzure.Management.Network.IGatewayOperations -> Microsoft.WindowsAzure.Management.Network.Models.GatewayListGatewayConnectionsResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ListGatewayConnections operations" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayListGatewayConnectionsResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</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="ListGatewayConnectionsAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayListGatewayConnectionsResponse> ListGatewayConnectionsAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayListGatewayConnectionsResponse> ListGatewayConnectionsAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ListGatewayConnectionsAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListGatewayConnectionsAsync (operations As IGatewayOperations) As Task(Of GatewayListGatewayConnectionsResponse)" />
<MemberSignature Language="F#" Value="static member ListGatewayConnectionsAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayListGatewayConnectionsResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ListGatewayConnectionsAsync operations" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</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="ListLocalNetworkGateways">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.ListLocalNetworkGatewaysResponse ListLocalNetworkGateways (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.ListLocalNetworkGatewaysResponse ListLocalNetworkGateways(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ListLocalNetworkGateways(Microsoft.WindowsAzure.Management.Network.IGatewayOperations)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListLocalNetworkGateways (operations As IGatewayOperations) As ListLocalNetworkGatewaysResponse" />
<MemberSignature Language="F#" Value="static member ListLocalNetworkGateways : Microsoft.WindowsAzure.Management.Network.IGatewayOperations -> Microsoft.WindowsAzure.Management.Network.Models.ListLocalNetworkGatewaysResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ListLocalNetworkGateways operations" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.ListLocalNetworkGatewaysResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</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="ListLocalNetworkGatewaysAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ListLocalNetworkGatewaysResponse> ListLocalNetworkGatewaysAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.ListLocalNetworkGatewaysResponse> ListLocalNetworkGatewaysAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ListLocalNetworkGatewaysAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListLocalNetworkGatewaysAsync (operations As IGatewayOperations) As Task(Of ListLocalNetworkGatewaysResponse)" />
<MemberSignature Language="F#" Value="static member ListLocalNetworkGatewaysAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ListLocalNetworkGatewaysResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ListLocalNetworkGatewaysAsync operations" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</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="ListSupportedDevices">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayListSupportedDevicesResponse ListSupportedDevices (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayListSupportedDevicesResponse ListSupportedDevices(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ListSupportedDevices(Microsoft.WindowsAzure.Management.Network.IGatewayOperations)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListSupportedDevices (operations As IGatewayOperations) As GatewayListSupportedDevicesResponse" />
<MemberSignature Language="F#" Value="static member ListSupportedDevices : Microsoft.WindowsAzure.Management.Network.IGatewayOperations -> Microsoft.WindowsAzure.Management.Network.Models.GatewayListSupportedDevicesResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ListSupportedDevices operations" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayListSupportedDevicesResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</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="ListSupportedDevicesAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayListSupportedDevicesResponse> ListSupportedDevicesAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayListSupportedDevicesResponse> ListSupportedDevicesAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ListSupportedDevicesAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListSupportedDevicesAsync (operations As IGatewayOperations) As Task(Of GatewayListSupportedDevicesResponse)" />
<MemberSignature Language="F#" Value="static member ListSupportedDevicesAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayListSupportedDevicesResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ListSupportedDevicesAsync operations" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</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="ListVirtualNetworkGateways">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.ListVirtualNetworkGatewaysResponse ListVirtualNetworkGateways (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.ListVirtualNetworkGatewaysResponse ListVirtualNetworkGateways(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ListVirtualNetworkGateways(Microsoft.WindowsAzure.Management.Network.IGatewayOperations)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListVirtualNetworkGateways (operations As IGatewayOperations) As ListVirtualNetworkGatewaysResponse" />
<MemberSignature Language="F#" Value="static member ListVirtualNetworkGateways : Microsoft.WindowsAzure.Management.Network.IGatewayOperations -> Microsoft.WindowsAzure.Management.Network.Models.ListVirtualNetworkGatewaysResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ListVirtualNetworkGateways operations" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.ListVirtualNetworkGatewaysResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</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="ListVirtualNetworkGatewaysAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ListVirtualNetworkGatewaysResponse> ListVirtualNetworkGatewaysAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.ListVirtualNetworkGatewaysResponse> ListVirtualNetworkGatewaysAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ListVirtualNetworkGatewaysAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListVirtualNetworkGatewaysAsync (operations As IGatewayOperations) As Task(Of ListVirtualNetworkGatewaysResponse)" />
<MemberSignature Language="F#" Value="static member ListVirtualNetworkGatewaysAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ListVirtualNetworkGatewaysResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ListVirtualNetworkGatewaysAsync operations" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</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="RemoveDefaultSites">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse RemoveDefaultSites (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse RemoveDefaultSites(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.RemoveDefaultSites(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function RemoveDefaultSites (operations As IGatewayOperations, networkName As String) As GatewayGetOperationStatusResponse" />
<MemberSignature Language="F#" Value="static member RemoveDefaultSites : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string -> Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.RemoveDefaultSites (operations, networkName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</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="RemoveDefaultSitesAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> RemoveDefaultSitesAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> RemoveDefaultSitesAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.RemoveDefaultSitesAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function RemoveDefaultSitesAsync (operations As IGatewayOperations, networkName As String) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member RemoveDefaultSitesAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.RemoveDefaultSitesAsync (operations, networkName)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</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="Reset">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse Reset (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse Reset(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, class Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.Reset(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function Reset (operations As IGatewayOperations, networkName As String, parameters As ResetGatewayParameters) As GatewayGetOperationStatusResponse" />
<MemberSignature Language="F#" Value="static member Reset : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.Reset (operations, networkName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="parameters">
Required. Parameters supplied to the Reset Virtual Network Gateway
operation.
</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="ResetAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> ResetAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> ResetAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, class Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ResetAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ResetAsync (operations As IGatewayOperations, networkName As String, parameters As ResetGatewayParameters) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member ResetAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ResetAsync (operations, networkName, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="parameters">
Required. Parameters supplied to the Reset Virtual Network Gateway
operation.
</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="ResetSharedKey">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse ResetSharedKey (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, string localNetworkName, Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse ResetSharedKey(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, string localNetworkName, class Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ResetSharedKey(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ResetSharedKey (operations As IGatewayOperations, networkName As String, localNetworkName As String, parameters As GatewayResetSharedKeyParameters) As GatewayGetOperationStatusResponse" />
<MemberSignature Language="F#" Value="static member ResetSharedKey : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ResetSharedKey (operations, networkName, localNetworkName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="localNetworkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="localNetworkName">
Required. The name of the local network.
</param>
<param name="parameters">
Required. The parameters to the Virtual Network Gateway Reset
Shared Key request.
</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="ResetSharedKeyAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> ResetSharedKeyAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, string localNetworkName, Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> ResetSharedKeyAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, string localNetworkName, class Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ResetSharedKeyAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ResetSharedKeyAsync (operations As IGatewayOperations, networkName As String, localNetworkName As String, parameters As GatewayResetSharedKeyParameters) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member ResetSharedKeyAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ResetSharedKeyAsync (operations, networkName, localNetworkName, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="localNetworkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="localNetworkName">
Required. The name of the local network.
</param>
<param name="parameters">
Required. The parameters to the Virtual Network Gateway Reset
Shared Key request.
</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="ResetSharedKeyV2">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse ResetSharedKeyV2 (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId, Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse ResetSharedKeyV2(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId, class Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ResetSharedKeyV2(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ResetSharedKeyV2 (operations As IGatewayOperations, gatewayId As String, connectedentityId As String, parameters As GatewayResetSharedKeyParameters) As GatewayGetOperationStatusResponse" />
<MemberSignature Language="F#" Value="static member ResetSharedKeyV2 : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ResetSharedKeyV2 (operations, gatewayId, connectedentityId, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="connectedentityId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network for this gateway Id.
</param>
<param name="connectedentityId">
Required. The connected entity Id.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Virtual Network Gateway
Reset Shared Key request.
</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="ResetSharedKeyV2Async">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> ResetSharedKeyV2Async (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId, Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> ResetSharedKeyV2Async(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId, class Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ResetSharedKeyV2Async(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ResetSharedKeyV2Async (operations As IGatewayOperations, gatewayId As String, connectedentityId As String, parameters As GatewayResetSharedKeyParameters) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member ResetSharedKeyV2Async : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ResetSharedKeyV2Async (operations, gatewayId, connectedentityId, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="connectedentityId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network for this gateway Id.
</param>
<param name="connectedentityId">
Required. The connected entity Id.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Virtual Network Gateway
Reset Shared Key request.
</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="ResetVirtualNetworkGateway">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse ResetVirtualNetworkGateway (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse ResetVirtualNetworkGateway(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, class Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ResetVirtualNetworkGateway(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ResetVirtualNetworkGateway (operations As IGatewayOperations, gatewayId As String, parameters As ResetGatewayParameters) As GatewayGetOperationStatusResponse" />
<MemberSignature Language="F#" Value="static member ResetVirtualNetworkGateway : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ResetVirtualNetworkGateway (operations, gatewayId, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network for this gateway.
</param>
<param name="parameters">
Required. Parameters supplied to the Reset Virtual Network Gateway
operation.
</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="ResetVirtualNetworkGatewayAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> ResetVirtualNetworkGatewayAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> ResetVirtualNetworkGatewayAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, class Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ResetVirtualNetworkGatewayAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ResetVirtualNetworkGatewayAsync (operations As IGatewayOperations, gatewayId As String, parameters As ResetGatewayParameters) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member ResetVirtualNetworkGatewayAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ResetVirtualNetworkGatewayAsync (operations, gatewayId, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.ResetGatewayParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network for this gateway.
</param>
<param name="parameters">
Required. Parameters supplied to the Reset Virtual Network Gateway
operation.
</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="Resize">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse Resize (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse Resize(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, class Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.Resize(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function Resize (operations As IGatewayOperations, networkName As String, parameters As ResizeGatewayParameters) As GatewayGetOperationStatusResponse" />
<MemberSignature Language="F#" Value="static member Resize : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.Resize (operations, networkName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="parameters">
Required. Parameters supplied to the Resize Virtual Network Gateway
operation.
</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="ResizeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> ResizeAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> ResizeAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, class Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ResizeAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ResizeAsync (operations As IGatewayOperations, networkName As String, parameters As ResizeGatewayParameters) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member ResizeAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ResizeAsync (operations, networkName, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="parameters">
Required. Parameters supplied to the Resize Virtual Network Gateway
operation.
</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="ResizeVirtualNetworkGateway">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse ResizeVirtualNetworkGateway (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse ResizeVirtualNetworkGateway(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, class Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ResizeVirtualNetworkGateway(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ResizeVirtualNetworkGateway (operations As IGatewayOperations, gatewayId As String, parameters As ResizeGatewayParameters) As GatewayGetOperationStatusResponse" />
<MemberSignature Language="F#" Value="static member ResizeVirtualNetworkGateway : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ResizeVirtualNetworkGateway (operations, gatewayId, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network for this gateway id.
</param>
<param name="parameters">
Required. Parameters supplied to the Resize Virtual Network Gateway
operation.
</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 static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> ResizeVirtualNetworkGatewayAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> ResizeVirtualNetworkGatewayAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, class Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ResizeVirtualNetworkGatewayAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ResizeVirtualNetworkGatewayAsync (operations As IGatewayOperations, gatewayId As String, parameters As ResizeGatewayParameters) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member ResizeVirtualNetworkGatewayAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.ResizeVirtualNetworkGatewayAsync (operations, gatewayId, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network for this gateway id.
</param>
<param name="parameters">
Required. Parameters supplied to the Resize Virtual Network Gateway
operation.
</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="SetDefaultSites">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse SetDefaultSites (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, Microsoft.WindowsAzure.Management.Network.Models.GatewaySetDefaultSiteListParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse SetDefaultSites(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, class Microsoft.WindowsAzure.Management.Network.Models.GatewaySetDefaultSiteListParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.SetDefaultSites(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetDefaultSiteListParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function SetDefaultSites (operations As IGatewayOperations, networkName As String, parameters As GatewaySetDefaultSiteListParameters) As GatewayGetOperationStatusResponse" />
<MemberSignature Language="F#" Value="static member SetDefaultSites : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.GatewaySetDefaultSiteListParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.SetDefaultSites (operations, networkName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewaySetDefaultSiteListParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Virtual Network Gateway
Set Default Sites request.
</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="SetDefaultSitesAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> SetDefaultSitesAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, Microsoft.WindowsAzure.Management.Network.Models.GatewaySetDefaultSiteListParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> SetDefaultSitesAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, class Microsoft.WindowsAzure.Management.Network.Models.GatewaySetDefaultSiteListParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.SetDefaultSitesAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetDefaultSiteListParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function SetDefaultSitesAsync (operations As IGatewayOperations, networkName As String, parameters As GatewaySetDefaultSiteListParameters) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member SetDefaultSitesAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.GatewaySetDefaultSiteListParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.SetDefaultSitesAsync (operations, networkName, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewaySetDefaultSiteListParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Virtual Network Gateway
Set Default Sites request.
</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="SetIPsecParameters">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse SetIPsecParameters (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, string localNetworkName, Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse SetIPsecParameters(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, string localNetworkName, class Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.SetIPsecParameters(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function SetIPsecParameters (operations As IGatewayOperations, networkName As String, localNetworkName As String, parameters As GatewaySetIPsecParametersParameters) As GatewayGetOperationStatusResponse" />
<MemberSignature Language="F#" Value="static member SetIPsecParameters : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.SetIPsecParameters (operations, networkName, localNetworkName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="localNetworkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="localNetworkName">
Required. The name of the local network.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Virtual Network Gateway
Set IPsec Parameters request.
</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="SetIPsecParametersAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> SetIPsecParametersAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, string localNetworkName, Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> SetIPsecParametersAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, string localNetworkName, class Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.SetIPsecParametersAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function SetIPsecParametersAsync (operations As IGatewayOperations, networkName As String, localNetworkName As String, parameters As GatewaySetIPsecParametersParameters) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member SetIPsecParametersAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.SetIPsecParametersAsync (operations, networkName, localNetworkName, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="localNetworkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="localNetworkName">
Required. The name of the local network.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Virtual Network Gateway
Set IPsec Parameters request.
</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="SetIPsecParametersV2">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse SetIPsecParametersV2 (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId, Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse SetIPsecParametersV2(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId, class Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.SetIPsecParametersV2(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function SetIPsecParametersV2 (operations As IGatewayOperations, gatewayId As String, connectedentityId As String, parameters As GatewaySetIPsecParametersParameters) As GatewayGetOperationStatusResponse" />
<MemberSignature Language="F#" Value="static member SetIPsecParametersV2 : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.SetIPsecParametersV2 (operations, gatewayId, connectedentityId, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="connectedentityId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network for this gateway Id.
</param>
<param name="connectedentityId">
Required. The connected entity Id.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Virtual Network Gateway
Set IPsec Parameters V2 request.
</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="SetIPsecParametersV2Async">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> SetIPsecParametersV2Async (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId, Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> SetIPsecParametersV2Async(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId, class Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.SetIPsecParametersV2Async(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function SetIPsecParametersV2Async (operations As IGatewayOperations, gatewayId As String, connectedentityId As String, parameters As GatewaySetIPsecParametersParameters) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member SetIPsecParametersV2Async : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.SetIPsecParametersV2Async (operations, gatewayId, connectedentityId, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="connectedentityId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewaySetIPsecParametersParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network for this gateway Id.
</param>
<param name="connectedentityId">
Required. The connected entity Id.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Virtual Network Gateway
Set IPsec Parameters V2 request.
</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="SetSharedKey">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse SetSharedKey (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, string localNetworkName, Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse SetSharedKey(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, string localNetworkName, class Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.SetSharedKey(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function SetSharedKey (operations As IGatewayOperations, networkName As String, localNetworkName As String, parameters As GatewaySetSharedKeyParameters) As GatewayGetOperationStatusResponse" />
<MemberSignature Language="F#" Value="static member SetSharedKey : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.SetSharedKey (operations, networkName, localNetworkName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="localNetworkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="localNetworkName">
Required. The name of the local network.
</param>
<param name="parameters">
Required. The parameters to the Virtual Network Gateway Set Shared
Key request.
</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="SetSharedKeyAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> SetSharedKeyAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, string localNetworkName, Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> SetSharedKeyAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, string localNetworkName, class Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.SetSharedKeyAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function SetSharedKeyAsync (operations As IGatewayOperations, networkName As String, localNetworkName As String, parameters As GatewaySetSharedKeyParameters) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member SetSharedKeyAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.SetSharedKeyAsync (operations, networkName, localNetworkName, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="localNetworkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="localNetworkName">
Required. The name of the local network.
</param>
<param name="parameters">
Required. The parameters to the Virtual Network Gateway Set Shared
Key request.
</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="SetSharedKeyV2">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse SetSharedKeyV2 (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId, Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse SetSharedKeyV2(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId, class Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.SetSharedKeyV2(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function SetSharedKeyV2 (operations As IGatewayOperations, gatewayId As String, connectedentityId As String, parameters As GatewaySetSharedKeyParameters) As GatewayGetOperationStatusResponse" />
<MemberSignature Language="F#" Value="static member SetSharedKeyV2 : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.SetSharedKeyV2 (operations, gatewayId, connectedentityId, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="connectedentityId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network for this gateway Id.
</param>
<param name="connectedentityId">
Required. The connected entity Id.
</param>
<param name="parameters">
Required. Parameters supplied to Virtual Network Gateway Set Shared
Key V2 request.
</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="SetSharedKeyV2Async">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> SetSharedKeyV2Async (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId, Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> SetSharedKeyV2Async(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId, class Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.SetSharedKeyV2Async(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function SetSharedKeyV2Async (operations As IGatewayOperations, gatewayId As String, connectedentityId As String, parameters As GatewaySetSharedKeyParameters) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member SetSharedKeyV2Async : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.SetSharedKeyV2Async (operations, gatewayId, connectedentityId, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="connectedentityId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.GatewaySetSharedKeyParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network for this gateway Id.
</param>
<param name="connectedentityId">
Required. The connected entity Id.
</param>
<param name="parameters">
Required. Parameters supplied to Virtual Network Gateway Set Shared
Key V2 request.
</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="StartDiagnostics">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse StartDiagnostics (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse StartDiagnostics(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, class Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.StartDiagnostics(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function StartDiagnostics (operations As IGatewayOperations, networkName As String, parameters As StartGatewayPublicDiagnosticsParameters) As GatewayGetOperationStatusResponse" />
<MemberSignature Language="F#" Value="static member StartDiagnostics : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.StartDiagnostics (operations, networkName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="parameters">
Required. Parameters supplied to the Start Diagnostics operation.
</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="StartDiagnosticsAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> StartDiagnosticsAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> StartDiagnosticsAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, class Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.StartDiagnosticsAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function StartDiagnosticsAsync (operations As IGatewayOperations, networkName As String, parameters As StartGatewayPublicDiagnosticsParameters) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member StartDiagnosticsAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.StartDiagnosticsAsync (operations, networkName, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="parameters">
Required. Parameters supplied to the Start Diagnostics operation.
</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="StartDiagnosticsV2">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse StartDiagnosticsV2 (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse StartDiagnosticsV2(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, class Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.StartDiagnosticsV2(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function StartDiagnosticsV2 (operations As IGatewayOperations, gatewayId As String, parameters As StartGatewayPublicDiagnosticsParameters) As GatewayGetOperationStatusResponse" />
<MemberSignature Language="F#" Value="static member StartDiagnosticsV2 : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.StartDiagnosticsV2 (operations, gatewayId, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network for this gateway Id.
</param>
<param name="parameters">
Required. Parameters supplied to the Start Diagnostics V2 operation.
</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="StartDiagnosticsV2Async">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> StartDiagnosticsV2Async (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> StartDiagnosticsV2Async(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, class Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.StartDiagnosticsV2Async(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function StartDiagnosticsV2Async (operations As IGatewayOperations, gatewayId As String, parameters As StartGatewayPublicDiagnosticsParameters) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member StartDiagnosticsV2Async : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.StartDiagnosticsV2Async (operations, gatewayId, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.StartGatewayPublicDiagnosticsParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network for this gateway Id.
</param>
<param name="parameters">
Required. Parameters supplied to the Start Diagnostics V2 operation.
</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="StopDiagnostics">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse StopDiagnostics (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, Microsoft.WindowsAzure.Management.Network.Models.StopGatewayPublicDiagnosticsParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse StopDiagnostics(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, class Microsoft.WindowsAzure.Management.Network.Models.StopGatewayPublicDiagnosticsParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.StopDiagnostics(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.StopGatewayPublicDiagnosticsParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function StopDiagnostics (operations As IGatewayOperations, networkName As String, parameters As StopGatewayPublicDiagnosticsParameters) As GatewayOperationResponse" />
<MemberSignature Language="F#" Value="static member StopDiagnostics : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.StopGatewayPublicDiagnosticsParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.StopDiagnostics (operations, networkName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.StopGatewayPublicDiagnosticsParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="parameters">
Required. Parameters supplied to Stop Diagnostics operation.
</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="StopDiagnosticsAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> StopDiagnosticsAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, Microsoft.WindowsAzure.Management.Network.Models.StopGatewayPublicDiagnosticsParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> StopDiagnosticsAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, class Microsoft.WindowsAzure.Management.Network.Models.StopGatewayPublicDiagnosticsParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.StopDiagnosticsAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.StopGatewayPublicDiagnosticsParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function StopDiagnosticsAsync (operations As IGatewayOperations, networkName As String, parameters As StopGatewayPublicDiagnosticsParameters) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="static member StopDiagnosticsAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.StopGatewayPublicDiagnosticsParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.StopDiagnosticsAsync (operations, networkName, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="networkName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.StopGatewayPublicDiagnosticsParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="networkName">
Required. The name of the virtual network for this gateway.
</param>
<param name="parameters">
Required. Parameters supplied to Stop Diagnostics operation.
</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="StopDiagnosticsV2">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse StopDiagnosticsV2 (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, Microsoft.WindowsAzure.Management.Network.Models.StopGatewayPublicDiagnosticsParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse StopDiagnosticsV2(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, class Microsoft.WindowsAzure.Management.Network.Models.StopGatewayPublicDiagnosticsParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.StopDiagnosticsV2(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.StopGatewayPublicDiagnosticsParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function StopDiagnosticsV2 (operations As IGatewayOperations, gatewayId As String, parameters As StopGatewayPublicDiagnosticsParameters) As GatewayOperationResponse" />
<MemberSignature Language="F#" Value="static member StopDiagnosticsV2 : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.StopGatewayPublicDiagnosticsParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.StopDiagnosticsV2 (operations, gatewayId, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.StopGatewayPublicDiagnosticsParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network for this gateway Id.
</param>
<param name="parameters">
Required. Parameters supplied to Stop Diagnostics V2 operation.
</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="StopDiagnosticsV2Async">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> StopDiagnosticsV2Async (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, Microsoft.WindowsAzure.Management.Network.Models.StopGatewayPublicDiagnosticsParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> StopDiagnosticsV2Async(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, class Microsoft.WindowsAzure.Management.Network.Models.StopGatewayPublicDiagnosticsParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.StopDiagnosticsV2Async(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.StopGatewayPublicDiagnosticsParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function StopDiagnosticsV2Async (operations As IGatewayOperations, gatewayId As String, parameters As StopGatewayPublicDiagnosticsParameters) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="static member StopDiagnosticsV2Async : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.StopGatewayPublicDiagnosticsParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.StopDiagnosticsV2Async (operations, gatewayId, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.StopGatewayPublicDiagnosticsParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network for this gateway Id.
</param>
<param name="parameters">
Required. Parameters supplied to Stop Diagnostics V2 operation.
</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="UpdateGatewayConnection">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse UpdateGatewayConnection (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId, Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse UpdateGatewayConnection(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId, class Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.UpdateGatewayConnection(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function UpdateGatewayConnection (operations As IGatewayOperations, gatewayId As String, connectedentityId As String, parameters As UpdateGatewayConnectionParameters) As GatewayGetOperationStatusResponse" />
<MemberSignature Language="F#" Value="static member UpdateGatewayConnection : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.UpdateGatewayConnection (operations, gatewayId, connectedentityId, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="connectedentityId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network gateway Id.
</param>
<param name="connectedentityId">
Required. The connected entity Id.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Update gateway
conneciton operation.
</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="UpdateGatewayConnectionAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> UpdateGatewayConnectionAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId, Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse> UpdateGatewayConnectionAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId, class Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.UpdateGatewayConnectionAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function UpdateGatewayConnectionAsync (operations As IGatewayOperations, gatewayId As String, connectedentityId As String, parameters As UpdateGatewayConnectionParameters) As Task(Of GatewayGetOperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member UpdateGatewayConnectionAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.UpdateGatewayConnectionAsync (operations, gatewayId, connectedentityId, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="connectedentityId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network gateway Id.
</param>
<param name="connectedentityId">
Required. The connected entity Id.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Update gateway
conneciton operation.
</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="UpdateLocalNetworkGateway">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.AzureOperationResponse UpdateLocalNetworkGateway (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, Microsoft.WindowsAzure.Management.Network.Models.UpdateLocalNetworkGatewayParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.AzureOperationResponse UpdateLocalNetworkGateway(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, class Microsoft.WindowsAzure.Management.Network.Models.UpdateLocalNetworkGatewayParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.UpdateLocalNetworkGateway(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.UpdateLocalNetworkGatewayParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function UpdateLocalNetworkGateway (operations As IGatewayOperations, gatewayId As String, parameters As UpdateLocalNetworkGatewayParameters) As AzureOperationResponse" />
<MemberSignature Language="F#" Value="static member UpdateLocalNetworkGateway : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.UpdateLocalNetworkGatewayParameters -> Microsoft.Azure.AzureOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.UpdateLocalNetworkGateway (operations, gatewayId, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.AzureOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.UpdateLocalNetworkGatewayParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network for this gateway.
</param>
<param name="parameters">
Required. Parameters supplied to update the Local Network Gateway
operation.
</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>
<Member MemberName="UpdateLocalNetworkGatewayAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> UpdateLocalNetworkGatewayAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, Microsoft.WindowsAzure.Management.Network.Models.UpdateLocalNetworkGatewayParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> UpdateLocalNetworkGatewayAsync(class Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, class Microsoft.WindowsAzure.Management.Network.Models.UpdateLocalNetworkGatewayParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.UpdateLocalNetworkGatewayAsync(Microsoft.WindowsAzure.Management.Network.IGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.UpdateLocalNetworkGatewayParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function UpdateLocalNetworkGatewayAsync (operations As IGatewayOperations, gatewayId As String, parameters As UpdateLocalNetworkGatewayParameters) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="static member UpdateLocalNetworkGatewayAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.UpdateLocalNetworkGatewayParameters -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.GatewayOperationsExtensions.UpdateLocalNetworkGatewayAsync (operations, gatewayId, parameters)" />
<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="operations" Type="Microsoft.WindowsAzure.Management.Network.IGatewayOperations" RefType="this" />
<Parameter Name="gatewayId" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.UpdateLocalNetworkGatewayParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
</param>
<param name="gatewayId">
Required. The virtual network for this gateway.
</param>
<param name="parameters">
Required. Parameters supplied to update the Local Network Gateway
operation.
</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>