你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CostManagementExtensions.GetCostManagementAlertsAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
列出定义的外部云提供商类型的警报。
- 请求路径/providers/Microsoft.CostManagement/{externalCloudProviderType}/{externalCloudProviderId}/alerts
- 操作IdAlerts_ListExternal
public static Azure.AsyncPageable<Azure.ResourceManager.CostManagement.CostManagementAlertResource> GetCostManagementAlertsAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, Azure.ResourceManager.CostManagement.Models.ExternalCloudProviderType externalCloudProviderType, string externalCloudProviderId, System.Threading.CancellationToken cancellationToken = default);
static member GetCostManagementAlertsAsync : Azure.ResourceManager.Resources.TenantResource * Azure.ResourceManager.CostManagement.Models.ExternalCloudProviderType * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.CostManagement.CostManagementAlertResource>
<Extension()>
Public Function GetCostManagementAlertsAsync (tenantResource As TenantResource, externalCloudProviderType As ExternalCloudProviderType, externalCloudProviderId As String, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of CostManagementAlertResource)
参数
- tenantResource
- TenantResource
方法 TenantResource 将对其执行的实例。
- externalCloudProviderType
- ExternalCloudProviderType
与维度/查询操作关联的外部云提供程序类型。 这包括链接帐户的“externalSubscriptions”和合并帐户的“externalBillingAccounts”。
- externalCloudProviderId
- String
对于链接帐户,这可以是“{externalSubscriptionId}”,对于用于维度/查询操作的合并帐户,可以是“{externalBillingAccountId}”。
- cancellationToken
- CancellationToken
要使用的取消标记。
返回
的异步集合 CostManagementAlertResource ,可能需要多个服务请求进行迭代。
例外
externalCloudProviderId
是一个空字符串,预期为非空。
externalCloudProviderId
为 null。