IAccessPoliciesOperations 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.
AccessPoliciesOperations operations.
public interface IAccessPoliciesOperations
type IAccessPoliciesOperations = interface
Public Interface IAccessPoliciesOperations
Methods
CreateOrUpdateWithHttpMessagesAsync(String, String, String, Nullable<AccessPolicyRole>, AuthenticationBase, Dictionary<String,List<String>>, CancellationToken) |
Creates or updates an access policy. |
DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Deletes an access policy. |
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Retrieves an access policy resource. |
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
List access policy resources. |
ListWithHttpMessagesAsync(String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken) |
List access policy resources. |
UpdateWithHttpMessagesAsync(String, String, String, Nullable<AccessPolicyRole>, AuthenticationBase, Dictionary<String,List<String>>, CancellationToken) |
Updates an existing access policy. |