Share via


RolesOperationsExtensions Class

Definition

Extension methods for RolesOperations.

public static class RolesOperationsExtensions
type RolesOperationsExtensions = class
Public Module RolesOperationsExtensions
Inheritance
RolesOperationsExtensions

Methods

BeginCreateOrUpdate(IRolesOperations, String, String, Role, String)

Create or update a role.

BeginCreateOrUpdateAsync(IRolesOperations, String, String, Role, String, CancellationToken)

Create or update a role.

BeginDelete(IRolesOperations, String, String, String)

Deletes the role on the device.

BeginDeleteAsync(IRolesOperations, String, String, String, CancellationToken)

Deletes the role on the device.

CreateOrUpdate(IRolesOperations, String, String, Role, String)

Create or update a role.

CreateOrUpdateAsync(IRolesOperations, String, String, Role, String, CancellationToken)

Create or update a role.

Delete(IRolesOperations, String, String, String)

Deletes the role on the device.

DeleteAsync(IRolesOperations, String, String, String, CancellationToken)

Deletes the role on the device.

Get(IRolesOperations, String, String, String)

Gets a specific role by name.

GetAsync(IRolesOperations, String, String, String, CancellationToken)

Gets a specific role by name.

ListByDataBoxEdgeDevice(IRolesOperations, String, String)

Lists all the roles configured in a Data Box Edge/Data Box Gateway device.

ListByDataBoxEdgeDeviceAsync(IRolesOperations, String, String, CancellationToken)

Lists all the roles configured in a Data Box Edge/Data Box Gateway device.

ListByDataBoxEdgeDeviceNext(IRolesOperations, String)

Lists all the roles configured in a Data Box Edge/Data Box Gateway device.

ListByDataBoxEdgeDeviceNextAsync(IRolesOperations, String, CancellationToken)

Lists all the roles configured in a Data Box Edge/Data Box Gateway device.

Applies to