ProblemClassificationsOperationsExtensions.List Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists all the problem classifications (categories) available for a specific Azure service. Always use the service and problem classifications obtained programmatically. This practice ensures that you always have the most recent set of service and problem classification Ids.
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)
Parameters
- operations
- IProblemClassificationsOperations
The operations group for this extension method.
- serviceName
- String
Name of the Azure service for which the problem classifications need to be retrieved.
Returns
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET