Delen via


Monitors interface

Interface die een monitor vertegenwoordigt.

Methoden

beginCreateOrUpdate(string, string, MonitorResource, MonitorsCreateOrUpdateOptionalParams)

Een MonitorResource maken

beginCreateOrUpdateAndWait(string, string, MonitorResource, MonitorsCreateOrUpdateOptionalParams)

Een MonitorResource maken

beginDelete(string, string, MonitorsDeleteOptionalParams)

Een MonitorResource verwijderen

beginDeleteAndWait(string, string, MonitorsDeleteOptionalParams)

Een MonitorResource verwijderen

get(string, string, MonitorsGetOptionalParams)

Een MonitorResource ophalen

getMarketplaceSaaSResourceDetails(MarketplaceSaaSResourceDetailsRequest, MonitorsGetMarketplaceSaaSResourceDetailsOptionalParams)

Marketplace SaaS-resourcegegevens ophalen van een tenant onder een specifiek abonnement

getMetricStatus(string, string, MonitorsGetMetricStatusOptionalParams)

Metrische status ophalen

getSSODetails(string, string, MonitorsGetSSODetailsOptionalParams)

Haalt de configuratiegegevens van de SSO op van de partner.

getVMHostPayload(string, string, MonitorsGetVMHostPayloadOptionalParams)

Retourneert de nettolading die moet worden doorgegeven in de aanvraagbody voor het installeren van de Dynatrace-agent op een VM.

listAppServices(string, string, MonitorsListAppServicesOptionalParams)

Hiermee haalt u een lijst op met App Services waarvoor Dynatrace PaaS OneAgent is ingeschakeld

listByResourceGroup(string, MonitorsListByResourceGroupOptionalParams)

Monitor WeergevenResource-resources per resourcegroep

listBySubscriptionId(MonitorsListBySubscriptionIdOptionalParams)

Alle MonitorResource per subscriptionId weergeven

listHosts(string, string, MonitorsListHostsOptionalParams)

Vermeld de VM/VMSS-resources die momenteel worden bewaakt door de Dynatrace-resource.

listLinkableEnvironments(string, string, LinkableEnvironmentRequest, MonitorsListLinkableEnvironmentsOptionalParams)

Hiermee haalt u alle Dynatrace-omgevingen op waaraan een gebruiker een Azure-resource kan koppelen

listMonitoredResources(string, string, MonitorsListMonitoredResourcesOptionalParams)

Geef een lijst weer van de resources die momenteel worden bewaakt door de Dynatrace-monitorresource.

update(string, string, MonitorResourceUpdate, MonitorsUpdateOptionalParams)

Een MonitorResource bijwerken

Methodedetails

beginCreateOrUpdate(string, string, MonitorResource, MonitorsCreateOrUpdateOptionalParams)

Een MonitorResource maken

function beginCreateOrUpdate(resourceGroupName: string, monitorName: string, resource: MonitorResource, options?: MonitorsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<MonitorResource>, MonitorResource>>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

monitorName

string

Resourcenaam bewaken

resource
MonitorResource

Parameters voor het maken van resources.

options
MonitorsCreateOrUpdateOptionalParams

De optiesparameters.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<MonitorResource>, MonitorResource>>

beginCreateOrUpdateAndWait(string, string, MonitorResource, MonitorsCreateOrUpdateOptionalParams)

Een MonitorResource maken

function beginCreateOrUpdateAndWait(resourceGroupName: string, monitorName: string, resource: MonitorResource, options?: MonitorsCreateOrUpdateOptionalParams): Promise<MonitorResource>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

monitorName

string

Resourcenaam bewaken

resource
MonitorResource

Parameters voor het maken van resources.

options
MonitorsCreateOrUpdateOptionalParams

De optiesparameters.

Retouren

Promise<MonitorResource>

beginDelete(string, string, MonitorsDeleteOptionalParams)

Een MonitorResource verwijderen

function beginDelete(resourceGroupName: string, monitorName: string, options?: MonitorsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

monitorName

string

Resourcenaam bewaken

options
MonitorsDeleteOptionalParams

De optiesparameters.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, MonitorsDeleteOptionalParams)

Een MonitorResource verwijderen

function beginDeleteAndWait(resourceGroupName: string, monitorName: string, options?: MonitorsDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

monitorName

string

Resourcenaam bewaken

options
MonitorsDeleteOptionalParams

De optiesparameters.

Retouren

Promise<void>

get(string, string, MonitorsGetOptionalParams)

Een MonitorResource ophalen

function get(resourceGroupName: string, monitorName: string, options?: MonitorsGetOptionalParams): Promise<MonitorResource>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

monitorName

string

Resourcenaam bewaken

options
MonitorsGetOptionalParams

De optiesparameters.

Retouren

Promise<MonitorResource>

getMarketplaceSaaSResourceDetails(MarketplaceSaaSResourceDetailsRequest, MonitorsGetMarketplaceSaaSResourceDetailsOptionalParams)

Marketplace SaaS-resourcegegevens ophalen van een tenant onder een specifiek abonnement

function getMarketplaceSaaSResourceDetails(request: MarketplaceSaaSResourceDetailsRequest, options?: MonitorsGetMarketplaceSaaSResourceDetailsOptionalParams): Promise<MarketplaceSaaSResourceDetailsResponse>

Parameters

Retouren

getMetricStatus(string, string, MonitorsGetMetricStatusOptionalParams)

Metrische status ophalen

function getMetricStatus(resourceGroupName: string, monitorName: string, options?: MonitorsGetMetricStatusOptionalParams): Promise<MetricsStatusResponse>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

monitorName

string

Naam van de monitorresource

options
MonitorsGetMetricStatusOptionalParams

De optiesparameters.

Retouren

getSSODetails(string, string, MonitorsGetSSODetailsOptionalParams)

Haalt de configuratiegegevens van de SSO op van de partner.

function getSSODetails(resourceGroupName: string, monitorName: string, options?: MonitorsGetSSODetailsOptionalParams): Promise<SSODetailsResponse>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

monitorName

string

Resourcenaam bewaken

options
MonitorsGetSSODetailsOptionalParams

De optiesparameters.

Retouren

getVMHostPayload(string, string, MonitorsGetVMHostPayloadOptionalParams)

Retourneert de nettolading die moet worden doorgegeven in de aanvraagbody voor het installeren van de Dynatrace-agent op een VM.

function getVMHostPayload(resourceGroupName: string, monitorName: string, options?: MonitorsGetVMHostPayloadOptionalParams): Promise<VMExtensionPayload>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

monitorName

string

Resourcenaam bewaken

options
MonitorsGetVMHostPayloadOptionalParams

De optiesparameters.

Retouren

listAppServices(string, string, MonitorsListAppServicesOptionalParams)

Hiermee haalt u een lijst op met App Services waarvoor Dynatrace PaaS OneAgent is ingeschakeld

function listAppServices(resourceGroupName: string, monitorName: string, options?: MonitorsListAppServicesOptionalParams): PagedAsyncIterableIterator<AppServiceInfo, AppServiceInfo[], PageSettings>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

monitorName

string

Resourcenaam bewaken

options
MonitorsListAppServicesOptionalParams

De optiesparameters.

Retouren

listByResourceGroup(string, MonitorsListByResourceGroupOptionalParams)

Monitor WeergevenResource-resources per resourcegroep

function listByResourceGroup(resourceGroupName: string, options?: MonitorsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<MonitorResource, MonitorResource[], PageSettings>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

options
MonitorsListByResourceGroupOptionalParams

De optiesparameters.

Retouren

listBySubscriptionId(MonitorsListBySubscriptionIdOptionalParams)

Alle MonitorResource per subscriptionId weergeven

function listBySubscriptionId(options?: MonitorsListBySubscriptionIdOptionalParams): PagedAsyncIterableIterator<MonitorResource, MonitorResource[], PageSettings>

Parameters

options
MonitorsListBySubscriptionIdOptionalParams

De optiesparameters.

Retouren

listHosts(string, string, MonitorsListHostsOptionalParams)

Vermeld de VM/VMSS-resources die momenteel worden bewaakt door de Dynatrace-resource.

function listHosts(resourceGroupName: string, monitorName: string, options?: MonitorsListHostsOptionalParams): PagedAsyncIterableIterator<VMInfo, VMInfo[], PageSettings>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

monitorName

string

Resourcenaam bewaken

options
MonitorsListHostsOptionalParams

De optiesparameters.

Retouren

listLinkableEnvironments(string, string, LinkableEnvironmentRequest, MonitorsListLinkableEnvironmentsOptionalParams)

Hiermee haalt u alle Dynatrace-omgevingen op waaraan een gebruiker een Azure-resource kan koppelen

function listLinkableEnvironments(resourceGroupName: string, monitorName: string, request: LinkableEnvironmentRequest, options?: MonitorsListLinkableEnvironmentsOptionalParams): PagedAsyncIterableIterator<LinkableEnvironmentResponse, LinkableEnvironmentResponse[], PageSettings>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

monitorName

string

Resourcenaam bewaken

request
LinkableEnvironmentRequest

De details van de koppelbare omgevingsaanvraag.

options
MonitorsListLinkableEnvironmentsOptionalParams

De optiesparameters.

Retouren

listMonitoredResources(string, string, MonitorsListMonitoredResourcesOptionalParams)

Geef een lijst weer van de resources die momenteel worden bewaakt door de Dynatrace-monitorresource.

function listMonitoredResources(resourceGroupName: string, monitorName: string, options?: MonitorsListMonitoredResourcesOptionalParams): PagedAsyncIterableIterator<MonitoredResource, MonitoredResource[], PageSettings>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

monitorName

string

Resourcenaam bewaken

options
MonitorsListMonitoredResourcesOptionalParams

De optiesparameters.

Retouren

update(string, string, MonitorResourceUpdate, MonitorsUpdateOptionalParams)

Een MonitorResource bijwerken

function update(resourceGroupName: string, monitorName: string, resource: MonitorResourceUpdate, options?: MonitorsUpdateOptionalParams): Promise<MonitorResource>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

monitorName

string

Resourcenaam bewaken

resource
MonitorResourceUpdate

De resource-eigenschappen die moeten worden bijgewerkt.

options
MonitorsUpdateOptionalParams

De optiesparameters.

Retouren

Promise<MonitorResource>