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

ProblemClassificationsOperationsExtensions.List 方法

定义

列出可用于特定 Azure 服务的所有问题分类 (类别) 。 始终使用以编程方式获取的服务和问题分类。 这种做法可确保始终具有最新的服务和问题分类 ID 集。

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Support.Models.ProblemClassification> List (this Microsoft.Azure.Management.Support.IProblemClassificationsOperations operations, string serviceName);
static member List : Microsoft.Azure.Management.Support.IProblemClassificationsOperations * string -> seq<Microsoft.Azure.Management.Support.Models.ProblemClassification>
<Extension()>
Public Function List (operations As IProblemClassificationsOperations, serviceName As String) As IEnumerable(Of ProblemClassification)

参数

operations
IProblemClassificationsOperations

此扩展方法的操作组。

serviceName
String

需要检索其问题分类的 Azure 服务的名称。

返回

适用于