PolicyRestrictions interface

PolicyRestrictions'i temsil eden arabirim.

Yöntemler

checkAtManagementGroupScope(string, CheckManagementGroupRestrictionsRequest, PolicyRestrictionsCheckAtManagementGroupScopeOptionalParams)

Azure İlkesi'nin bir yönetim grubu içindeki kaynaklara hangi kısıtlamaların uygulanacağını denetler.

checkAtResourceGroupScope(string, CheckRestrictionsRequest, PolicyRestrictionsCheckAtResourceGroupScopeOptionalParams)

Azure İlkesi'nin kaynak grubu içindeki bir kaynağa hangi kısıtlamaların uygulanacağını denetler. Kaynağın oluşturulacağı kaynak grubu zaten biliniyorsa bunu kullanın.

checkAtSubscriptionScope(CheckRestrictionsRequest, PolicyRestrictionsCheckAtSubscriptionScopeOptionalParams)

Azure İlkesi'nin abonelik içindeki bir kaynağa hangi kısıtlamaların uygulanacağını denetler.

Yöntem Ayrıntıları

checkAtManagementGroupScope(string, CheckManagementGroupRestrictionsRequest, PolicyRestrictionsCheckAtManagementGroupScopeOptionalParams)

Azure İlkesi'nin bir yönetim grubu içindeki kaynaklara hangi kısıtlamaların uygulanacağını denetler.

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

Parametreler

managementGroupId

string

Yönetim grubu kimliği.

parameters
CheckManagementGroupRestrictionsRequest

İlke kısıtlamaları parametrelerini denetleyin.

Döndürülenler

checkAtResourceGroupScope(string, CheckRestrictionsRequest, PolicyRestrictionsCheckAtResourceGroupScopeOptionalParams)

Azure İlkesi'nin kaynak grubu içindeki bir kaynağa hangi kısıtlamaların uygulanacağını denetler. Kaynağın oluşturulacağı kaynak grubu zaten biliniyorsa bunu kullanın.

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

parameters
CheckRestrictionsRequest

İlke kısıtlamaları parametrelerini denetleyin.

Döndürülenler

checkAtSubscriptionScope(CheckRestrictionsRequest, PolicyRestrictionsCheckAtSubscriptionScopeOptionalParams)

Azure İlkesi'nin abonelik içindeki bir kaynağa hangi kısıtlamaların uygulanacağını denetler.

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

Parametreler

parameters
CheckRestrictionsRequest

İlke kısıtlamaları parametrelerini denetleyin.

Döndürülenler