IPolicyAssignmentsOperations Interface

Definition

PolicyAssignmentsOperations operations.

public interface IPolicyAssignmentsOperations
type IPolicyAssignmentsOperations = interface
Public Interface IPolicyAssignmentsOperations

Methods

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

Creates or updates a policy assignment.

CreateWithHttpMessagesAsync(String, String, PolicyAssignment, 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.

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

Retrieves all policy assignments that apply to a management group.

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

Retrieves all policy assignments that apply to a management group.

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

Retrieves all policy assignments that apply to a resource group.

ListForResourceGroupWithHttpMessagesAsync(String, String, Nullable<Int32>, 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<PolicyAssignment>, 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<PolicyAssignment>, Dictionary<String,List<String>>, CancellationToken)

Retrieves all policy assignments that apply to a subscription.

UpdateByIdWithHttpMessagesAsync(String, PolicyAssignmentUpdate, Dictionary<String,List<String>>, CancellationToken)

Updates a policy assignment.

UpdateWithHttpMessagesAsync(String, String, PolicyAssignmentUpdate, Dictionary<String,List<String>>, CancellationToken)

Updates a policy assignment.

Extension Methods

Create(IPolicyAssignmentsOperations, String, String, PolicyAssignment)

Creates or updates a policy assignment.

CreateAsync(IPolicyAssignmentsOperations, String, String, PolicyAssignment, CancellationToken)

Creates or updates a policy assignment.

CreateById(IPolicyAssignmentsOperations, String, PolicyAssignment)

Creates or updates a policy assignment.

CreateByIdAsync(IPolicyAssignmentsOperations, String, PolicyAssignment, CancellationToken)

Creates or updates a policy assignment.

Delete(IPolicyAssignmentsOperations, String, String)

Deletes a policy assignment.

DeleteAsync(IPolicyAssignmentsOperations, String, String, CancellationToken)

Deletes a policy assignment.

DeleteById(IPolicyAssignmentsOperations, String)

Deletes a policy assignment.

DeleteByIdAsync(IPolicyAssignmentsOperations, String, CancellationToken)

Deletes a policy assignment.

Get(IPolicyAssignmentsOperations, String, String)

Retrieves a policy assignment.

GetAsync(IPolicyAssignmentsOperations, String, String, CancellationToken)

Retrieves a policy assignment.

GetById(IPolicyAssignmentsOperations, String)

Retrieves the policy assignment with the given ID.

GetByIdAsync(IPolicyAssignmentsOperations, String, CancellationToken)

Retrieves the policy assignment with the given ID.

List(IPolicyAssignmentsOperations, ODataQuery<PolicyAssignment>)

Retrieves all policy assignments that apply to a subscription.

ListAsync(IPolicyAssignmentsOperations, ODataQuery<PolicyAssignment>, CancellationToken)

Retrieves all policy assignments that apply to a subscription.

ListForManagementGroup(IPolicyAssignmentsOperations, String, String, Nullable<Int32>)

Retrieves all policy assignments that apply to a management group.

ListForManagementGroupAsync(IPolicyAssignmentsOperations, String, String, Nullable<Int32>, CancellationToken)

Retrieves all policy assignments that apply to a management group.

ListForManagementGroupNext(IPolicyAssignmentsOperations, String)

Retrieves all policy assignments that apply to a management group.

ListForManagementGroupNextAsync(IPolicyAssignmentsOperations, String, CancellationToken)

Retrieves all policy assignments that apply to a management group.

ListForResource(IPolicyAssignmentsOperations, String, String, String, String, String, ODataQuery<PolicyAssignment>)

Retrieves all policy assignments that apply to a resource.

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

Retrieves all policy assignments that apply to a resource.

ListForResourceGroup(IPolicyAssignmentsOperations, String, String, Nullable<Int32>)

Retrieves all policy assignments that apply to a resource group.

ListForResourceGroupAsync(IPolicyAssignmentsOperations, String, String, Nullable<Int32>, CancellationToken)

Retrieves all policy assignments that apply to a resource group.

ListForResourceGroupNext(IPolicyAssignmentsOperations, String)

Retrieves all policy assignments that apply to a resource group.

ListForResourceGroupNextAsync(IPolicyAssignmentsOperations, String, CancellationToken)

Retrieves all policy assignments that apply to a resource group.

ListForResourceNext(IPolicyAssignmentsOperations, String)

Retrieves all policy assignments that apply to a resource.

ListForResourceNextAsync(IPolicyAssignmentsOperations, String, CancellationToken)

Retrieves all policy assignments that apply to a resource.

ListNext(IPolicyAssignmentsOperations, String)

Retrieves all policy assignments that apply to a subscription.

ListNextAsync(IPolicyAssignmentsOperations, String, CancellationToken)

Retrieves all policy assignments that apply to a subscription.

Update(IPolicyAssignmentsOperations, String, String, PolicyAssignmentUpdate)
UpdateAsync(IPolicyAssignmentsOperations, String, String, PolicyAssignmentUpdate, CancellationToken)
UpdateById(IPolicyAssignmentsOperations, String, PolicyAssignmentUpdate)
UpdateByIdAsync(IPolicyAssignmentsOperations, String, PolicyAssignmentUpdate, CancellationToken)

Applies to