IpGroupsOperations.StartCreateOrUpdateAsync(String, String, IpGroup, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates or updates an ipGroups in a specified resource group.
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.Network.IpGroupsCreateOrUpdateOperation> StartCreateOrUpdateAsync (string resourceGroupName, string ipGroupsName, Azure.ResourceManager.Network.Models.IpGroup parameters, System.Threading.CancellationToken cancellationToken = default);
abstract member StartCreateOrUpdateAsync : string * string * Azure.ResourceManager.Network.Models.IpGroup * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.Network.IpGroupsCreateOrUpdateOperation>
override this.StartCreateOrUpdateAsync : string * string * Azure.ResourceManager.Network.Models.IpGroup * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.Network.IpGroupsCreateOrUpdateOperation>
Public Overridable Function StartCreateOrUpdateAsync (resourceGroupName As String, ipGroupsName As String, parameters As IpGroup, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IpGroupsCreateOrUpdateOperation)
Parameters
- resourceGroupName
- System.String
The name of the resource group.
- ipGroupsName
- System.String
The name of the ipGroups.
- parameters
- IpGroup
Parameters supplied to the create or update IpGroups operation.
- cancellationToken
- System.Threading.CancellationToken
The cancellation token to use.
Returns
- System.Threading.Tasks.Task<IpGroupsCreateOrUpdateOperation>
Exceptions
System.ArgumentNullException
resourceGroupName
, ipGroupsName
, or parameters
is null.