IPolicyAssignmentsOperations Interface

Definition

PolicyAssignmentsOperations operations.

public interface IPolicyAssignmentsOperations
type IPolicyAssignmentsOperations = interface
Public Interface IPolicyAssignmentsOperations

Methods

CreateByIdWithHttpMessagesAsync(String, PolicyAssignmentInner, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a policy assignment.

CreateWithHttpMessagesAsync(String, String, PolicyAssignmentInner, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a policy assignment.

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

Deletes a policy assignment.

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

Deletes a policy assignment.

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

Retrieves the policy assignment with the given ID.

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

Retrieves a policy assignment.

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

Retrieves all policy assignments that apply to a resource group.

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

Retrieves all policy assignments that apply to a resource group.

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

Retrieves all policy assignments that apply to a resource.

ListForResourceWithHttpMessagesAsync(String, String, String, String, String, ODataQuery<PolicyAssignmentInner>, Dictionary<String, List<String>>, CancellationToken)

Retrieves all policy assignments that apply to a resource.

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

Retrieves all policy assignments that apply to a subscription.

ListWithHttpMessagesAsync(ODataQuery<PolicyAssignmentInner>, Dictionary<String,List<String>>, CancellationToken)

Retrieves all policy assignments that apply to a subscription.

Extension Methods

CreateAsync(IPolicyAssignmentsOperations, String, String, PolicyAssignmentInner, CancellationToken)

Creates or updates a policy assignment.

CreateByIdAsync(IPolicyAssignmentsOperations, String, PolicyAssignmentInner, CancellationToken)

Creates or updates a policy assignment.

DeleteAsync(IPolicyAssignmentsOperations, String, String, CancellationToken)

Deletes a policy assignment.

DeleteByIdAsync(IPolicyAssignmentsOperations, String, CancellationToken)

Deletes a policy assignment.

GetAsync(IPolicyAssignmentsOperations, String, String, CancellationToken)

Retrieves a policy assignment.

GetByIdAsync(IPolicyAssignmentsOperations, String, CancellationToken)

Retrieves the policy assignment with the given ID.

ListAsync(IPolicyAssignmentsOperations, ODataQuery<PolicyAssignmentInner>, CancellationToken)

Retrieves all policy assignments that apply to a subscription.

ListForResourceAsync(IPolicyAssignmentsOperations, String, String, String, String, String, ODataQuery<PolicyAssignmentInner>, CancellationToken)

Retrieves all policy assignments that apply to a resource.

ListForResourceGroupAsync(IPolicyAssignmentsOperations, String, String, CancellationToken)

Retrieves all policy assignments that apply to a resource group.

ListForResourceGroupNextAsync(IPolicyAssignmentsOperations, String, CancellationToken)

Retrieves all policy assignments that apply to a resource group.

ListForResourceNextAsync(IPolicyAssignmentsOperations, String, CancellationToken)

Retrieves all policy assignments that apply to a resource.

ListNextAsync(IPolicyAssignmentsOperations, String, CancellationToken)

Retrieves all policy assignments that apply to a subscription.

Applies to