@azure/arm-policy-profile-2020-09-01-hybrid package
Classes
| PolicyClient |
Interfaces
Type Aliases
| 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. |
| 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. |
| 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. |
| PolicyMode |
Defines values for PolicyMode. Known values supported by the serviceNotSpecified |
| PolicyType |
Defines values for PolicyType. Known values supported by the serviceNotSpecified |
Enums
| KnownPolicyMode |
Known values of PolicyMode 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.