xml/Microsoft.WindowsAzure.Management.Network/NetworkSecurityGroupOperationsExtensions.xml (3,084 lines of code) (raw):
<Type Name="NetworkSecurityGroupOperationsExtensions" FullName="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions">
<TypeSignature Language="C#" Value="public static class NetworkSecurityGroupOperationsExtensions" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit NetworkSecurityGroupOperationsExtensions extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions" />
<TypeSignature Language="VB.NET" Value="Public Module NetworkSecurityGroupOperationsExtensions" />
<TypeSignature Language="F#" Value="type NetworkSecurityGroupOperationsExtensions = 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="AbortMigration">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.OperationStatusResponse AbortMigration (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.OperationStatusResponse AbortMigration(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.AbortMigration(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function AbortMigration (operations As INetworkSecurityGroupOperations, networkSecurityGroupName As String) As OperationStatusResponse" />
<MemberSignature Language="F#" Value="static member AbortMigration : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string -> Microsoft.Azure.OperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.AbortMigration (operations, networkSecurityGroupName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.OperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="networkSecurityGroupName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="networkSecurityGroupName">
Required. Name of the network security group to be migrated.
</param>
<summary>
Abort resservedIP migration api validates and aborts the given
network security group for IaaS Classic to ARM migration.
</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="AbortMigrationAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> AbortMigrationAsync (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> AbortMigrationAsync(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.AbortMigrationAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function AbortMigrationAsync (operations As INetworkSecurityGroupOperations, networkSecurityGroupName As String) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member AbortMigrationAsync : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.AbortMigrationAsync (operations, networkSecurityGroupName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="networkSecurityGroupName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="networkSecurityGroupName">
Required. Name of the network security group to be migrated.
</param>
<summary>
Abort resservedIP migration api validates and aborts the given
network security group for IaaS Classic to ARM migration.
</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="AddToNetworkInterface">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.OperationStatusResponse AddToNetworkInterface (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string serviceName, string deploymentName, string roleName, string networkInterfaceName, Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.OperationStatusResponse AddToNetworkInterface(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string serviceName, string deploymentName, string roleName, string networkInterfaceName, class Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.AddToNetworkInterface(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function AddToNetworkInterface (operations As INetworkSecurityGroupOperations, serviceName As String, deploymentName As String, roleName As String, networkInterfaceName As String, parameters As NetworkSecurityGroupAddAssociationParameters) As OperationStatusResponse" />
<MemberSignature Language="F#" Value="static member AddToNetworkInterface : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string * string * string * string * Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters -> Microsoft.Azure.OperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.AddToNetworkInterface (operations, serviceName, deploymentName, roleName, networkInterfaceName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.OperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="roleName" Type="System.String" />
<Parameter Name="networkInterfaceName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="serviceName">
Required.
</param>
<param name="deploymentName">
Required.
</param>
<param name="roleName">
Required.
</param>
<param name="networkInterfaceName">
Required.
</param>
<param name="parameters">
Required. Parameters supplied to the Add Network Security Group to
a network interface operation.
</param>
<summary>
Adds a Network Security Group to a network interface.
</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="AddToNetworkInterfaceAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> AddToNetworkInterfaceAsync (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string serviceName, string deploymentName, string roleName, string networkInterfaceName, Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> AddToNetworkInterfaceAsync(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string serviceName, string deploymentName, string roleName, string networkInterfaceName, class Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.AddToNetworkInterfaceAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function AddToNetworkInterfaceAsync (operations As INetworkSecurityGroupOperations, serviceName As String, deploymentName As String, roleName As String, networkInterfaceName As String, parameters As NetworkSecurityGroupAddAssociationParameters) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member AddToNetworkInterfaceAsync : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string * string * string * string * Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.AddToNetworkInterfaceAsync (operations, serviceName, deploymentName, roleName, networkInterfaceName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="roleName" Type="System.String" />
<Parameter Name="networkInterfaceName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="serviceName">
Required.
</param>
<param name="deploymentName">
Required.
</param>
<param name="roleName">
Required.
</param>
<param name="networkInterfaceName">
Required.
</param>
<param name="parameters">
Required. Parameters supplied to the Add Network Security Group to
a network interface operation.
</param>
<summary>
Adds a Network Security Group to a network interface.
</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="AddToRole">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.OperationStatusResponse AddToRole (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string serviceName, string deploymentName, string roleName, Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.OperationStatusResponse AddToRole(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string serviceName, string deploymentName, string roleName, class Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.AddToRole(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function AddToRole (operations As INetworkSecurityGroupOperations, serviceName As String, deploymentName As String, roleName As String, parameters As NetworkSecurityGroupAddAssociationParameters) As OperationStatusResponse" />
<MemberSignature Language="F#" Value="static member AddToRole : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string * string * string * Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters -> Microsoft.Azure.OperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.AddToRole (operations, serviceName, deploymentName, roleName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.OperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="roleName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="serviceName">
Required.
</param>
<param name="deploymentName">
Required.
</param>
<param name="roleName">
Required.
</param>
<param name="parameters">
Required. Parameters supplied to the Add Network Security Group to
Role operation.
</param>
<summary>
Adds a Network Security Group to a Role.
</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="AddToRoleAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> AddToRoleAsync (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string serviceName, string deploymentName, string roleName, Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> AddToRoleAsync(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string serviceName, string deploymentName, string roleName, class Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.AddToRoleAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function AddToRoleAsync (operations As INetworkSecurityGroupOperations, serviceName As String, deploymentName As String, roleName As String, parameters As NetworkSecurityGroupAddAssociationParameters) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member AddToRoleAsync : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string * string * string * Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.AddToRoleAsync (operations, serviceName, deploymentName, roleName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="roleName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="serviceName">
Required.
</param>
<param name="deploymentName">
Required.
</param>
<param name="roleName">
Required.
</param>
<param name="parameters">
Required. Parameters supplied to the Add Network Security Group to
Role operation.
</param>
<summary>
Adds a Network Security Group to a Role.
</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="AddToSubnet">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.OperationStatusResponse AddToSubnet (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string virtualNetworkName, string subnetName, Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.OperationStatusResponse AddToSubnet(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string virtualNetworkName, string subnetName, class Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.AddToSubnet(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function AddToSubnet (operations As INetworkSecurityGroupOperations, virtualNetworkName As String, subnetName As String, parameters As NetworkSecurityGroupAddAssociationParameters) As OperationStatusResponse" />
<MemberSignature Language="F#" Value="static member AddToSubnet : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters -> Microsoft.Azure.OperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.AddToSubnet (operations, virtualNetworkName, subnetName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.OperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="virtualNetworkName" Type="System.String" />
<Parameter Name="subnetName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="virtualNetworkName">
Required.
</param>
<param name="subnetName">
Required.
</param>
<param name="parameters">
Required. Parameters supplied to the Add Network Security Group to
subnet operation.
</param>
<summary>
Adds a Network Security Group to a subnet.
</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="AddToSubnetAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> AddToSubnetAsync (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string virtualNetworkName, string subnetName, Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> AddToSubnetAsync(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string virtualNetworkName, string subnetName, class Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.AddToSubnetAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function AddToSubnetAsync (operations As INetworkSecurityGroupOperations, virtualNetworkName As String, subnetName As String, parameters As NetworkSecurityGroupAddAssociationParameters) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member AddToSubnetAsync : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.AddToSubnetAsync (operations, virtualNetworkName, subnetName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="virtualNetworkName" Type="System.String" />
<Parameter Name="subnetName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="virtualNetworkName">
Required.
</param>
<param name="subnetName">
Required.
</param>
<param name="parameters">
Required. Parameters supplied to the Add Network Security Group to
subnet operation.
</param>
<summary>
Adds a Network Security Group to a subnet.
</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="BeginAbortMigration">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.AzureOperationResponse BeginAbortMigration (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.AzureOperationResponse BeginAbortMigration(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginAbortMigration(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginAbortMigration (operations As INetworkSecurityGroupOperations, networkSecurityGroupName As String) As AzureOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginAbortMigration : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string -> Microsoft.Azure.AzureOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginAbortMigration (operations, networkSecurityGroupName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.AzureOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="networkSecurityGroupName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="networkSecurityGroupName">
Required. Name of the network security group to be migrated.
</param>
<summary>
Abort resservedIP migration api validates and aborts the given
network security group for IaaS Classic to ARM migration.
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginAbortMigrationAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginAbortMigrationAsync (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginAbortMigrationAsync(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginAbortMigrationAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginAbortMigrationAsync (operations As INetworkSecurityGroupOperations, networkSecurityGroupName As String) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginAbortMigrationAsync : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginAbortMigrationAsync (operations, networkSecurityGroupName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="networkSecurityGroupName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="networkSecurityGroupName">
Required. Name of the network security group to be migrated.
</param>
<summary>
Abort resservedIP migration api validates and aborts the given
network security group for IaaS Classic to ARM migration.
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginAddingToNetworkInterface">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.OperationStatusResponse BeginAddingToNetworkInterface (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string serviceName, string deploymentName, string roleName, string networkInterfaceName, Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.OperationStatusResponse BeginAddingToNetworkInterface(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string serviceName, string deploymentName, string roleName, string networkInterfaceName, class Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginAddingToNetworkInterface(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginAddingToNetworkInterface (operations As INetworkSecurityGroupOperations, serviceName As String, deploymentName As String, roleName As String, networkInterfaceName As String, parameters As NetworkSecurityGroupAddAssociationParameters) As OperationStatusResponse" />
<MemberSignature Language="F#" Value="static member BeginAddingToNetworkInterface : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string * string * string * string * Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters -> Microsoft.Azure.OperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginAddingToNetworkInterface (operations, serviceName, deploymentName, roleName, networkInterfaceName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.OperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="roleName" Type="System.String" />
<Parameter Name="networkInterfaceName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="serviceName">
Required.
</param>
<param name="deploymentName">
Required.
</param>
<param name="roleName">
Required.
</param>
<param name="networkInterfaceName">
Required.
</param>
<param name="parameters">
Required. Parameters supplied to the Add Network Security Group to
a network interface operation.
</param>
<summary>
Adds a Network Security Group to a network interface.
</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="BeginAddingToNetworkInterfaceAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> BeginAddingToNetworkInterfaceAsync (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string serviceName, string deploymentName, string roleName, string networkInterfaceName, Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> BeginAddingToNetworkInterfaceAsync(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string serviceName, string deploymentName, string roleName, string networkInterfaceName, class Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginAddingToNetworkInterfaceAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginAddingToNetworkInterfaceAsync (operations As INetworkSecurityGroupOperations, serviceName As String, deploymentName As String, roleName As String, networkInterfaceName As String, parameters As NetworkSecurityGroupAddAssociationParameters) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member BeginAddingToNetworkInterfaceAsync : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string * string * string * string * Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginAddingToNetworkInterfaceAsync (operations, serviceName, deploymentName, roleName, networkInterfaceName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="roleName" Type="System.String" />
<Parameter Name="networkInterfaceName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="serviceName">
Required.
</param>
<param name="deploymentName">
Required.
</param>
<param name="roleName">
Required.
</param>
<param name="networkInterfaceName">
Required.
</param>
<param name="parameters">
Required. Parameters supplied to the Add Network Security Group to
a network interface operation.
</param>
<summary>
Adds a Network Security Group to a network interface.
</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="BeginAddingToRole">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.OperationStatusResponse BeginAddingToRole (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string serviceName, string deploymentName, string roleName, Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.OperationStatusResponse BeginAddingToRole(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string serviceName, string deploymentName, string roleName, class Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginAddingToRole(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginAddingToRole (operations As INetworkSecurityGroupOperations, serviceName As String, deploymentName As String, roleName As String, parameters As NetworkSecurityGroupAddAssociationParameters) As OperationStatusResponse" />
<MemberSignature Language="F#" Value="static member BeginAddingToRole : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string * string * string * Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters -> Microsoft.Azure.OperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginAddingToRole (operations, serviceName, deploymentName, roleName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.OperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="roleName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="serviceName">
Required.
</param>
<param name="deploymentName">
Required.
</param>
<param name="roleName">
Required.
</param>
<param name="parameters">
Required. Parameters supplied to the Add Network Security Group to
Role operation.
</param>
<summary>
Adds a Network Security Group to a Role.
</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="BeginAddingToRoleAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> BeginAddingToRoleAsync (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string serviceName, string deploymentName, string roleName, Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> BeginAddingToRoleAsync(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string serviceName, string deploymentName, string roleName, class Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginAddingToRoleAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginAddingToRoleAsync (operations As INetworkSecurityGroupOperations, serviceName As String, deploymentName As String, roleName As String, parameters As NetworkSecurityGroupAddAssociationParameters) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member BeginAddingToRoleAsync : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string * string * string * Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginAddingToRoleAsync (operations, serviceName, deploymentName, roleName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="roleName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="serviceName">
Required.
</param>
<param name="deploymentName">
Required.
</param>
<param name="roleName">
Required.
</param>
<param name="parameters">
Required. Parameters supplied to the Add Network Security Group to
Role operation.
</param>
<summary>
Adds a Network Security Group to a Role.
</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="BeginAddingToSubnet">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.OperationStatusResponse BeginAddingToSubnet (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string virtualNetworkName, string subnetName, Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.OperationStatusResponse BeginAddingToSubnet(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string virtualNetworkName, string subnetName, class Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginAddingToSubnet(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginAddingToSubnet (operations As INetworkSecurityGroupOperations, virtualNetworkName As String, subnetName As String, parameters As NetworkSecurityGroupAddAssociationParameters) As OperationStatusResponse" />
<MemberSignature Language="F#" Value="static member BeginAddingToSubnet : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters -> Microsoft.Azure.OperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginAddingToSubnet (operations, virtualNetworkName, subnetName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.OperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="virtualNetworkName" Type="System.String" />
<Parameter Name="subnetName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="virtualNetworkName">
Required.
</param>
<param name="subnetName">
Required.
</param>
<param name="parameters">
Required. Parameters supplied to the Add Network Security Group to
subnet operation.
</param>
<summary>
Adds a Network Security Group to a subnet.
</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="BeginAddingToSubnetAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> BeginAddingToSubnetAsync (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string virtualNetworkName, string subnetName, Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> BeginAddingToSubnetAsync(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string virtualNetworkName, string subnetName, class Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginAddingToSubnetAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginAddingToSubnetAsync (operations As INetworkSecurityGroupOperations, virtualNetworkName As String, subnetName As String, parameters As NetworkSecurityGroupAddAssociationParameters) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member BeginAddingToSubnetAsync : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginAddingToSubnetAsync (operations, virtualNetworkName, subnetName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="virtualNetworkName" Type="System.String" />
<Parameter Name="subnetName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupAddAssociationParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="virtualNetworkName">
Required.
</param>
<param name="subnetName">
Required.
</param>
<param name="parameters">
Required. Parameters supplied to the Add Network Security Group to
subnet operation.
</param>
<summary>
Adds a Network Security Group to a subnet.
</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="BeginCommitMigration">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.AzureOperationResponse BeginCommitMigration (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.AzureOperationResponse BeginCommitMigration(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginCommitMigration(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginCommitMigration (operations As INetworkSecurityGroupOperations, networkSecurityGroupName As String) As AzureOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginCommitMigration : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string -> Microsoft.Azure.AzureOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginCommitMigration (operations, networkSecurityGroupName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.AzureOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="networkSecurityGroupName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="networkSecurityGroupName">
Required. Name of the network security group to be migrated.
</param>
<summary>
Commit resservedIP migration api validates and commits the given
network security group for IaaS Classic to ARM migration.
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginCommitMigrationAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginCommitMigrationAsync (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginCommitMigrationAsync(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginCommitMigrationAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginCommitMigrationAsync (operations As INetworkSecurityGroupOperations, networkSecurityGroupName As String) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginCommitMigrationAsync : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginCommitMigrationAsync (operations, networkSecurityGroupName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="networkSecurityGroupName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="networkSecurityGroupName">
Required. Name of the network security group to be migrated.
</param>
<summary>
Commit resservedIP migration api validates and commits the given
network security group for IaaS Classic to ARM migration.
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginCreating">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.OperationStatusResponse BeginCreating (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupCreateParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.OperationStatusResponse BeginCreating(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, class Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupCreateParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginCreating(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupCreateParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginCreating (operations As INetworkSecurityGroupOperations, parameters As NetworkSecurityGroupCreateParameters) As OperationStatusResponse" />
<MemberSignature Language="F#" Value="static member BeginCreating : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupCreateParameters -> Microsoft.Azure.OperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginCreating (operations, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.OperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupCreateParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="parameters">
Required. Parameters supplied to the Create Network Security Group
operation.
</param>
<summary>
Creates a new Network Security Group.
</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="BeginCreatingAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> BeginCreatingAsync (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupCreateParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> BeginCreatingAsync(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, class Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupCreateParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginCreatingAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupCreateParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginCreatingAsync (operations As INetworkSecurityGroupOperations, parameters As NetworkSecurityGroupCreateParameters) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member BeginCreatingAsync : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupCreateParameters -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginCreatingAsync (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.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupCreateParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="parameters">
Required. Parameters supplied to the Create Network Security Group
operation.
</param>
<summary>
Creates a new Network Security Group.
</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="BeginDeleting">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.OperationStatusResponse BeginDeleting (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.OperationStatusResponse BeginDeleting(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginDeleting(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginDeleting (operations As INetworkSecurityGroupOperations, networkSecurityGroupName As String) As OperationStatusResponse" />
<MemberSignature Language="F#" Value="static member BeginDeleting : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string -> Microsoft.Azure.OperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginDeleting (operations, networkSecurityGroupName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.OperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="networkSecurityGroupName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="networkSecurityGroupName">
Required. The name of the Network Security Group to delete.
</param>
<summary>
Deletes the pecified Network Security Group from your
subscription.If the Network Security group is still associated
with some VM/Role/Subnet, the deletion will fail. In order to
successfully delete the Network Security, it needs to be not used.
</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="BeginDeletingAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> BeginDeletingAsync (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> BeginDeletingAsync(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginDeletingAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginDeletingAsync (operations As INetworkSecurityGroupOperations, networkSecurityGroupName As String) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member BeginDeletingAsync : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginDeletingAsync (operations, networkSecurityGroupName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="networkSecurityGroupName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="networkSecurityGroupName">
Required. The name of the Network Security Group to delete.
</param>
<summary>
Deletes the pecified Network Security Group from your
subscription.If the Network Security group is still associated
with some VM/Role/Subnet, the deletion will fail. In order to
successfully delete the Network Security, it needs to be not used.
</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="BeginDeletingRule">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.OperationStatusResponse BeginDeletingRule (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName, string ruleName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.OperationStatusResponse BeginDeletingRule(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName, string ruleName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginDeletingRule(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginDeletingRule (operations As INetworkSecurityGroupOperations, networkSecurityGroupName As String, ruleName As String) As OperationStatusResponse" />
<MemberSignature Language="F#" Value="static member BeginDeletingRule : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string * string -> Microsoft.Azure.OperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginDeletingRule (operations, networkSecurityGroupName, ruleName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.OperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="networkSecurityGroupName" Type="System.String" />
<Parameter Name="ruleName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="networkSecurityGroupName">
Required. The name of the Network Security Group.
</param>
<param name="ruleName">
Required. The name of the rule to delete.
</param>
<summary>
Deletes a rule from the specified Network Security Group.
</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="BeginDeletingRuleAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> BeginDeletingRuleAsync (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName, string ruleName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> BeginDeletingRuleAsync(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName, string ruleName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginDeletingRuleAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginDeletingRuleAsync (operations As INetworkSecurityGroupOperations, networkSecurityGroupName As String, ruleName As String) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member BeginDeletingRuleAsync : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginDeletingRuleAsync (operations, networkSecurityGroupName, ruleName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="networkSecurityGroupName" Type="System.String" />
<Parameter Name="ruleName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="networkSecurityGroupName">
Required. The name of the Network Security Group.
</param>
<param name="ruleName">
Required. The name of the rule to delete.
</param>
<summary>
Deletes a rule from the specified Network Security Group.
</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="BeginPrepareMigration">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.AzureOperationResponse BeginPrepareMigration (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.AzureOperationResponse BeginPrepareMigration(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginPrepareMigration(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginPrepareMigration (operations As INetworkSecurityGroupOperations, networkSecurityGroupName As String) As AzureOperationResponse" />
<MemberSignature Language="F#" Value="static member BeginPrepareMigration : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string -> Microsoft.Azure.AzureOperationResponse" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginPrepareMigration (operations, networkSecurityGroupName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.AzureOperationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="networkSecurityGroupName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="networkSecurityGroupName">
Required. Name of the network security group to be migrated.
</param>
<summary>
Prepare resservedIP migration api validates and prepares the given
network security group for IaaS Classic to ARM migration.
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginPrepareMigrationAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginPrepareMigrationAsync (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> BeginPrepareMigrationAsync(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginPrepareMigrationAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginPrepareMigrationAsync (operations As INetworkSecurityGroupOperations, networkSecurityGroupName As String) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="static member BeginPrepareMigrationAsync : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginPrepareMigrationAsync (operations, networkSecurityGroupName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="networkSecurityGroupName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="networkSecurityGroupName">
Required. Name of the network security group to be migrated.
</param>
<summary>
Prepare resservedIP migration api validates and prepares the given
network security group for IaaS Classic to ARM migration.
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginRemovingFromNetworkInterface">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.OperationStatusResponse BeginRemovingFromNetworkInterface (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string serviceName, string deploymentName, string roleName, string networkInterfaceName, string networkSecurityGroupName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.OperationStatusResponse BeginRemovingFromNetworkInterface(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string serviceName, string deploymentName, string roleName, string networkInterfaceName, string networkSecurityGroupName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginRemovingFromNetworkInterface(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginRemovingFromNetworkInterface (operations As INetworkSecurityGroupOperations, serviceName As String, deploymentName As String, roleName As String, networkInterfaceName As String, networkSecurityGroupName As String) As OperationStatusResponse" />
<MemberSignature Language="F#" Value="static member BeginRemovingFromNetworkInterface : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string * string * string * string * string -> Microsoft.Azure.OperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginRemovingFromNetworkInterface (operations, serviceName, deploymentName, roleName, networkInterfaceName, networkSecurityGroupName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.OperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="roleName" Type="System.String" />
<Parameter Name="networkInterfaceName" Type="System.String" />
<Parameter Name="networkSecurityGroupName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="serviceName">
Required.
</param>
<param name="deploymentName">
Required.
</param>
<param name="roleName">
Required.
</param>
<param name="networkInterfaceName">
Required.
</param>
<param name="networkSecurityGroupName">
Required.
</param>
<summary>
Removes a Network Security Group from a network interface.
</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="BeginRemovingFromNetworkInterfaceAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> BeginRemovingFromNetworkInterfaceAsync (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string serviceName, string deploymentName, string roleName, string networkInterfaceName, string networkSecurityGroupName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> BeginRemovingFromNetworkInterfaceAsync(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string serviceName, string deploymentName, string roleName, string networkInterfaceName, string networkSecurityGroupName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginRemovingFromNetworkInterfaceAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginRemovingFromNetworkInterfaceAsync (operations As INetworkSecurityGroupOperations, serviceName As String, deploymentName As String, roleName As String, networkInterfaceName As String, networkSecurityGroupName As String) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member BeginRemovingFromNetworkInterfaceAsync : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string * string * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginRemovingFromNetworkInterfaceAsync (operations, serviceName, deploymentName, roleName, networkInterfaceName, networkSecurityGroupName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="roleName" Type="System.String" />
<Parameter Name="networkInterfaceName" Type="System.String" />
<Parameter Name="networkSecurityGroupName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="serviceName">
Required.
</param>
<param name="deploymentName">
Required.
</param>
<param name="roleName">
Required.
</param>
<param name="networkInterfaceName">
Required.
</param>
<param name="networkSecurityGroupName">
Required.
</param>
<summary>
Removes a Network Security Group from a network interface.
</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="BeginRemovingFromRole">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.OperationStatusResponse BeginRemovingFromRole (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string serviceName, string deploymentName, string roleName, string networkSecurityGroupName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.OperationStatusResponse BeginRemovingFromRole(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string serviceName, string deploymentName, string roleName, string networkSecurityGroupName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginRemovingFromRole(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginRemovingFromRole (operations As INetworkSecurityGroupOperations, serviceName As String, deploymentName As String, roleName As String, networkSecurityGroupName As String) As OperationStatusResponse" />
<MemberSignature Language="F#" Value="static member BeginRemovingFromRole : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string * string * string * string -> Microsoft.Azure.OperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginRemovingFromRole (operations, serviceName, deploymentName, roleName, networkSecurityGroupName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.OperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="roleName" Type="System.String" />
<Parameter Name="networkSecurityGroupName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="serviceName">
Required.
</param>
<param name="deploymentName">
Required.
</param>
<param name="roleName">
Required.
</param>
<param name="networkSecurityGroupName">
Required.
</param>
<summary>
Removes a Network Security Group from a role.
</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="BeginRemovingFromRoleAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> BeginRemovingFromRoleAsync (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string serviceName, string deploymentName, string roleName, string networkSecurityGroupName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> BeginRemovingFromRoleAsync(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string serviceName, string deploymentName, string roleName, string networkSecurityGroupName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginRemovingFromRoleAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginRemovingFromRoleAsync (operations As INetworkSecurityGroupOperations, serviceName As String, deploymentName As String, roleName As String, networkSecurityGroupName As String) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member BeginRemovingFromRoleAsync : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginRemovingFromRoleAsync (operations, serviceName, deploymentName, roleName, networkSecurityGroupName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="roleName" Type="System.String" />
<Parameter Name="networkSecurityGroupName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="serviceName">
Required.
</param>
<param name="deploymentName">
Required.
</param>
<param name="roleName">
Required.
</param>
<param name="networkSecurityGroupName">
Required.
</param>
<summary>
Removes a Network Security Group from a role.
</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="BeginRemovingFromSubnet">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.OperationStatusResponse BeginRemovingFromSubnet (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string virtualNetworkName, string subnetName, string networkSecurityGroupName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.OperationStatusResponse BeginRemovingFromSubnet(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string virtualNetworkName, string subnetName, string networkSecurityGroupName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginRemovingFromSubnet(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginRemovingFromSubnet (operations As INetworkSecurityGroupOperations, virtualNetworkName As String, subnetName As String, networkSecurityGroupName As String) As OperationStatusResponse" />
<MemberSignature Language="F#" Value="static member BeginRemovingFromSubnet : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string * string * string -> Microsoft.Azure.OperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginRemovingFromSubnet (operations, virtualNetworkName, subnetName, networkSecurityGroupName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.OperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="virtualNetworkName" Type="System.String" />
<Parameter Name="subnetName" Type="System.String" />
<Parameter Name="networkSecurityGroupName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="virtualNetworkName">
Required.
</param>
<param name="subnetName">
Required.
</param>
<param name="networkSecurityGroupName">
Required.
</param>
<summary>
Removes a Network Security Group from a subnet.
</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="BeginRemovingFromSubnetAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> BeginRemovingFromSubnetAsync (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string virtualNetworkName, string subnetName, string networkSecurityGroupName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> BeginRemovingFromSubnetAsync(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string virtualNetworkName, string subnetName, string networkSecurityGroupName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginRemovingFromSubnetAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginRemovingFromSubnetAsync (operations As INetworkSecurityGroupOperations, virtualNetworkName As String, subnetName As String, networkSecurityGroupName As String) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member BeginRemovingFromSubnetAsync : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginRemovingFromSubnetAsync (operations, virtualNetworkName, subnetName, networkSecurityGroupName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="virtualNetworkName" Type="System.String" />
<Parameter Name="subnetName" Type="System.String" />
<Parameter Name="networkSecurityGroupName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="virtualNetworkName">
Required.
</param>
<param name="subnetName">
Required.
</param>
<param name="networkSecurityGroupName">
Required.
</param>
<summary>
Removes a Network Security Group from a subnet.
</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="BeginSettingRule">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.OperationStatusResponse BeginSettingRule (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName, string ruleName, Microsoft.WindowsAzure.Management.Network.Models.NetworkSecuritySetRuleParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.OperationStatusResponse BeginSettingRule(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName, string ruleName, class Microsoft.WindowsAzure.Management.Network.Models.NetworkSecuritySetRuleParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginSettingRule(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecuritySetRuleParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginSettingRule (operations As INetworkSecurityGroupOperations, networkSecurityGroupName As String, ruleName As String, parameters As NetworkSecuritySetRuleParameters) As OperationStatusResponse" />
<MemberSignature Language="F#" Value="static member BeginSettingRule : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.NetworkSecuritySetRuleParameters -> Microsoft.Azure.OperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginSettingRule (operations, networkSecurityGroupName, ruleName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.OperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="networkSecurityGroupName" Type="System.String" />
<Parameter Name="ruleName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.NetworkSecuritySetRuleParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="networkSecurityGroupName">
Optional.
</param>
<param name="ruleName">
Optional.
</param>
<param name="parameters">
Required. Parameters supplied to the Set Network Security Rule
operation.
</param>
<summary>
Sets a new Network Security Rule to existing Network Security Group.
</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="BeginSettingRuleAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> BeginSettingRuleAsync (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName, string ruleName, Microsoft.WindowsAzure.Management.Network.Models.NetworkSecuritySetRuleParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> BeginSettingRuleAsync(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName, string ruleName, class Microsoft.WindowsAzure.Management.Network.Models.NetworkSecuritySetRuleParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginSettingRuleAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecuritySetRuleParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginSettingRuleAsync (operations As INetworkSecurityGroupOperations, networkSecurityGroupName As String, ruleName As String, parameters As NetworkSecuritySetRuleParameters) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member BeginSettingRuleAsync : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.NetworkSecuritySetRuleParameters -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.BeginSettingRuleAsync (operations, networkSecurityGroupName, ruleName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="networkSecurityGroupName" Type="System.String" />
<Parameter Name="ruleName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.NetworkSecuritySetRuleParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="networkSecurityGroupName">
Optional.
</param>
<param name="ruleName">
Optional.
</param>
<param name="parameters">
Required. Parameters supplied to the Set Network Security Rule
operation.
</param>
<summary>
Sets a new Network Security Rule to existing Network Security Group.
</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="CommitMigration">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.OperationStatusResponse CommitMigration (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.OperationStatusResponse CommitMigration(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.CommitMigration(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function CommitMigration (operations As INetworkSecurityGroupOperations, networkSecurityGroupName As String) As OperationStatusResponse" />
<MemberSignature Language="F#" Value="static member CommitMigration : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string -> Microsoft.Azure.OperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.CommitMigration (operations, networkSecurityGroupName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.OperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="networkSecurityGroupName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="networkSecurityGroupName">
Required. Name of the network security group to be migrated.
</param>
<summary>
Commit resservedIP migration api validates and commits the given
network security group for IaaS Classic to ARM migration.
</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="CommitMigrationAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> CommitMigrationAsync (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> CommitMigrationAsync(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.CommitMigrationAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function CommitMigrationAsync (operations As INetworkSecurityGroupOperations, networkSecurityGroupName As String) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member CommitMigrationAsync : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.CommitMigrationAsync (operations, networkSecurityGroupName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="networkSecurityGroupName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="networkSecurityGroupName">
Required. Name of the network security group to be migrated.
</param>
<summary>
Commit resservedIP migration api validates and commits the given
network security group for IaaS Classic to ARM migration.
</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="Create">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.OperationStatusResponse Create (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupCreateParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.OperationStatusResponse Create(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, class Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupCreateParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.Create(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupCreateParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function Create (operations As INetworkSecurityGroupOperations, parameters As NetworkSecurityGroupCreateParameters) As OperationStatusResponse" />
<MemberSignature Language="F#" Value="static member Create : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupCreateParameters -> Microsoft.Azure.OperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.Create (operations, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.OperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupCreateParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="parameters">
Required. Parameters supplied to the Create Network Security Group
operation.
</param>
<summary>
Creates a new Network Security Group.
</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.Azure.OperationStatusResponse> CreateAsync (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupCreateParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> CreateAsync(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, class Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupCreateParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.CreateAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupCreateParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function CreateAsync (operations As INetworkSecurityGroupOperations, parameters As NetworkSecurityGroupCreateParameters) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member CreateAsync : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupCreateParameters -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.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.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupCreateParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="parameters">
Required. Parameters supplied to the Create Network Security Group
operation.
</param>
<summary>
Creates a new Network Security Group.
</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.Azure.OperationStatusResponse Delete (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.OperationStatusResponse Delete(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.Delete(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function Delete (operations As INetworkSecurityGroupOperations, networkSecurityGroupName As String) As OperationStatusResponse" />
<MemberSignature Language="F#" Value="static member Delete : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string -> Microsoft.Azure.OperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.Delete (operations, networkSecurityGroupName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.OperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="networkSecurityGroupName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="networkSecurityGroupName">
Required. The name of the Network Security Group to delete.
</param>
<summary>
The Delete Network Security Group operation removes thespecified
Network Security Group from your subscription.If the Network
Security group is still associated with some VM/Role/Subnet, the
deletion will fail. In order to successfully delete the Network
Security, it needs to be not used.
</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.Azure.OperationStatusResponse> DeleteAsync (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> DeleteAsync(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.DeleteAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function DeleteAsync (operations As INetworkSecurityGroupOperations, networkSecurityGroupName As String) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member DeleteAsync : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.DeleteAsync (operations, networkSecurityGroupName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="networkSecurityGroupName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="networkSecurityGroupName">
Required. The name of the Network Security Group to delete.
</param>
<summary>
The Delete Network Security Group operation removes thespecified
Network Security Group from your subscription.If the Network
Security group is still associated with some VM/Role/Subnet, the
deletion will fail. In order to successfully delete the Network
Security, it needs to be not used.
</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="DeleteRule">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.OperationStatusResponse DeleteRule (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName, string ruleName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.OperationStatusResponse DeleteRule(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName, string ruleName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.DeleteRule(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function DeleteRule (operations As INetworkSecurityGroupOperations, networkSecurityGroupName As String, ruleName As String) As OperationStatusResponse" />
<MemberSignature Language="F#" Value="static member DeleteRule : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string * string -> Microsoft.Azure.OperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.DeleteRule (operations, networkSecurityGroupName, ruleName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.OperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="networkSecurityGroupName" Type="System.String" />
<Parameter Name="ruleName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="networkSecurityGroupName">
Required. The name of the Network Security Group.
</param>
<param name="ruleName">
Required. The name of the rule to delete.
</param>
<summary>
The Delete Network Security Rule operation removes a rule from the
specified Network Security Group.
</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="DeleteRuleAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> DeleteRuleAsync (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName, string ruleName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> DeleteRuleAsync(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName, string ruleName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.DeleteRuleAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function DeleteRuleAsync (operations As INetworkSecurityGroupOperations, networkSecurityGroupName As String, ruleName As String) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member DeleteRuleAsync : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.DeleteRuleAsync (operations, networkSecurityGroupName, ruleName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="networkSecurityGroupName" Type="System.String" />
<Parameter Name="ruleName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="networkSecurityGroupName">
Required. The name of the Network Security Group.
</param>
<param name="ruleName">
Required. The name of the rule to delete.
</param>
<summary>
The Delete Network Security Rule operation removes a rule from the
specified Network Security Group.
</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.NetworkSecurityGroupGetResponse Get (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName, string detailLevel);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupGetResponse Get(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName, string detailLevel) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.Get(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function Get (operations As INetworkSecurityGroupOperations, networkSecurityGroupName As String, detailLevel As String) As NetworkSecurityGroupGetResponse" />
<MemberSignature Language="F#" Value="static member Get : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string * string -> Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupGetResponse" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.Get (operations, networkSecurityGroupName, detailLevel)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupGetResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="networkSecurityGroupName" Type="System.String" />
<Parameter Name="detailLevel" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="networkSecurityGroupName">
Required. The name of the Network Security Group to retrieve.
</param>
<param name="detailLevel">
Optional. Use 'Full' to list rules.
</param>
<summary>
Gets the details for the specified Network Security Group in the
subscription.
</summary>
<returns>
A Network Security Group associated with your subscription.
</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.NetworkSecurityGroupGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName, string detailLevel);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupGetResponse> GetAsync(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName, string detailLevel) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAsync (operations As INetworkSecurityGroupOperations, networkSecurityGroupName As String, detailLevel As String) As Task(Of NetworkSecurityGroupGetResponse)" />
<MemberSignature Language="F#" Value="static member GetAsync : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupGetResponse>" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.GetAsync (operations, networkSecurityGroupName, detailLevel)" />
<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.NetworkSecurityGroupGetResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="networkSecurityGroupName" Type="System.String" />
<Parameter Name="detailLevel" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="networkSecurityGroupName">
Required. The name of the Network Security Group to retrieve.
</param>
<param name="detailLevel">
Optional. Use 'Full' to list rules.
</param>
<summary>
Gets the details for the specified Network Security Group in the
subscription.
</summary>
<returns>
A Network Security Group associated with your subscription.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetForNetworkInterface">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupGetAssociationResponse GetForNetworkInterface (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string serviceName, string deploymentName, string roleName, string networkInterfaceName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupGetAssociationResponse GetForNetworkInterface(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string serviceName, string deploymentName, string roleName, string networkInterfaceName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.GetForNetworkInterface(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetForNetworkInterface (operations As INetworkSecurityGroupOperations, serviceName As String, deploymentName As String, roleName As String, networkInterfaceName As String) As NetworkSecurityGroupGetAssociationResponse" />
<MemberSignature Language="F#" Value="static member GetForNetworkInterface : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string * string * string * string -> Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupGetAssociationResponse" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.GetForNetworkInterface (operations, serviceName, deploymentName, roleName, networkInterfaceName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupGetAssociationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="roleName" Type="System.String" />
<Parameter Name="networkInterfaceName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="serviceName">
Required.
</param>
<param name="deploymentName">
Required.
</param>
<param name="roleName">
Required.
</param>
<param name="networkInterfaceName">
Required.
</param>
<summary>
Gets the Network Security Group applied to a specific network
interface.
</summary>
<returns>
The Network Security Group associated with an entity: subnet,
network interface or role.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetForNetworkInterfaceAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupGetAssociationResponse> GetForNetworkInterfaceAsync (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string serviceName, string deploymentName, string roleName, string networkInterfaceName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupGetAssociationResponse> GetForNetworkInterfaceAsync(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string serviceName, string deploymentName, string roleName, string networkInterfaceName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.GetForNetworkInterfaceAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetForNetworkInterfaceAsync (operations As INetworkSecurityGroupOperations, serviceName As String, deploymentName As String, roleName As String, networkInterfaceName As String) As Task(Of NetworkSecurityGroupGetAssociationResponse)" />
<MemberSignature Language="F#" Value="static member GetForNetworkInterfaceAsync : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string * string * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupGetAssociationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.GetForNetworkInterfaceAsync (operations, serviceName, deploymentName, roleName, networkInterfaceName)" />
<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.NetworkSecurityGroupGetAssociationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="roleName" Type="System.String" />
<Parameter Name="networkInterfaceName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="serviceName">
Required.
</param>
<param name="deploymentName">
Required.
</param>
<param name="roleName">
Required.
</param>
<param name="networkInterfaceName">
Required.
</param>
<summary>
Gets the Network Security Group applied to a specific network
interface.
</summary>
<returns>
The Network Security Group associated with an entity: subnet,
network interface or role.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetForRole">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupGetAssociationResponse GetForRole (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string serviceName, string deploymentName, string roleName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupGetAssociationResponse GetForRole(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string serviceName, string deploymentName, string roleName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.GetForRole(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetForRole (operations As INetworkSecurityGroupOperations, serviceName As String, deploymentName As String, roleName As String) As NetworkSecurityGroupGetAssociationResponse" />
<MemberSignature Language="F#" Value="static member GetForRole : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string * string * string -> Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupGetAssociationResponse" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.GetForRole (operations, serviceName, deploymentName, roleName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupGetAssociationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="roleName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="serviceName">
Required.
</param>
<param name="deploymentName">
Required.
</param>
<param name="roleName">
Required.
</param>
<summary>
Gets the Network Security Group applied to a specific role.
</summary>
<returns>
The Network Security Group associated with an entity: subnet,
network interface or role.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetForRoleAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupGetAssociationResponse> GetForRoleAsync (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string serviceName, string deploymentName, string roleName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupGetAssociationResponse> GetForRoleAsync(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string serviceName, string deploymentName, string roleName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.GetForRoleAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetForRoleAsync (operations As INetworkSecurityGroupOperations, serviceName As String, deploymentName As String, roleName As String) As Task(Of NetworkSecurityGroupGetAssociationResponse)" />
<MemberSignature Language="F#" Value="static member GetForRoleAsync : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupGetAssociationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.GetForRoleAsync (operations, serviceName, deploymentName, roleName)" />
<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.NetworkSecurityGroupGetAssociationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="roleName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="serviceName">
Required.
</param>
<param name="deploymentName">
Required.
</param>
<param name="roleName">
Required.
</param>
<summary>
Gets the Network Security Group applied to a specific role.
</summary>
<returns>
The Network Security Group associated with an entity: subnet,
network interface or role.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetForSubnet">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupGetAssociationResponse GetForSubnet (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string virtualNetworkName, string subnetName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupGetAssociationResponse GetForSubnet(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string virtualNetworkName, string subnetName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.GetForSubnet(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetForSubnet (operations As INetworkSecurityGroupOperations, virtualNetworkName As String, subnetName As String) As NetworkSecurityGroupGetAssociationResponse" />
<MemberSignature Language="F#" Value="static member GetForSubnet : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string * string -> Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupGetAssociationResponse" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.GetForSubnet (operations, virtualNetworkName, subnetName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupGetAssociationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="virtualNetworkName" Type="System.String" />
<Parameter Name="subnetName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="virtualNetworkName">
Required.
</param>
<param name="subnetName">
Required.
</param>
<summary>
Gets the Network Security Group applied to a specific subnet.
</summary>
<returns>
The Network Security Group associated with an entity: subnet,
network interface or role.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetForSubnetAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupGetAssociationResponse> GetForSubnetAsync (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string virtualNetworkName, string subnetName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupGetAssociationResponse> GetForSubnetAsync(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string virtualNetworkName, string subnetName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.GetForSubnetAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetForSubnetAsync (operations As INetworkSecurityGroupOperations, virtualNetworkName As String, subnetName As String) As Task(Of NetworkSecurityGroupGetAssociationResponse)" />
<MemberSignature Language="F#" Value="static member GetForSubnetAsync : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupGetAssociationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.GetForSubnetAsync (operations, virtualNetworkName, subnetName)" />
<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.NetworkSecurityGroupGetAssociationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="virtualNetworkName" Type="System.String" />
<Parameter Name="subnetName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="virtualNetworkName">
Required.
</param>
<param name="subnetName">
Required.
</param>
<summary>
Gets the Network Security Group applied to a specific subnet.
</summary>
<returns>
The Network Security Group associated with an entity: subnet,
network interface or role.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="List">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupListResponse List (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupListResponse List(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.List(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function List (operations As INetworkSecurityGroupOperations) As NetworkSecurityGroupListResponse" />
<MemberSignature Language="F#" Value="static member List : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations -> Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupListResponse" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.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.NetworkSecurityGroupListResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<summary>
Lists all of the Network Security Groups for the subscription.
</summary>
<returns>
The List Definitions operation response.
</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.NetworkSecurityGroupListResponse> ListAsync (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupListResponse> ListAsync(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.ListAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListAsync (operations As INetworkSecurityGroupOperations) As Task(Of NetworkSecurityGroupListResponse)" />
<MemberSignature Language="F#" Value="static member ListAsync : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupListResponse>" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.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.NetworkSecurityGroupListResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<summary>
Lists all of the Network Security Groups for the subscription.
</summary>
<returns>
The List Definitions operation response.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="PrepareMigration">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.OperationStatusResponse PrepareMigration (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.OperationStatusResponse PrepareMigration(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.PrepareMigration(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function PrepareMigration (operations As INetworkSecurityGroupOperations, networkSecurityGroupName As String) As OperationStatusResponse" />
<MemberSignature Language="F#" Value="static member PrepareMigration : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string -> Microsoft.Azure.OperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.PrepareMigration (operations, networkSecurityGroupName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.OperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="networkSecurityGroupName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="networkSecurityGroupName">
Required. Name of the network security group to be migrated.
</param>
<summary>
Prepare resservedIP migration api validates and prepares the given
network security group for IaaS Classic to ARM migration.
</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="PrepareMigrationAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> PrepareMigrationAsync (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> PrepareMigrationAsync(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.PrepareMigrationAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function PrepareMigrationAsync (operations As INetworkSecurityGroupOperations, networkSecurityGroupName As String) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member PrepareMigrationAsync : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.PrepareMigrationAsync (operations, networkSecurityGroupName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="networkSecurityGroupName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="networkSecurityGroupName">
Required. Name of the network security group to be migrated.
</param>
<summary>
Prepare resservedIP migration api validates and prepares the given
network security group for IaaS Classic to ARM migration.
</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="RemoveFromNetworkInterface">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.OperationStatusResponse RemoveFromNetworkInterface (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string serviceName, string deploymentName, string roleName, string networkInterfaceName, string networkSecurityGroupName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.OperationStatusResponse RemoveFromNetworkInterface(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string serviceName, string deploymentName, string roleName, string networkInterfaceName, string networkSecurityGroupName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.RemoveFromNetworkInterface(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function RemoveFromNetworkInterface (operations As INetworkSecurityGroupOperations, serviceName As String, deploymentName As String, roleName As String, networkInterfaceName As String, networkSecurityGroupName As String) As OperationStatusResponse" />
<MemberSignature Language="F#" Value="static member RemoveFromNetworkInterface : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string * string * string * string * string -> Microsoft.Azure.OperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.RemoveFromNetworkInterface (operations, serviceName, deploymentName, roleName, networkInterfaceName, networkSecurityGroupName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.OperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="roleName" Type="System.String" />
<Parameter Name="networkInterfaceName" Type="System.String" />
<Parameter Name="networkSecurityGroupName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="serviceName">
Required.
</param>
<param name="deploymentName">
Required.
</param>
<param name="roleName">
Required.
</param>
<param name="networkInterfaceName">
Required.
</param>
<param name="networkSecurityGroupName">
Required.
</param>
<summary>
Removes a Network Security Group from a network interface.
</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="RemoveFromNetworkInterfaceAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> RemoveFromNetworkInterfaceAsync (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string serviceName, string deploymentName, string roleName, string networkInterfaceName, string networkSecurityGroupName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> RemoveFromNetworkInterfaceAsync(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string serviceName, string deploymentName, string roleName, string networkInterfaceName, string networkSecurityGroupName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.RemoveFromNetworkInterfaceAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function RemoveFromNetworkInterfaceAsync (operations As INetworkSecurityGroupOperations, serviceName As String, deploymentName As String, roleName As String, networkInterfaceName As String, networkSecurityGroupName As String) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member RemoveFromNetworkInterfaceAsync : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string * string * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.RemoveFromNetworkInterfaceAsync (operations, serviceName, deploymentName, roleName, networkInterfaceName, networkSecurityGroupName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="roleName" Type="System.String" />
<Parameter Name="networkInterfaceName" Type="System.String" />
<Parameter Name="networkSecurityGroupName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="serviceName">
Required.
</param>
<param name="deploymentName">
Required.
</param>
<param name="roleName">
Required.
</param>
<param name="networkInterfaceName">
Required.
</param>
<param name="networkSecurityGroupName">
Required.
</param>
<summary>
Removes a Network Security Group from a network interface.
</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="RemoveFromRole">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.OperationStatusResponse RemoveFromRole (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string serviceName, string deploymentName, string roleName, string networkSecurityGroupName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.OperationStatusResponse RemoveFromRole(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string serviceName, string deploymentName, string roleName, string networkSecurityGroupName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.RemoveFromRole(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function RemoveFromRole (operations As INetworkSecurityGroupOperations, serviceName As String, deploymentName As String, roleName As String, networkSecurityGroupName As String) As OperationStatusResponse" />
<MemberSignature Language="F#" Value="static member RemoveFromRole : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string * string * string * string -> Microsoft.Azure.OperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.RemoveFromRole (operations, serviceName, deploymentName, roleName, networkSecurityGroupName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.OperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="roleName" Type="System.String" />
<Parameter Name="networkSecurityGroupName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="serviceName">
Required.
</param>
<param name="deploymentName">
Required.
</param>
<param name="roleName">
Required.
</param>
<param name="networkSecurityGroupName">
Required.
</param>
<summary>
Removes a Network Security Group from a role.
</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="RemoveFromRoleAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> RemoveFromRoleAsync (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string serviceName, string deploymentName, string roleName, string networkSecurityGroupName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> RemoveFromRoleAsync(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string serviceName, string deploymentName, string roleName, string networkSecurityGroupName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.RemoveFromRoleAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function RemoveFromRoleAsync (operations As INetworkSecurityGroupOperations, serviceName As String, deploymentName As String, roleName As String, networkSecurityGroupName As String) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member RemoveFromRoleAsync : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.RemoveFromRoleAsync (operations, serviceName, deploymentName, roleName, networkSecurityGroupName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="serviceName" Type="System.String" />
<Parameter Name="deploymentName" Type="System.String" />
<Parameter Name="roleName" Type="System.String" />
<Parameter Name="networkSecurityGroupName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="serviceName">
Required.
</param>
<param name="deploymentName">
Required.
</param>
<param name="roleName">
Required.
</param>
<param name="networkSecurityGroupName">
Required.
</param>
<summary>
Removes a Network Security Group from a role.
</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="RemoveFromSubnet">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.OperationStatusResponse RemoveFromSubnet (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string virtualNetworkName, string subnetName, string networkSecurityGroupName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.OperationStatusResponse RemoveFromSubnet(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string virtualNetworkName, string subnetName, string networkSecurityGroupName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.RemoveFromSubnet(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function RemoveFromSubnet (operations As INetworkSecurityGroupOperations, virtualNetworkName As String, subnetName As String, networkSecurityGroupName As String) As OperationStatusResponse" />
<MemberSignature Language="F#" Value="static member RemoveFromSubnet : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string * string * string -> Microsoft.Azure.OperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.RemoveFromSubnet (operations, virtualNetworkName, subnetName, networkSecurityGroupName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.OperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="virtualNetworkName" Type="System.String" />
<Parameter Name="subnetName" Type="System.String" />
<Parameter Name="networkSecurityGroupName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="virtualNetworkName">
Required.
</param>
<param name="subnetName">
Required.
</param>
<param name="networkSecurityGroupName">
Required.
</param>
<summary>
Removes a Network Security Group from a subnet.
</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="RemoveFromSubnetAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> RemoveFromSubnetAsync (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string virtualNetworkName, string subnetName, string networkSecurityGroupName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> RemoveFromSubnetAsync(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string virtualNetworkName, string subnetName, string networkSecurityGroupName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.RemoveFromSubnetAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function RemoveFromSubnetAsync (operations As INetworkSecurityGroupOperations, virtualNetworkName As String, subnetName As String, networkSecurityGroupName As String) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member RemoveFromSubnetAsync : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.RemoveFromSubnetAsync (operations, virtualNetworkName, subnetName, networkSecurityGroupName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="virtualNetworkName" Type="System.String" />
<Parameter Name="subnetName" Type="System.String" />
<Parameter Name="networkSecurityGroupName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="virtualNetworkName">
Required.
</param>
<param name="subnetName">
Required.
</param>
<param name="networkSecurityGroupName">
Required.
</param>
<summary>
Removes a Network Security Group from a subnet.
</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="SetRule">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.OperationStatusResponse SetRule (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName, string ruleName, Microsoft.WindowsAzure.Management.Network.Models.NetworkSecuritySetRuleParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.OperationStatusResponse SetRule(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName, string ruleName, class Microsoft.WindowsAzure.Management.Network.Models.NetworkSecuritySetRuleParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.SetRule(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecuritySetRuleParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function SetRule (operations As INetworkSecurityGroupOperations, networkSecurityGroupName As String, ruleName As String, parameters As NetworkSecuritySetRuleParameters) As OperationStatusResponse" />
<MemberSignature Language="F#" Value="static member SetRule : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.NetworkSecuritySetRuleParameters -> Microsoft.Azure.OperationStatusResponse" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.SetRule (operations, networkSecurityGroupName, ruleName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.OperationStatusResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="networkSecurityGroupName" Type="System.String" />
<Parameter Name="ruleName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.NetworkSecuritySetRuleParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="networkSecurityGroupName">
Optional.
</param>
<param name="ruleName">
Optional.
</param>
<param name="parameters">
Required. Parameters supplied to the Set Network Security Rule
operation.
</param>
<summary>
Add new Network Security Rule to existing Network Security Group.
</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="SetRuleAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse> SetRuleAsync (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName, string ruleName, Microsoft.WindowsAzure.Management.Network.Models.NetworkSecuritySetRuleParameters parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.OperationStatusResponse> SetRuleAsync(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName, string ruleName, class Microsoft.WindowsAzure.Management.Network.Models.NetworkSecuritySetRuleParameters parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.SetRuleAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Network.Models.NetworkSecuritySetRuleParameters)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function SetRuleAsync (operations As INetworkSecurityGroupOperations, networkSecurityGroupName As String, ruleName As String, parameters As NetworkSecuritySetRuleParameters) As Task(Of OperationStatusResponse)" />
<MemberSignature Language="F#" Value="static member SetRuleAsync : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.NetworkSecuritySetRuleParameters -> System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse>" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.SetRuleAsync (operations, networkSecurityGroupName, ruleName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.OperationStatusResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="networkSecurityGroupName" Type="System.String" />
<Parameter Name="ruleName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.WindowsAzure.Management.Network.Models.NetworkSecuritySetRuleParameters" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="networkSecurityGroupName">
Optional.
</param>
<param name="ruleName">
Optional.
</param>
<param name="parameters">
Required. Parameters supplied to the Set Network Security Rule
operation.
</param>
<summary>
Add new Network Security Rule to existing Network Security Group.
</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="ValidateMigration">
<MemberSignature Language="C#" Value="public static Microsoft.WindowsAzure.Management.Network.Models.NetworkMigrationValidationResponse ValidateMigration (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.WindowsAzure.Management.Network.Models.NetworkMigrationValidationResponse ValidateMigration(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.ValidateMigration(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ValidateMigration (operations As INetworkSecurityGroupOperations, networkSecurityGroupName As String) As NetworkMigrationValidationResponse" />
<MemberSignature Language="F#" Value="static member ValidateMigration : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string -> Microsoft.WindowsAzure.Management.Network.Models.NetworkMigrationValidationResponse" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.ValidateMigration (operations, networkSecurityGroupName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.Network</AssemblyName>
<AssemblyVersion>8.2.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.Network.Models.NetworkMigrationValidationResponse</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="networkSecurityGroupName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="networkSecurityGroupName">
Required. Name of the network security group to be migrated.
</param>
<summary>
Validate network security group migration api validates the given
network security group for IaaS Classic to ARM migration.
</summary>
<returns>
The Validate Network Migration operation response.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ValidateMigrationAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.NetworkMigrationValidationResponse> ValidateMigrationAsync (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.Network.Models.NetworkMigrationValidationResponse> ValidateMigrationAsync(class Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.ValidateMigrationAsync(Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ValidateMigrationAsync (operations As INetworkSecurityGroupOperations, networkSecurityGroupName As String) As Task(Of NetworkMigrationValidationResponse)" />
<MemberSignature Language="F#" Value="static member ValidateMigrationAsync : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.NetworkMigrationValidationResponse>" Usage="Microsoft.WindowsAzure.Management.Network.NetworkSecurityGroupOperationsExtensions.ValidateMigrationAsync (operations, networkSecurityGroupName)" />
<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.NetworkMigrationValidationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations" RefType="this" />
<Parameter Name="networkSecurityGroupName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
Reference to the
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
</param>
<param name="networkSecurityGroupName">
Required. Name of the network security group to be migrated.
</param>
<summary>
Validate network security group migration api validates the given
network security group for IaaS Classic to ARM migration.
</summary>
<returns>
The Validate Network Migration operation response.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>