你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CostManagementExtensions.GetCostManagementAlerts 方法

定义

重载

GetCostManagementAlerts(TenantResource, ExternalCloudProviderType, String, CancellationToken)

列出定义的外部云提供商类型的警报。

  • 请求路径/providers/Microsoft.CostManagement/{externalCloudProviderType}/{externalCloudProviderId}/alerts
  • 操作IdAlerts_ListExternal
GetCostManagementAlerts(ArmClient, ResourceIdentifier)

获取 ArmResource 中 CostManagementAlertResources 的集合。

GetCostManagementAlerts(TenantResource, ExternalCloudProviderType, String, CancellationToken)

列出定义的外部云提供商类型的警报。

  • 请求路径/providers/Microsoft.CostManagement/{externalCloudProviderType}/{externalCloudProviderId}/alerts
  • 操作IdAlerts_ListExternal
public static Azure.Pageable<Azure.ResourceManager.CostManagement.CostManagementAlertResource> GetCostManagementAlerts (this Azure.ResourceManager.Resources.TenantResource tenantResource, Azure.ResourceManager.CostManagement.Models.ExternalCloudProviderType externalCloudProviderType, string externalCloudProviderId, System.Threading.CancellationToken cancellationToken = default);
static member GetCostManagementAlerts : Azure.ResourceManager.Resources.TenantResource * Azure.ResourceManager.CostManagement.Models.ExternalCloudProviderType * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.CostManagement.CostManagementAlertResource>
<Extension()>
Public Function GetCostManagementAlerts (tenantResource As TenantResource, externalCloudProviderType As ExternalCloudProviderType, externalCloudProviderId As String, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of CostManagementAlertResource)

参数

tenantResource
TenantResource

方法 TenantResource 将对其执行的实例。

externalCloudProviderType
ExternalCloudProviderType

与维度/查询操作关联的外部云提供程序类型。 这包括链接帐户的“externalSubscriptions”和合并帐户的“externalBillingAccounts”。

externalCloudProviderId
String

对于链接帐户,这可以是“{externalSubscriptionId}”,对于用于维度/查询操作的合并帐户,可以是“{externalBillingAccountId}”。

cancellationToken
CancellationToken

要使用的取消标记。

返回

的集合 CostManagementAlertResource ,可能需要多个服务请求才能循环访问。

例外

externalCloudProviderId 是一个空字符串,预期为非空。

externalCloudProviderId 为 null。

适用于

GetCostManagementAlerts(ArmClient, ResourceIdentifier)

获取 ArmResource 中 CostManagementAlertResources 的集合。

public static Azure.ResourceManager.CostManagement.CostManagementAlertCollection GetCostManagementAlerts (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope);
static member GetCostManagementAlerts : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.CostManagement.CostManagementAlertCollection
<Extension()>
Public Function GetCostManagementAlerts (client As ArmClient, scope As ResourceIdentifier) As CostManagementAlertCollection

参数

client
ArmClient

方法 ArmClient 将对其执行的实例。

scope
ResourceIdentifier

资源将应用于的范围。

返回

一个 对象,表示 CostManagementAlertResources 的集合及其在 CostManagementAlertResource 上的操作。

适用于