@azure/arm-policy-profile-2020-09-01-hybrid package

Classes

PolicyClient

Interfaces

PolicyAssignment

The policy assignment.

PolicyAssignmentListResult

List of policy assignments.

PolicyAssignments

Interface representing a PolicyAssignments.

PolicyAssignmentsCreateByIdOptionalParams

Optional parameters.

PolicyAssignmentsCreateOptionalParams

Optional parameters.

PolicyAssignmentsDeleteByIdOptionalParams

Optional parameters.

PolicyAssignmentsDeleteOptionalParams

Optional parameters.

PolicyAssignmentsGetByIdOptionalParams

Optional parameters.

PolicyAssignmentsGetOptionalParams

Optional parameters.

PolicyAssignmentsListForResourceGroupNextOptionalParams

Optional parameters.

PolicyAssignmentsListForResourceGroupOptionalParams

Optional parameters.

PolicyAssignmentsListForResourceNextOptionalParams

Optional parameters.

PolicyAssignmentsListForResourceOptionalParams

Optional parameters.

PolicyAssignmentsListNextOptionalParams

Optional parameters.

PolicyAssignmentsListOptionalParams

Optional parameters.

PolicyClientOptionalParams

Optional parameters.

PolicyDefinition

The policy definition.

PolicyDefinitionListResult

List of policy definitions.

PolicyDefinitions

Interface representing a PolicyDefinitions.

PolicyDefinitionsCreateOrUpdateAtManagementGroupOptionalParams

Optional parameters.

PolicyDefinitionsCreateOrUpdateOptionalParams

Optional parameters.

PolicyDefinitionsDeleteAtManagementGroupOptionalParams

Optional parameters.

PolicyDefinitionsDeleteOptionalParams

Optional parameters.

PolicyDefinitionsGetAtManagementGroupOptionalParams

Optional parameters.

PolicyDefinitionsGetBuiltInOptionalParams

Optional parameters.

PolicyDefinitionsGetOptionalParams

Optional parameters.

PolicyDefinitionsListBuiltInNextOptionalParams

Optional parameters.

PolicyDefinitionsListBuiltInOptionalParams

Optional parameters.

PolicyDefinitionsListByManagementGroupNextOptionalParams

Optional parameters.

PolicyDefinitionsListByManagementGroupOptionalParams

Optional parameters.

PolicyDefinitionsListNextOptionalParams

Optional parameters.

PolicyDefinitionsListOptionalParams

Optional parameters.

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.
KnownPolicyMode can be used interchangeably with PolicyMode, this enum contains the known values that the service supports.

Known values supported by the service

NotSpecified
Indexed
All

PolicyType

Defines values for PolicyType.
KnownPolicyType can be used interchangeably with PolicyType, this enum contains the known values that the service supports.

Known values supported by the service

NotSpecified
BuiltIn
Custom

Enums

KnownPolicyMode

Known values of PolicyMode that the service accepts.

KnownPolicyType

Known values of PolicyType that the service accepts.

Functions

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 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.