@azure/arm-portal package

Classes

Portal

Interfaces

Configuration

Tenant configuration.

ConfigurationList

List of tenant configurations.

Dashboard

The shared dashboard resource definition.

DashboardLens

A dashboard lens.

DashboardListResult

List of dashboards.

DashboardPartMetadata

A dashboard part metadata.

DashboardParts

A dashboard part.

DashboardPartsPosition

The dashboard's part position.

Dashboards

Interface representing a Dashboards.

DashboardsCreateOrUpdateOptionalParams

Optional parameters.

DashboardsDeleteOptionalParams

Optional parameters.

DashboardsGetOptionalParams

Optional parameters.

DashboardsListByResourceGroupNextOptionalParams

Optional parameters.

DashboardsListByResourceGroupOptionalParams

Optional parameters.

DashboardsListBySubscriptionNextOptionalParams

Optional parameters.

DashboardsListBySubscriptionOptionalParams

Optional parameters.

DashboardsUpdateOptionalParams

Optional parameters.

ErrorDefinition

Error definition.

ErrorResponse

Error response.

ListTenantConfigurationViolations

Interface representing a ListTenantConfigurationViolations.

ListTenantConfigurationViolationsListNextOptionalParams

Optional parameters.

ListTenantConfigurationViolationsListOptionalParams

Optional parameters.

MarkdownPartMetadata

Markdown part metadata.

MarkdownPartMetadataSettings

Markdown part settings.

MarkdownPartMetadataSettingsContent

The content of markdown part.

MarkdownPartMetadataSettingsContentSettings

The setting of the content of markdown part.

Operations

Interface representing a Operations.

OperationsListNextOptionalParams

Optional parameters.

OperationsListOptionalParams

Optional parameters.

PatchableDashboard

The shared dashboard resource definition.

PortalOptionalParams

Optional parameters.

ProxyResource

The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location

Resource

Common fields that are returned in the response for all Azure Resource Manager resources

ResourceProviderOperation

Supported operations of this resource provider.

ResourceProviderOperationDisplay

Display metadata associated with the operation.

ResourceProviderOperationList

Results of the request to list operations.

TenantConfigurations

Interface representing a TenantConfigurations.

TenantConfigurationsCreateOptionalParams

Optional parameters.

TenantConfigurationsDeleteOptionalParams

Optional parameters.

TenantConfigurationsGetOptionalParams

Optional parameters.

TenantConfigurationsListNextOptionalParams

Optional parameters.

TenantConfigurationsListOptionalParams

Optional parameters.

Violation

Violation information.

ViolationsList

List of list of items that violate tenant's configuration.

Type Aliases

ConfigurationName

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

Known values supported by the service

default

DashboardPartMetadataUnion
DashboardsCreateOrUpdateResponse

Contains response data for the createOrUpdate operation.

DashboardsGetResponse

Contains response data for the get operation.

DashboardsListByResourceGroupNextResponse

Contains response data for the listByResourceGroupNext operation.

DashboardsListByResourceGroupResponse

Contains response data for the listByResourceGroup operation.

DashboardsListBySubscriptionNextResponse

Contains response data for the listBySubscriptionNext operation.

DashboardsListBySubscriptionResponse

Contains response data for the listBySubscription operation.

DashboardsUpdateResponse

Contains response data for the update operation.

ListTenantConfigurationViolationsListNextResponse

Contains response data for the listNext operation.

ListTenantConfigurationViolationsListResponse

Contains response data for the list operation.

OperationsListNextResponse

Contains response data for the listNext operation.

OperationsListResponse

Contains response data for the list operation.

TenantConfigurationsCreateResponse

Contains response data for the create operation.

TenantConfigurationsGetResponse

Contains response data for the get operation.

TenantConfigurationsListNextResponse

Contains response data for the listNext operation.

TenantConfigurationsListResponse

Contains response data for the list operation.

Enums

KnownConfigurationName

Known values of ConfigurationName 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.