PolicyRestrictionsOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET