@azure/arm-policy package
Classes
PolicyClient |
Interfaces
Type Aliases
AliasPathAttributes |
Defines values for AliasPathAttributes. Known values supported by the serviceNone: The token that the alias path is referring to has no attributes. |
AliasPathTokenType |
Defines values for AliasPathTokenType. Known values supported by the serviceNotSpecified: The token type is not specified. |
AliasPatternType |
Defines values for AliasPatternType. |
AliasType |
Defines values for AliasType. |
CreatedByType |
Defines values for CreatedByType. Known values supported by the serviceUser |
DataPolicyManifestsGetByPolicyModeResponse |
Contains response data for the getByPolicyMode operation. |
DataPolicyManifestsListNextResponse |
Contains response data for the listNext operation. |
DataPolicyManifestsListResponse |
Contains response data for the list operation. |
EnforcementMode |
Defines values for EnforcementMode. Known values supported by the serviceDefault: The policy effect is enforced during resource creation or update. |
ExemptionCategory |
Defines values for ExemptionCategory. Known values supported by the serviceWaiver: This category of exemptions usually means the scope is not applicable for the policy. |
ParameterType |
Defines values for ParameterType. Known values supported by the serviceString |
PolicyAssignmentsCreateByIdResponse |
Contains response data for the createById operation. |
PolicyAssignmentsCreateResponse |
Contains response data for the create operation. |
PolicyAssignmentsDeleteByIdResponse |
Contains response data for the deleteById operation. |
PolicyAssignmentsDeleteResponse |
Contains response data for the delete operation. |
PolicyAssignmentsGetByIdResponse |
Contains response data for the getById operation. |
PolicyAssignmentsGetResponse |
Contains response data for the get operation. |
PolicyAssignmentsListForManagementGroupNextResponse |
Contains response data for the listForManagementGroupNext operation. |
PolicyAssignmentsListForManagementGroupResponse |
Contains response data for the listForManagementGroup operation. |
PolicyAssignmentsListForResourceGroupNextResponse |
Contains response data for the listForResourceGroupNext operation. |
PolicyAssignmentsListForResourceGroupResponse |
Contains response data for the listForResourceGroup operation. |
PolicyAssignmentsListForResourceNextResponse |
Contains response data for the listForResourceNext operation. |
PolicyAssignmentsListForResourceResponse |
Contains response data for the listForResource operation. |
PolicyAssignmentsListNextResponse |
Contains response data for the listNext operation. |
PolicyAssignmentsListResponse |
Contains response data for the list operation. |
PolicyAssignmentsUpdateByIdResponse |
Contains response data for the updateById operation. |
PolicyAssignmentsUpdateResponse |
Contains response data for the update operation. |
PolicyDefinitionsCreateOrUpdateAtManagementGroupResponse |
Contains response data for the createOrUpdateAtManagementGroup operation. |
PolicyDefinitionsCreateOrUpdateResponse |
Contains response data for the createOrUpdate operation. |
PolicyDefinitionsGetAtManagementGroupResponse |
Contains response data for the getAtManagementGroup operation. |
PolicyDefinitionsGetBuiltInResponse |
Contains response data for the getBuiltIn operation. |
PolicyDefinitionsGetResponse |
Contains response data for the get operation. |
PolicyDefinitionsListBuiltInNextResponse |
Contains response data for the listBuiltInNext operation. |
PolicyDefinitionsListBuiltInResponse |
Contains response data for the listBuiltIn operation. |
PolicyDefinitionsListByManagementGroupNextResponse |
Contains response data for the listByManagementGroupNext operation. |
PolicyDefinitionsListByManagementGroupResponse |
Contains response data for the listByManagementGroup operation. |
PolicyDefinitionsListNextResponse |
Contains response data for the listNext operation. |
PolicyDefinitionsListResponse |
Contains response data for the list operation. |
PolicyExemptionsCreateOrUpdateResponse |
Contains response data for the createOrUpdate operation. |
PolicyExemptionsGetResponse |
Contains response data for the get operation. |
PolicyExemptionsListForManagementGroupNextResponse |
Contains response data for the listForManagementGroupNext operation. |
PolicyExemptionsListForManagementGroupResponse |
Contains response data for the listForManagementGroup operation. |
PolicyExemptionsListForResourceGroupNextResponse |
Contains response data for the listForResourceGroupNext operation. |
PolicyExemptionsListForResourceGroupResponse |
Contains response data for the listForResourceGroup operation. |
PolicyExemptionsListForResourceNextResponse |
Contains response data for the listForResourceNext operation. |
PolicyExemptionsListForResourceResponse |
Contains response data for the listForResource operation. |
PolicyExemptionsListNextResponse |
Contains response data for the listNext operation. |
PolicyExemptionsListResponse |
Contains response data for the list operation. |
PolicySetDefinitionsCreateOrUpdateAtManagementGroupResponse |
Contains response data for the createOrUpdateAtManagementGroup operation. |
PolicySetDefinitionsCreateOrUpdateResponse |
Contains response data for the createOrUpdate operation. |
PolicySetDefinitionsGetAtManagementGroupResponse |
Contains response data for the getAtManagementGroup operation. |
PolicySetDefinitionsGetBuiltInResponse |
Contains response data for the getBuiltIn operation. |
PolicySetDefinitionsGetResponse |
Contains response data for the get operation. |
PolicySetDefinitionsListBuiltInNextResponse |
Contains response data for the listBuiltInNext operation. |
PolicySetDefinitionsListBuiltInResponse |
Contains response data for the listBuiltIn operation. |
PolicySetDefinitionsListByManagementGroupNextResponse |
Contains response data for the listByManagementGroupNext operation. |
PolicySetDefinitionsListByManagementGroupResponse |
Contains response data for the listByManagementGroup operation. |
PolicySetDefinitionsListNextResponse |
Contains response data for the listNext operation. |
PolicySetDefinitionsListResponse |
Contains response data for the list operation. |
PolicyType |
Defines values for PolicyType. Known values supported by the serviceNotSpecified |
ResourceIdentityType |
Defines values for ResourceIdentityType. |
Enums
KnownAliasPathAttributes |
Known values of AliasPathAttributes that the service accepts. |
KnownAliasPathTokenType |
Known values of AliasPathTokenType that the service accepts. |
KnownCreatedByType |
Known values of CreatedByType that the service accepts. |
KnownEnforcementMode |
Known values of EnforcementMode that the service accepts. |
KnownExemptionCategory |
Known values of ExemptionCategory that the service accepts. |
KnownParameterType |
Known values of ParameterType that the service accepts. |
KnownPolicyType |
Known values of PolicyType that the service accepts. |
Functions
get |
Given the last |
Function Details
getContinuationToken(unknown)
Given the last .value
produced by the byPage
iterator,
returns a continuation token that can be used to begin paging from
that point later.
function getContinuationToken(page: unknown): string | undefined
Parameters
- page
-
unknown
An object from accessing value
on the IteratorResult from a byPage
iterator.
Returns
string | undefined
The continuation token that can be passed into byPage() during future calls.