PolicyAssignmentsOperationsExtensions Class

Definition

Extension methods for PolicyAssignmentsOperations.

public static class PolicyAssignmentsOperationsExtensions
type PolicyAssignmentsOperationsExtensions = class
Public Module PolicyAssignmentsOperationsExtensions
Inheritance
PolicyAssignmentsOperationsExtensions

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