IAccessControlRecordsOperations Interface

Definition

AccessControlRecordsOperations operations.

public interface IAccessControlRecordsOperations
type IAccessControlRecordsOperations = interface
Public Interface IAccessControlRecordsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, AccessControlRecord, String, String, Dictionary<String,List<String>>, CancellationToken)

Creates or Updates an access control record.

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the access control record.

CreateOrUpdateWithHttpMessagesAsync(String, AccessControlRecord, String, String, Dictionary<String,List<String>>, CancellationToken)

Creates or Updates an access control record.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the access control record.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Returns the properties of the specified access control record name.

ListByManagerWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Retrieves all the access control records in a manager.

Extension Methods

BeginCreateOrUpdate(IAccessControlRecordsOperations, String, AccessControlRecord, String, String)

Creates or Updates an access control record.

BeginCreateOrUpdateAsync(IAccessControlRecordsOperations, String, AccessControlRecord, String, String, CancellationToken)

Creates or Updates an access control record.

BeginDelete(IAccessControlRecordsOperations, String, String, String)

Deletes the access control record.

BeginDeleteAsync(IAccessControlRecordsOperations, String, String, String, CancellationToken)

Deletes the access control record.

CreateOrUpdate(IAccessControlRecordsOperations, String, AccessControlRecord, String, String)

Creates or Updates an access control record.

CreateOrUpdateAsync(IAccessControlRecordsOperations, String, AccessControlRecord, String, String, CancellationToken)

Creates or Updates an access control record.

Delete(IAccessControlRecordsOperations, String, String, String)

Deletes the access control record.

DeleteAsync(IAccessControlRecordsOperations, String, String, String, CancellationToken)

Deletes the access control record.

Get(IAccessControlRecordsOperations, String, String, String)

Returns the properties of the specified access control record name.

GetAsync(IAccessControlRecordsOperations, String, String, String, CancellationToken)

Returns the properties of the specified access control record name.

ListByManager(IAccessControlRecordsOperations, String, String)

Retrieves all the access control records in a manager.

ListByManagerAsync(IAccessControlRecordsOperations, String, String, CancellationToken)

Retrieves all the access control records in a manager.

Applies to