IPolicyRestrictionsOperations Interface

Definition

PolicyRestrictionsOperations operations.

public interface IPolicyRestrictionsOperations
type IPolicyRestrictionsOperations = interface
Public Interface IPolicyRestrictionsOperations

Methods

CheckAtResourceGroupScopeWithHttpMessagesAsync(String, String, CheckRestrictionsRequest, Dictionary<String,List<String>>, 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.

CheckAtSubscriptionScopeWithHttpMessagesAsync(String, CheckRestrictionsRequest, Dictionary<String,List<String>>, CancellationToken)

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

Extension 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