IPolicyRestrictionsOperations Interface
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.
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
Azure SDK for .NET