@azure/arm-dashboard package
Classes
DashboardManagementClient |
Interfaces
AzureMonitorWorkspaceIntegration |
Integrations for Azure Monitor Workspace. |
DashboardManagementClientOptionalParams |
Optional parameters. |
ErrorAdditionalInfo |
The resource management error additional info. |
ErrorDetail |
The error detail. |
ErrorResponse |
Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). |
Grafana |
Interface representing a Grafana. |
GrafanaCreateOptionalParams |
Optional parameters. |
GrafanaDeleteOptionalParams |
Optional parameters. |
GrafanaGetOptionalParams |
Optional parameters. |
GrafanaIntegrations |
GrafanaIntegrations is a bundled observability experience (e.g. pre-configured data source, tailored Grafana dashboards, alerting defaults) for common monitoring scenarios. |
GrafanaListByResourceGroupNextOptionalParams |
Optional parameters. |
GrafanaListByResourceGroupOptionalParams |
Optional parameters. |
GrafanaListNextOptionalParams |
Optional parameters. |
GrafanaListOptionalParams |
Optional parameters. |
GrafanaUpdateOptionalParams |
Optional parameters. |
ManagedGrafana |
The grafana resource type. |
ManagedGrafanaListResponse | |
ManagedGrafanaProperties |
Properties specific to the grafana resource. |
ManagedGrafanaPropertiesUpdateParameters |
The properties parameters for a PATCH request to a grafana resource. |
ManagedGrafanaUpdateParameters |
The parameters for a PATCH request to a grafana resource. |
ManagedServiceIdentity |
Managed service identity (system assigned and/or user assigned identities) |
Operation |
Details of a REST API operation, returned from the Resource Provider Operations API |
OperationDisplay |
Localized display information for this particular operation. |
OperationListResult |
A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. |
Operations |
Interface representing a Operations. |
OperationsListNextOptionalParams |
Optional parameters. |
OperationsListOptionalParams |
Optional parameters. |
PrivateEndpoint |
The Private Endpoint resource. |
PrivateEndpointConnection |
The Private Endpoint Connection resource. |
PrivateEndpointConnectionListResult |
List of private endpoint connection associated with the specified storage account |
PrivateEndpointConnections |
Interface representing a PrivateEndpointConnections. |
PrivateEndpointConnectionsApproveOptionalParams |
Optional parameters. |
PrivateEndpointConnectionsDeleteOptionalParams |
Optional parameters. |
PrivateEndpointConnectionsGetOptionalParams |
Optional parameters. |
PrivateEndpointConnectionsListNextOptionalParams |
Optional parameters. |
PrivateEndpointConnectionsListOptionalParams |
Optional parameters. |
PrivateLinkResource |
A private link resource |
PrivateLinkResourceListResult |
A list of private link resources |
PrivateLinkResources |
Interface representing a PrivateLinkResources. |
PrivateLinkResourcesGetOptionalParams |
Optional parameters. |
PrivateLinkResourcesListNextOptionalParams |
Optional parameters. |
PrivateLinkResourcesListOptionalParams |
Optional parameters. |
PrivateLinkServiceConnectionState |
A collection of information about the state of the connection between service consumer and provider. |
Resource |
Common fields that are returned in the response for all Azure Resource Manager resources |
ResourceSku | |
SystemData |
Metadata pertaining to creation and last modification of the resource. |
UserAssignedIdentity |
User assigned identity properties |
Type Aliases
ActionType |
Defines values for ActionType. Known values supported by the serviceInternal |
ApiKey |
Defines values for ApiKey. Known values supported by the serviceDisabled |
AutoGeneratedDomainNameLabelScope |
Defines values for AutoGeneratedDomainNameLabelScope. Known values supported by the serviceTenantReuse |
CreatedByType |
Defines values for CreatedByType. Known values supported by the serviceUser |
DeterministicOutboundIP |
Defines values for DeterministicOutboundIP. Known values supported by the serviceDisabled |
GrafanaCreateResponse |
Contains response data for the create operation. |
GrafanaGetResponse |
Contains response data for the get operation. |
GrafanaListByResourceGroupNextResponse |
Contains response data for the listByResourceGroupNext operation. |
GrafanaListByResourceGroupResponse |
Contains response data for the listByResourceGroup operation. |
GrafanaListNextResponse |
Contains response data for the listNext operation. |
GrafanaListResponse |
Contains response data for the list operation. |
GrafanaUpdateResponse |
Contains response data for the update operation. |
ManagedServiceIdentityType |
Defines values for ManagedServiceIdentityType. Known values supported by the serviceNone |
OperationsListNextResponse |
Contains response data for the listNext operation. |
OperationsListResponse |
Contains response data for the list operation. |
Origin |
Defines values for Origin. Known values supported by the serviceuser |
PrivateEndpointConnectionProvisioningState |
Defines values for PrivateEndpointConnectionProvisioningState. Known values supported by the serviceSucceeded |
PrivateEndpointConnectionsApproveResponse |
Contains response data for the approve operation. |
PrivateEndpointConnectionsGetResponse |
Contains response data for the get operation. |
PrivateEndpointConnectionsListNextResponse |
Contains response data for the listNext operation. |
PrivateEndpointConnectionsListResponse |
Contains response data for the list operation. |
PrivateEndpointServiceConnectionStatus |
Defines values for PrivateEndpointServiceConnectionStatus. Known values supported by the servicePending |
PrivateLinkResourcesGetResponse |
Contains response data for the get operation. |
PrivateLinkResourcesListNextResponse |
Contains response data for the listNext operation. |
PrivateLinkResourcesListResponse |
Contains response data for the list operation. |
ProvisioningState |
Defines values for ProvisioningState. Known values supported by the serviceAccepted |
PublicNetworkAccess |
Defines values for PublicNetworkAccess. Known values supported by the serviceEnabled |
ZoneRedundancy |
Defines values for ZoneRedundancy. Known values supported by the serviceDisabled |
Enums
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.