IAccessPoliciesOperations Interface

Definition

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 a new access policy resource or updates an existing one.

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

Deletes an existing access policy resource.

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

Retrieves an existing access policy resource.

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

List all existing access policy resources.

ListWithHttpMessagesAsync(String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

List all existing access policy resources.

UpdateWithHttpMessagesAsync(String, String, String, Nullable<AccessPolicyRole>, AuthenticationBase, Dictionary<String,List<String>>, CancellationToken)

Updates individual properties of an existing access policy resource.

Extension Methods

CreateOrUpdate(IAccessPoliciesOperations, String, String, String, Nullable<AccessPolicyRole>, AuthenticationBase)

Creates a new access policy resource or updates an existing one.

CreateOrUpdateAsync(IAccessPoliciesOperations, String, String, String, Nullable<AccessPolicyRole>, AuthenticationBase, CancellationToken)

Creates a new access policy resource or updates an existing one.

Delete(IAccessPoliciesOperations, String, String, String)

Deletes an existing access policy resource.

DeleteAsync(IAccessPoliciesOperations, String, String, String, CancellationToken)

Deletes an existing access policy resource.

Get(IAccessPoliciesOperations, String, String, String)

Retrieves an existing access policy resource.

GetAsync(IAccessPoliciesOperations, String, String, String, CancellationToken)

Retrieves an existing access policy resource.

List(IAccessPoliciesOperations, String, String, Nullable<Int32>)

List all existing access policy resources.

ListAsync(IAccessPoliciesOperations, String, String, Nullable<Int32>, CancellationToken)

List all existing access policy resources.

ListNext(IAccessPoliciesOperations, String)

List all existing access policy resources.

ListNextAsync(IAccessPoliciesOperations, String, CancellationToken)

List all existing access policy resources.

Update(IAccessPoliciesOperations, String, String, String, Nullable<AccessPolicyRole>, AuthenticationBase)

Updates individual properties of an existing access policy resource.

UpdateAsync(IAccessPoliciesOperations, String, String, String, Nullable<AccessPolicyRole>, AuthenticationBase, CancellationToken)

Updates individual properties of an existing access policy resource.

Applies to