PolicyRestrictionsOperations interface

Interface representing a PolicyRestrictions operations.

Properties

checkAtManagementGroupScope

Checks what restrictions Azure Policy will place on resources within a management group.

checkAtResourceGroupScope

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

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

Property Details

checkAtManagementGroupScope

Checks what restrictions Azure Policy will place on resources within a management group.

checkAtManagementGroupScope: (managementGroupId: string, parameters: CheckManagementGroupRestrictionsRequest, options?: PolicyRestrictionsCheckAtManagementGroupScopeOptionalParams) => Promise<CheckRestrictionsResult>

Property Value

(managementGroupId: string, parameters: CheckManagementGroupRestrictionsRequest, options?: PolicyRestrictionsCheckAtManagementGroupScopeOptionalParams) => Promise<CheckRestrictionsResult>

checkAtResourceGroupScope

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.

checkAtResourceGroupScope: (resourceGroupName: string, parameters: CheckRestrictionsRequest, options?: PolicyRestrictionsCheckAtResourceGroupScopeOptionalParams) => Promise<CheckRestrictionsResult>

Property Value

(resourceGroupName: string, parameters: CheckRestrictionsRequest, options?: PolicyRestrictionsCheckAtResourceGroupScopeOptionalParams) => Promise<CheckRestrictionsResult>

checkAtSubscriptionScope

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

checkAtSubscriptionScope: (parameters: CheckRestrictionsRequest, options?: PolicyRestrictionsCheckAtSubscriptionScopeOptionalParams) => Promise<CheckRestrictionsResult>

Property Value

(parameters: CheckRestrictionsRequest, options?: PolicyRestrictionsCheckAtSubscriptionScopeOptionalParams) => Promise<CheckRestrictionsResult>