Compartilhar via


RolesOperationsExtensions.CreateOrUpdate Método

Definição

Criar ou atualizar uma função.

public static Microsoft.Azure.Management.EdgeGateway.Models.Role CreateOrUpdate (this Microsoft.Azure.Management.EdgeGateway.IRolesOperations operations, string deviceName, string name, Microsoft.Azure.Management.EdgeGateway.Models.Role role, string resourceGroupName);
static member CreateOrUpdate : Microsoft.Azure.Management.EdgeGateway.IRolesOperations * string * string * Microsoft.Azure.Management.EdgeGateway.Models.Role * string -> Microsoft.Azure.Management.EdgeGateway.Models.Role
<Extension()>
Public Function CreateOrUpdate (operations As IRolesOperations, deviceName As String, name As String, role As Role, resourceGroupName As String) As Role

Parâmetros

operations
IRolesOperations

O grupo de operações para esse método de extensão.

deviceName
String

O nome do dispositivo.

name
String

O nome da função.

role
Role

As propriedades da função.

resourceGroupName
String

O nome do grupo de recursos.

Retornos

Aplica-se a