IAccessControlRecordsOperations Interface
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.
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
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET