PolicyRestrictionsOperationsExtensions Class

Definition

Extension methods for PolicyRestrictionsOperations.

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

Methods

CheckAtResourceGroupScope(IPolicyRestrictionsOperations, String, String, CheckRestrictionsRequest)

Checks what restrictions Azure Policy will place on a resource within a resource group. Use this when the resource group the resource will be created in is already known.

CheckAtResourceGroupScopeAsync(IPolicyRestrictionsOperations, String, String, CheckRestrictionsRequest, CancellationToken)

Checks what restrictions Azure Policy will place on a resource within a resource group. Use this when the resource group the resource will be created in is already known.

CheckAtSubscriptionScope(IPolicyRestrictionsOperations, String, CheckRestrictionsRequest)

Checks what restrictions Azure Policy will place on a resource within a subscription.

CheckAtSubscriptionScopeAsync(IPolicyRestrictionsOperations, String, CheckRestrictionsRequest, CancellationToken)

Checks what restrictions Azure Policy will place on a resource within a subscription.

Applies to