xml/Microsoft.WindowsAzure.Management.Network/ApplicationGatewayOperationsExtensions.xml (1,796 lines of code) (raw):
<Type Name="ApplicationGatewayOperationsExtensions" FullName="Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions">
<TypeSignature Language="C#" Value="public static class ApplicationGatewayOperationsExtensions" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit ApplicationGatewayOperationsExtensions extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions" />
<TypeSignature Language="VB.NET" Value="Public Module ApplicationGatewayOperationsExtensions" />
<TypeSignature Language="F#" Value="type ApplicationGatewayOperationsExtensions = 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="AddCertificate">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse AddCertificate (this Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName, string certificateName, Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayCertificate certificate);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse AddCertificate(class Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName, string certificateName, class Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayCertificate certificate) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.AddCertificate(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayCertificate)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function AddCertificate (operations As IApplicationGatewayOperations, gatewayName As String, certificateName As String, certificate As ApplicationGatewayCertificate) As ApplicationGatewayOperationResponse" />
<MemberSignature Language="F#" Value="static member AddCertificate : Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayCertificate -> Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.AddCertificate (operations, gatewayName, certificateName, certificate)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations" RefType="this" />
<Parameter Name="gatewayName" Type="System.String" />
<Parameter Name="certificateName" Type="System.String" />
<Parameter Name="certificate" Type="Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayCertificate" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
</param>
<param name="gatewayName">
Required. Gateway name
</param>
<param name="certificateName">
Required. Certificate name
</param>
<param name="certificate">
Required. The application gateway ssl certificate
</param>
<summary>
The Add certificate operation adds the ssl certificate to the
application gateway (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 inprogress, 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="AddCertificateAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse> AddCertificateAsync (this Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName, string certificateName, Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayCertificate certificate);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse> AddCertificateAsync(class Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName, string certificateName, class Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayCertificate certificate) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.AddCertificateAsync(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayCertificate)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function AddCertificateAsync (operations As IApplicationGatewayOperations, gatewayName As String, certificateName As String, certificate As ApplicationGatewayCertificate) As Task(Of ApplicationGatewayOperationResponse)" />
<MemberSignature Language="F#" Value="static member AddCertificateAsync : Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayCertificate -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.AddCertificateAsync (operations, gatewayName, certificateName, certificate)" />
<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.ApplicationGatewayOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations" RefType="this" />
<Parameter Name="gatewayName" Type="System.String" />
<Parameter Name="certificateName" Type="System.String" />
<Parameter Name="certificate" Type="Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayCertificate" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
</param>
<param name="gatewayName">
Required. Gateway name
</param>
<param name="certificateName">
Required. Certificate name
</param>
<param name="certificate">
Required. The application gateway ssl certificate
</param>
<summary>
The Add certificate operation adds the ssl certificate to the
application gateway (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 inprogress, 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="BeginAddCertificate">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginAddCertificate (this Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName, string certificateName, Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayCertificate certificate);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginAddCertificate(class Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName, string certificateName, class Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayCertificate certificate) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.BeginAddCertificate(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayCertificate)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginAddCertificate (operations As IApplicationGatewayOperations, gatewayName As String, certificateName As String, certificate As ApplicationGatewayCertificate) As GatewayOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginAddCertificate : Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayCertificate -> Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.BeginAddCertificate (operations, gatewayName, certificateName, certificate)" />
<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.IApplicationGatewayOperations" RefType="this" />
<Parameter Name="gatewayName" Type="System.String" />
<Parameter Name="certificateName" Type="System.String" />
<Parameter Name="certificate" Type="Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayCertificate" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
</param>
<param name="gatewayName">
Required. Gateway name
</param>
<param name="certificateName">
Required. Certificate name
</param>
<param name="certificate">
Required. The application gateway ssl certificate
</param>
<summary>
The Begin Add certificate operation adds the ssl certificate to the
application gateway (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="BeginAddCertificateAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginAddCertificateAsync (this Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName, string certificateName, Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayCertificate certificate);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginAddCertificateAsync(class Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName, string certificateName, class Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayCertificate certificate) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.BeginAddCertificateAsync(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayCertificate)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginAddCertificateAsync (operations As IApplicationGatewayOperations, gatewayName As String, certificateName As String, certificate As ApplicationGatewayCertificate) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginAddCertificateAsync : Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayCertificate -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.BeginAddCertificateAsync (operations, gatewayName, certificateName, certificate)" />
<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.IApplicationGatewayOperations" RefType="this" />
<Parameter Name="gatewayName" Type="System.String" />
<Parameter Name="certificateName" Type="System.String" />
<Parameter Name="certificate" Type="Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayCertificate" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
</param>
<param name="gatewayName">
Required. Gateway name
</param>
<param name="certificateName">
Required. Certificate name
</param>
<param name="certificate">
Required. The application gateway ssl certificate
</param>
<summary>
The Begin Add certificate operation adds the ssl certificate to the
application gateway (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="BeginCreateApplicationGateway">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginCreateApplicationGateway (this Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, Microsoft.WindowsAzure.Management.Network.Models.CreateApplicationGatewayParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginCreateApplicationGateway(class Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, class Microsoft.WindowsAzure.Management.Network.Models.CreateApplicationGatewayParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.BeginCreateApplicationGateway(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,Microsoft.WindowsAzure.Management.Network.Models.CreateApplicationGatewayParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginCreateApplicationGateway (operations As IApplicationGatewayOperations, parameters As CreateApplicationGatewayParameters) As GatewayOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginCreateApplicationGateway : Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations * Microsoft.WindowsAzure.Management.Network.Models.CreateApplicationGatewayParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.BeginCreateApplicationGateway (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.IApplicationGatewayOperations" RefType="this" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.CreateApplicationGatewayParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin CreateApplication
Gateway request.
</param>
<summary>
The Begin Create Application Gateway operation creates Application
Gateway with the specified parameters. (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="BeginCreateApplicationGatewayAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginCreateApplicationGatewayAsync (this Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, Microsoft.WindowsAzure.Management.Network.Models.CreateApplicationGatewayParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginCreateApplicationGatewayAsync(class Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, class Microsoft.WindowsAzure.Management.Network.Models.CreateApplicationGatewayParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.BeginCreateApplicationGatewayAsync(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,Microsoft.WindowsAzure.Management.Network.Models.CreateApplicationGatewayParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginCreateApplicationGatewayAsync (operations As IApplicationGatewayOperations, parameters As CreateApplicationGatewayParameters) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginCreateApplicationGatewayAsync : Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations * Microsoft.WindowsAzure.Management.Network.Models.CreateApplicationGatewayParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.BeginCreateApplicationGatewayAsync (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.IApplicationGatewayOperations" RefType="this" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.CreateApplicationGatewayParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
</param>
<param name="parameters">
Required. Parameters supplied to the Begin CreateApplication
Gateway request.
</param>
<summary>
The Begin Create Application Gateway operation creates Application
Gateway with the specified parameters. (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="BeginDeleteApplicationGateway">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginDeleteApplicationGateway (this Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginDeleteApplicationGateway(class Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.BeginDeleteApplicationGateway(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginDeleteApplicationGateway (operations As IApplicationGatewayOperations, gatewayName As String) As GatewayOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginDeleteApplicationGateway : Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations * string -> Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.BeginDeleteApplicationGateway (operations, gatewayName)" />
<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.IApplicationGatewayOperations" RefType="this" />
<Parameter Name="gatewayName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
</param>
<param name="gatewayName">
Required. The name of the gateway.
</param>
<summary>
The Begin Delete Application Gateway operation deletes Application
Gateway with the specified parameters. (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="BeginDeleteApplicationGatewayAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginDeleteApplicationGatewayAsync (this Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginDeleteApplicationGatewayAsync(class Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.BeginDeleteApplicationGatewayAsync(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginDeleteApplicationGatewayAsync (operations As IApplicationGatewayOperations, gatewayName As String) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginDeleteApplicationGatewayAsync : Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.BeginDeleteApplicationGatewayAsync (operations, gatewayName)" />
<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.IApplicationGatewayOperations" RefType="this" />
<Parameter Name="gatewayName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
</param>
<param name="gatewayName">
Required. The name of the gateway.
</param>
<summary>
The Begin Delete Application Gateway operation deletes Application
Gateway with the specified parameters. (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="BeginDeleteApplicationGatewayCertificate">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginDeleteApplicationGatewayCertificate (this Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName, string certificateName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginDeleteApplicationGatewayCertificate(class Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName, string certificateName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.BeginDeleteApplicationGatewayCertificate(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginDeleteApplicationGatewayCertificate (operations As IApplicationGatewayOperations, gatewayName As String, certificateName As String) As GatewayOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginDeleteApplicationGatewayCertificate : Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations * string * string -> Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.BeginDeleteApplicationGatewayCertificate (operations, gatewayName, certificateName)" />
<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.IApplicationGatewayOperations" RefType="this" />
<Parameter Name="gatewayName" Type="System.String" />
<Parameter Name="certificateName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
</param>
<param name="gatewayName">
Required. The name of the gateway.
</param>
<param name="certificateName">
Required. The name of the certificate.
</param>
<summary>
The Begin Delete Application Gateway certificate. (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="BeginDeleteApplicationGatewayCertificateAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginDeleteApplicationGatewayCertificateAsync (this Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName, string certificateName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginDeleteApplicationGatewayCertificateAsync(class Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName, string certificateName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.BeginDeleteApplicationGatewayCertificateAsync(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginDeleteApplicationGatewayCertificateAsync (operations As IApplicationGatewayOperations, gatewayName As String, certificateName As String) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginDeleteApplicationGatewayCertificateAsync : Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.BeginDeleteApplicationGatewayCertificateAsync (operations, gatewayName, certificateName)" />
<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.IApplicationGatewayOperations" RefType="this" />
<Parameter Name="gatewayName" Type="System.String" />
<Parameter Name="certificateName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
</param>
<param name="gatewayName">
Required. The name of the gateway.
</param>
<param name="certificateName">
Required. The name of the certificate.
</param>
<summary>
The Begin Delete Application Gateway certificate. (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="BeginExecuteOperation">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginExecuteOperation (this Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName, Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperation parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginExecuteOperation(class Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName, class Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperation parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.BeginExecuteOperation(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperation)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginExecuteOperation (operations As IApplicationGatewayOperations, gatewayName As String, parameters As ApplicationGatewayOperation) As GatewayOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginExecuteOperation : Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperation -> Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.BeginExecuteOperation (operations, gatewayName, 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.IApplicationGatewayOperations" RefType="this" />
<Parameter Name="gatewayName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperation" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
</param>
<param name="gatewayName">
Required. Name of the gateway
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Execute Operation
request.
</param>
<summary>
The Execute Application Gateway Operation executes specified
operation on Application Gateway . (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="BeginExecuteOperationAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginExecuteOperationAsync (this Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName, Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperation parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginExecuteOperationAsync(class Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName, class Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperation parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.BeginExecuteOperationAsync(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperation)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginExecuteOperationAsync (operations As IApplicationGatewayOperations, gatewayName As String, parameters As ApplicationGatewayOperation) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginExecuteOperationAsync : Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperation -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.BeginExecuteOperationAsync (operations, gatewayName, 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.IApplicationGatewayOperations" RefType="this" />
<Parameter Name="gatewayName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperation" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
</param>
<param name="gatewayName">
Required. Name of the gateway
</param>
<param name="parameters">
Required. Parameters supplied to the Begin Execute Operation
request.
</param>
<summary>
The Execute Application Gateway Operation executes specified
operation on Application Gateway . (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="BeginSetConfig">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginSetConfig (this Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName, Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewaySetConfiguration config);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginSetConfig(class Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName, class Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewaySetConfiguration config) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.BeginSetConfig(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewaySetConfiguration)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginSetConfig (operations As IApplicationGatewayOperations, gatewayName As String, config As ApplicationGatewaySetConfiguration) As GatewayOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginSetConfig : Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewaySetConfiguration -> Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.BeginSetConfig (operations, gatewayName, config)" />
<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.IApplicationGatewayOperations" RefType="this" />
<Parameter Name="gatewayName" Type="System.String" />
<Parameter Name="config" Type="Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewaySetConfiguration" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
</param>
<param name="gatewayName">
Required. Gateway name
</param>
<param name="config">
Required. The Begin Set Application Gateway Config operation sets
the specified config on the application gateway
</param>
<summary>
The Begin Set Application Gateway config operation sets the
specified config on the application gateway (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="BeginSetConfigAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginSetConfigAsync (this Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName, Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewaySetConfiguration config);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginSetConfigAsync(class Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName, class Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewaySetConfiguration config) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.BeginSetConfigAsync(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewaySetConfiguration)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginSetConfigAsync (operations As IApplicationGatewayOperations, gatewayName As String, config As ApplicationGatewaySetConfiguration) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginSetConfigAsync : Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewaySetConfiguration -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.BeginSetConfigAsync (operations, gatewayName, config)" />
<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.IApplicationGatewayOperations" RefType="this" />
<Parameter Name="gatewayName" Type="System.String" />
<Parameter Name="config" Type="Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewaySetConfiguration" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
</param>
<param name="gatewayName">
Required. Gateway name
</param>
<param name="config">
Required. The Begin Set Application Gateway Config operation sets
the specified config on the application gateway
</param>
<summary>
The Begin Set Application Gateway config operation sets the
specified config on the application gateway (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="BeginUpdateApplicationGateway">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginUpdateApplicationGateway (this Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName, Microsoft.WindowsAzure.Management.Network.Models.UpdateApplicationGatewayParameters updateParameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginUpdateApplicationGateway(class Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName, class Microsoft.WindowsAzure.Management.Network.Models.UpdateApplicationGatewayParameters updateParameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.BeginUpdateApplicationGateway(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.UpdateApplicationGatewayParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginUpdateApplicationGateway (operations As IApplicationGatewayOperations, gatewayName As String, updateParameters As UpdateApplicationGatewayParameters) As GatewayOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginUpdateApplicationGateway : Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.UpdateApplicationGatewayParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.BeginUpdateApplicationGateway (operations, gatewayName, updateParameters)" />
<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.IApplicationGatewayOperations" RefType="this" />
<Parameter Name="gatewayName" Type="System.String" />
<Parameter Name="updateParameters" Type="Microsoft.WindowsAzure.Management.Network.Models.UpdateApplicationGatewayParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
</param>
<param name="gatewayName">
Required. Gateway name
</param>
<param name="updateParameters">
Required. Parameters supplied to the Begin UpdateApplication
Gateway request.
</param>
<summary>
The Begin Update Application Gateway operation updates Application
Gateway with the specified parameters. (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="BeginUpdateApplicationGatewayAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginUpdateApplicationGatewayAsync (this Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName, Microsoft.WindowsAzure.Management.Network.Models.UpdateApplicationGatewayParameters updateParameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginUpdateApplicationGatewayAsync(class Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName, class Microsoft.WindowsAzure.Management.Network.Models.UpdateApplicationGatewayParameters updateParameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.BeginUpdateApplicationGatewayAsync(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.UpdateApplicationGatewayParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginUpdateApplicationGatewayAsync (operations As IApplicationGatewayOperations, gatewayName As String, updateParameters As UpdateApplicationGatewayParameters) As Task(Of GatewayOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginUpdateApplicationGatewayAsync : Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.UpdateApplicationGatewayParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.BeginUpdateApplicationGatewayAsync (operations, gatewayName, updateParameters)" />
<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.IApplicationGatewayOperations" RefType="this" />
<Parameter Name="gatewayName" Type="System.String" />
<Parameter Name="updateParameters" Type="Microsoft.WindowsAzure.Management.Network.Models.UpdateApplicationGatewayParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
</param>
<param name="gatewayName">
Required. Gateway name
</param>
<param name="updateParameters">
Required. Parameters supplied to the Begin UpdateApplication
Gateway request.
</param>
<summary>
The Begin Update Application Gateway operation updates Application
Gateway with the specified parameters. (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="Create">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse Create (this Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, Microsoft.WindowsAzure.Management.Network.Models.CreateApplicationGatewayParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse Create(class Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, class Microsoft.WindowsAzure.Management.Network.Models.CreateApplicationGatewayParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.Create(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,Microsoft.WindowsAzure.Management.Network.Models.CreateApplicationGatewayParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function Create (operations As IApplicationGatewayOperations, parameters As CreateApplicationGatewayParameters) As ApplicationGatewayOperationResponse" />
<MemberSignature Language="F#" Value="static member Create : Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations * Microsoft.WindowsAzure.Management.Network.Models.CreateApplicationGatewayParameters -> Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.Create (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.ApplicationGatewayOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations" RefType="this" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.CreateApplicationGatewayParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
</param>
<param name="parameters">
Required. Parameters supplied to CreateApplication Gateway request.
</param>
<summary>
The Create Application Gateway operation creates Application
Gateway with the specified parameters. (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 inprogress, 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.ApplicationGatewayOperationResponse> CreateAsync (this Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, Microsoft.WindowsAzure.Management.Network.Models.CreateApplicationGatewayParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse> CreateAsync(class Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, class Microsoft.WindowsAzure.Management.Network.Models.CreateApplicationGatewayParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.CreateAsync(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,Microsoft.WindowsAzure.Management.Network.Models.CreateApplicationGatewayParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function CreateAsync (operations As IApplicationGatewayOperations, parameters As CreateApplicationGatewayParameters) As Task(Of ApplicationGatewayOperationResponse)" />
<MemberSignature Language="F#" Value="static member CreateAsync : Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations * Microsoft.WindowsAzure.Management.Network.Models.CreateApplicationGatewayParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.CreateAsync (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.ApplicationGatewayOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations" RefType="this" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.CreateApplicationGatewayParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
</param>
<param name="parameters">
Required. Parameters supplied to CreateApplication Gateway request.
</param>
<summary>
The Create Application Gateway operation creates Application
Gateway with the specified parameters. (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 inprogress, 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.ApplicationGatewayOperationResponse Delete (this Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse Delete(class Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.Delete(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function Delete (operations As IApplicationGatewayOperations, gatewayName As String) As ApplicationGatewayOperationResponse" />
<MemberSignature Language="F#" Value="static member Delete : Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations * string -> Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.Delete (operations, gatewayName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations" RefType="this" />
<Parameter Name="gatewayName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
</param>
<param name="gatewayName">
Required. The name of the gateway.
</param>
<summary>
The Delete Application Gateway operation deletes Application
Gateway with the specified parameters. (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 inprogress, 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.ApplicationGatewayOperationResponse> DeleteAsync (this Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse> DeleteAsync(class Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.DeleteAsync(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function DeleteAsync (operations As IApplicationGatewayOperations, gatewayName As String) As Task(Of ApplicationGatewayOperationResponse)" />
<MemberSignature Language="F#" Value="static member DeleteAsync : Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.DeleteAsync (operations, gatewayName)" />
<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.ApplicationGatewayOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations" RefType="this" />
<Parameter Name="gatewayName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
</param>
<param name="gatewayName">
Required. The name of the gateway.
</param>
<summary>
The Delete Application Gateway operation deletes Application
Gateway with the specified parameters. (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 inprogress, 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="DeleteCertificate">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse DeleteCertificate (this Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName, string certificateName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse DeleteCertificate(class Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName, string certificateName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.DeleteCertificate(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function DeleteCertificate (operations As IApplicationGatewayOperations, gatewayName As String, certificateName As String) As ApplicationGatewayOperationResponse" />
<MemberSignature Language="F#" Value="static member DeleteCertificate : Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations * string * string -> Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.DeleteCertificate (operations, gatewayName, certificateName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations" RefType="this" />
<Parameter Name="gatewayName" Type="System.String" />
<Parameter Name="certificateName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
</param>
<param name="gatewayName">
Required. The name of the gateway.
</param>
<param name="certificateName">
Required. The name of the certificate.
</param>
<summary>
The Delete Application Gateway certificate operation. (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 inprogress, 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="DeleteCertificateAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse> DeleteCertificateAsync (this Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName, string certificateName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse> DeleteCertificateAsync(class Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName, string certificateName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.DeleteCertificateAsync(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function DeleteCertificateAsync (operations As IApplicationGatewayOperations, gatewayName As String, certificateName As String) As Task(Of ApplicationGatewayOperationResponse)" />
<MemberSignature Language="F#" Value="static member DeleteCertificateAsync : Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.DeleteCertificateAsync (operations, gatewayName, certificateName)" />
<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.ApplicationGatewayOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations" RefType="this" />
<Parameter Name="gatewayName" Type="System.String" />
<Parameter Name="certificateName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
</param>
<param name="gatewayName">
Required. The name of the gateway.
</param>
<param name="certificateName">
Required. The name of the certificate.
</param>
<summary>
The Delete Application Gateway certificate operation. (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 inprogress, 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="ExecuteOperation">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse ExecuteOperation (this Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName, Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperation parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse ExecuteOperation(class Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName, class Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperation parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.ExecuteOperation(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperation)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ExecuteOperation (operations As IApplicationGatewayOperations, gatewayName As String, parameters As ApplicationGatewayOperation) As ApplicationGatewayOperationResponse" />
<MemberSignature Language="F#" Value="static member ExecuteOperation : Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperation -> Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.ExecuteOperation (operations, gatewayName, 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.ApplicationGatewayOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations" RefType="this" />
<Parameter Name="gatewayName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperation" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
</param>
<param name="gatewayName">
Required. Name of the gateway
</param>
<param name="parameters">
Required. Parameters supplied to Execute Operation request.
</param>
<summary>
The Execute Application Gateway Operation executes specofoed
operation in the Application Gateway. (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 inprogress, 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="ExecuteOperationAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse> ExecuteOperationAsync (this Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName, Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperation parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse> ExecuteOperationAsync(class Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName, class Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperation parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.ExecuteOperationAsync(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperation)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ExecuteOperationAsync (operations As IApplicationGatewayOperations, gatewayName As String, parameters As ApplicationGatewayOperation) As Task(Of ApplicationGatewayOperationResponse)" />
<MemberSignature Language="F#" Value="static member ExecuteOperationAsync : Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperation -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.ExecuteOperationAsync (operations, gatewayName, 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.ApplicationGatewayOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations" RefType="this" />
<Parameter Name="gatewayName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperation" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
</param>
<param name="gatewayName">
Required. Name of the gateway
</param>
<param name="parameters">
Required. Parameters supplied to Execute Operation request.
</param>
<summary>
The Execute Application Gateway Operation executes specofoed
operation in the Application Gateway. (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 inprogress, 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.ApplicationGatewayGetResponse Get (this Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetResponse Get(class Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.Get(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function Get (operations As IApplicationGatewayOperations, gatewayName As String) As ApplicationGatewayGetResponse" />
<MemberSignature Language="F#" Value="static member Get : Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations * string -> Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetResponse" Usage="Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.Get (operations, gatewayName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations" RefType="this" />
<Parameter Name="gatewayName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
</param>
<param name="gatewayName">
Required. The name of the gateway.
</param>
<summary>
The Get Application Gateway operation retrieves the application
gateway provisioned for the given subscription. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx
for more information)
</summary>
<returns>
The response body contains details of the application gateway.
</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.ApplicationGatewayGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetResponse> GetAsync(class Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAsync (operations As IApplicationGatewayOperations, gatewayName As String) As Task(Of ApplicationGatewayGetResponse)" />
<MemberSignature Language="F#" Value="static member GetAsync : Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetResponse>" Usage="Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.GetAsync (operations, gatewayName)" />
<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.ApplicationGatewayGetResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations" RefType="this" />
<Parameter Name="gatewayName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
</param>
<param name="gatewayName">
Required. The name of the gateway.
</param>
<summary>
The Get Application Gateway operation retrieves the application
gateway provisioned for the given subscription. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx
for more information)
</summary>
<returns>
The response body contains details of the application gateway.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetCertificate">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetCertificate GetCertificate (this Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName, string certificateName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetCertificate GetCertificate(class Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName, string certificateName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.GetCertificate(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetCertificate (operations As IApplicationGatewayOperations, gatewayName As String, certificateName As String) As ApplicationGatewayGetCertificate" />
<MemberSignature Language="F#" Value="static member GetCertificate : Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations * string * string -> Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetCertificate" Usage="Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.GetCertificate (operations, gatewayName, certificateName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetCertificate</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations" RefType="this" />
<Parameter Name="gatewayName" Type="System.String" />
<Parameter Name="certificateName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
</param>
<param name="gatewayName">
Required. The name of the gateway.
</param>
<param name="certificateName">
Required. The name of the certificate.
</param>
<summary>
The Get Application Gateway certificate operation retrieves the ssl
certificate provisioned for the given gateway. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx
for more information)
</summary>
<returns>
Response of GetApplicationGatewayCertificate request.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetCertificateAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetCertificate> GetCertificateAsync (this Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName, string certificateName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetCertificate> GetCertificateAsync(class Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName, string certificateName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.GetCertificateAsync(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetCertificateAsync (operations As IApplicationGatewayOperations, gatewayName As String, certificateName As String) As Task(Of ApplicationGatewayGetCertificate)" />
<MemberSignature Language="F#" Value="static member GetCertificateAsync : Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetCertificate>" Usage="Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.GetCertificateAsync (operations, gatewayName, certificateName)" />
<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.ApplicationGatewayGetCertificate></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations" RefType="this" />
<Parameter Name="gatewayName" Type="System.String" />
<Parameter Name="certificateName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
</param>
<param name="gatewayName">
Required. The name of the gateway.
</param>
<param name="certificateName">
Required. The name of the certificate.
</param>
<summary>
The Get Application Gateway certificate operation retrieves the ssl
certificate provisioned for the given gateway. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx
for more information)
</summary>
<returns>
Response of GetApplicationGatewayCertificate request.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetConfig">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetConfiguration GetConfig (this Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetConfiguration GetConfig(class Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.GetConfig(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetConfig (operations As IApplicationGatewayOperations, gatewayName As String) As ApplicationGatewayGetConfiguration" />
<MemberSignature Language="F#" Value="static member GetConfig : Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations * string -> Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetConfiguration" Usage="Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.GetConfig (operations, gatewayName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetConfiguration</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations" RefType="this" />
<Parameter Name="gatewayName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
</param>
<param name="gatewayName">
Required. The id of the gateway.
</param>
<summary>
The Get Application Gateway Configuration operation retrieves the
configuration of the gateway. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx
for more information)
</summary>
<returns>
The response to a GetApplicationGatewayConfiguation request.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetConfigAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetConfiguration> GetConfigAsync (this Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetConfiguration> GetConfigAsync(class Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.GetConfigAsync(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetConfigAsync (operations As IApplicationGatewayOperations, gatewayName As String) As Task(Of ApplicationGatewayGetConfiguration)" />
<MemberSignature Language="F#" Value="static member GetConfigAsync : Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetConfiguration>" Usage="Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.GetConfigAsync (operations, gatewayName)" />
<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.ApplicationGatewayGetConfiguration></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations" RefType="this" />
<Parameter Name="gatewayName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
</param>
<param name="gatewayName">
Required. The id of the gateway.
</param>
<summary>
The Get Application Gateway Configuration operation retrieves the
configuration of the gateway. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx
for more information)
</summary>
<returns>
The response to a GetApplicationGatewayConfiguation request.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetOperationStatus">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse GetOperationStatus (this Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string requestId);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse GetOperationStatus(class Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string requestId) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.GetOperationStatus(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetOperationStatus (operations As IApplicationGatewayOperations, requestId As String) As ApplicationGatewayOperationResponse" />
<MemberSignature Language="F#" Value="static member GetOperationStatus : Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations * string -> Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.GetOperationStatus (operations, requestId)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations" RefType="this" />
<Parameter Name="requestId" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
</param>
<param name="requestId">
Required. The request ID for the request you wish to track. The
request ID is returned in the x-ms-request-id response header for
every request.
</param>
<summary>
The Get Operation Status operation returns the status of the
specified operation. After calling an asynchronous operation, you
can call Get Operation Status to determine whether the operation
has succeeded, failed, or is still in progress. (see
http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx
for more information)
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is inprogress, 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.ApplicationGatewayOperationResponse> GetOperationStatusAsync (this Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string requestId);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse> GetOperationStatusAsync(class Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string requestId) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.GetOperationStatusAsync(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetOperationStatusAsync (operations As IApplicationGatewayOperations, requestId As String) As Task(Of ApplicationGatewayOperationResponse)" />
<MemberSignature Language="F#" Value="static member GetOperationStatusAsync : Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.GetOperationStatusAsync (operations, requestId)" />
<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.ApplicationGatewayOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations" RefType="this" />
<Parameter Name="requestId" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
</param>
<param name="requestId">
Required. The request ID for the request you wish to track. The
request ID is returned in the x-ms-request-id response header for
every request.
</param>
<summary>
The Get Operation Status operation returns the status of the
specified operation. After calling an asynchronous operation, you
can call Get Operation Status to determine whether the operation
has succeeded, failed, or is still in progress. (see
http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx
for more information)
</summary>
<returns>
The response body contains the status of the specified asynchronous
operation, indicating whether it has succeeded, is inprogress, 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="List">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayListResponse List (this Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayListResponse List(class Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.List(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function List (operations As IApplicationGatewayOperations) As ApplicationGatewayListResponse" />
<MemberSignature Language="F#" Value="static member List : Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations -> Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayListResponse" Usage="Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.List 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.ApplicationGatewayListResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations" RefType="this" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
</param>
<summary>
The List Application Gateway operation retrieves all application
gateays for the given subscription. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx
for more information)
</summary>
<returns>
The response of ListApplicationGateways request.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayListResponse> ListAsync (this Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayListResponse> ListAsync(class Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.ListAsync(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListAsync (operations As IApplicationGatewayOperations) As Task(Of ApplicationGatewayListResponse)" />
<MemberSignature Language="F#" Value="static member ListAsync : Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayListResponse>" Usage="Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.ListAsync 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.ApplicationGatewayListResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations" RefType="this" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
</param>
<summary>
The List Application Gateway operation retrieves all application
gateays for the given subscription. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx
for more information)
</summary>
<returns>
The response of ListApplicationGateways request.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListCertificate">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayListCertificate ListCertificate (this Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayListCertificate ListCertificate(class Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.ListCertificate(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListCertificate (operations As IApplicationGatewayOperations, gatewayName As String) As ApplicationGatewayListCertificate" />
<MemberSignature Language="F#" Value="static member ListCertificate : Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations * string -> Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayListCertificate" Usage="Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.ListCertificate (operations, gatewayName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayListCertificate</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations" RefType="this" />
<Parameter Name="gatewayName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
</param>
<param name="gatewayName">
Required. Gateway name
</param>
<summary>
The List Application Gateway certificates. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx
for more information)
</summary>
<returns>
The response to a ListApplicationGatewayCertificate request.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListCertificateAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayListCertificate> ListCertificateAsync (this Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayListCertificate> ListCertificateAsync(class Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.ListCertificateAsync(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListCertificateAsync (operations As IApplicationGatewayOperations, gatewayName As String) As Task(Of ApplicationGatewayListCertificate)" />
<MemberSignature Language="F#" Value="static member ListCertificateAsync : Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayListCertificate>" Usage="Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.ListCertificateAsync (operations, gatewayName)" />
<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.ApplicationGatewayListCertificate></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations" RefType="this" />
<Parameter Name="gatewayName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
</param>
<param name="gatewayName">
Required. Gateway name
</param>
<summary>
The List Application Gateway certificates. (see
http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx
for more information)
</summary>
<returns>
The response to a ListApplicationGatewayCertificate request.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SetConfig">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse SetConfig (this Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName, Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewaySetConfiguration config);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse SetConfig(class Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName, class Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewaySetConfiguration config) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.SetConfig(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewaySetConfiguration)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function SetConfig (operations As IApplicationGatewayOperations, gatewayName As String, config As ApplicationGatewaySetConfiguration) As ApplicationGatewayOperationResponse" />
<MemberSignature Language="F#" Value="static member SetConfig : Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewaySetConfiguration -> Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.SetConfig (operations, gatewayName, config)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations" RefType="this" />
<Parameter Name="gatewayName" Type="System.String" />
<Parameter Name="config" Type="Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewaySetConfiguration" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
</param>
<param name="gatewayName">
Required. Gateway name
</param>
<param name="config">
Required. Parameters supplied to Set Application Gateway config
request.
</param>
<summary>
The Set Application Gateway Config operation sets the specified
config on the application gateway (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 inprogress, 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="SetConfigAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse> SetConfigAsync (this Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName, Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewaySetConfiguration config);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse> SetConfigAsync(class Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName, class Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewaySetConfiguration config) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.SetConfigAsync(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewaySetConfiguration)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function SetConfigAsync (operations As IApplicationGatewayOperations, gatewayName As String, config As ApplicationGatewaySetConfiguration) As Task(Of ApplicationGatewayOperationResponse)" />
<MemberSignature Language="F#" Value="static member SetConfigAsync : Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewaySetConfiguration -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.SetConfigAsync (operations, gatewayName, config)" />
<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.ApplicationGatewayOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations" RefType="this" />
<Parameter Name="gatewayName" Type="System.String" />
<Parameter Name="config" Type="Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewaySetConfiguration" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
</param>
<param name="gatewayName">
Required. Gateway name
</param>
<param name="config">
Required. Parameters supplied to Set Application Gateway config
request.
</param>
<summary>
The Set Application Gateway Config operation sets the specified
config on the application gateway (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 inprogress, 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="Update">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse Update (this Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName, Microsoft.WindowsAzure.Management.Network.Models.UpdateApplicationGatewayParameters updateParameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse Update(class Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName, class Microsoft.WindowsAzure.Management.Network.Models.UpdateApplicationGatewayParameters updateParameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.Update(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.UpdateApplicationGatewayParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function Update (operations As IApplicationGatewayOperations, gatewayName As String, updateParameters As UpdateApplicationGatewayParameters) As ApplicationGatewayOperationResponse" />
<MemberSignature Language="F#" Value="static member Update : Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.UpdateApplicationGatewayParameters -> Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.Update (operations, gatewayName, updateParameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations" RefType="this" />
<Parameter Name="gatewayName" Type="System.String" />
<Parameter Name="updateParameters" Type="Microsoft.WindowsAzure.Management.Network.Models.UpdateApplicationGatewayParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
</param>
<param name="gatewayName">
Required. Gateway name
</param>
<param name="updateParameters">
Required. Parameters supplied to UpdateApplication Gateway request.
</param>
<summary>
The Update Application Gateway operation updates Application
Gateway with the specified parameters. (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 inprogress, 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="UpdateAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse> UpdateAsync (this Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName, Microsoft.WindowsAzure.Management.Network.Models.UpdateApplicationGatewayParameters updateParameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse> UpdateAsync(class Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName, class Microsoft.WindowsAzure.Management.Network.Models.UpdateApplicationGatewayParameters updateParameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.UpdateAsync(Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations,System.String,Microsoft.WindowsAzure.Management.Network.Models.UpdateApplicationGatewayParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function UpdateAsync (operations As IApplicationGatewayOperations, gatewayName As String, updateParameters As UpdateApplicationGatewayParameters) As Task(Of ApplicationGatewayOperationResponse)" />
<MemberSignature Language="F#" Value="static member UpdateAsync : Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.UpdateApplicationGatewayParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.ApplicationGatewayOperationsExtensions.UpdateAsync (operations, gatewayName, updateParameters)" />
<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.ApplicationGatewayOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations" RefType="this" />
<Parameter Name="gatewayName" Type="System.String" />
<Parameter Name="updateParameters" Type="Microsoft.WindowsAzure.Management.Network.Models.UpdateApplicationGatewayParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
</param>
<param name="gatewayName">
Required. Gateway name
</param>
<param name="updateParameters">
Required. Parameters supplied to UpdateApplication Gateway request.
</param>
<summary>
The Update Application Gateway operation updates Application
Gateway with the specified parameters. (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 inprogress, 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>
</Members>
</Type>