Share via


RolesOperationsExtensions.CreateOrUpdateAsync Method

Definition

Create or update a role.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.EdgeGateway.Models.Role> CreateOrUpdateAsync (this Microsoft.Azure.Management.EdgeGateway.IRolesOperations operations, string deviceName, string name, Microsoft.Azure.Management.EdgeGateway.Models.Role role, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.EdgeGateway.IRolesOperations * string * string * Microsoft.Azure.Management.EdgeGateway.Models.Role * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.EdgeGateway.Models.Role>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IRolesOperations, deviceName As String, name As String, role As Role, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Role)

Parameters

operations
IRolesOperations

The operations group for this extension method.

deviceName
String

The device name.

name
String

The role name.

role
Role

The role properties.

resourceGroupName
String

The resource group name.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to