Share via


NetworkSecurityGroupsOperationsExtensions.BeginCreateOrUpdateAsync Method

Definition

Creates or updates a network security group in the specified resource group.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.NetworkSecurityGroup> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.Network.INetworkSecurityGroupsOperations operations, string resourceGroupName, string networkSecurityGroupName, Microsoft.Azure.Management.Network.Models.NetworkSecurityGroup parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.Network.INetworkSecurityGroupsOperations * string * string * Microsoft.Azure.Management.Network.Models.NetworkSecurityGroup * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.NetworkSecurityGroup>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As INetworkSecurityGroupsOperations, resourceGroupName As String, networkSecurityGroupName As String, parameters As NetworkSecurityGroup, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NetworkSecurityGroup)

Parameters

operations
INetworkSecurityGroupsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

networkSecurityGroupName
String

The name of the network security group.

parameters
NetworkSecurityGroup

Parameters supplied to the create or update network security group operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to