ProblemClassificationsOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

MicrosoftSupport's

<xref:problem_classifications> attribute.

Inheritance
builtins.object
ProblemClassificationsOperations

Constructor

ProblemClassificationsOperations(*args, **kwargs)

Methods

get

Get problem classification details for a specific Azure service.

list

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.

get

Get problem classification details for a specific Azure service.

async get(service_name: str, problem_classification_name: str, **kwargs: Any) -> ProblemClassification

Parameters

Name Description
service_name
Required
str

Name of the Azure service available for support. Required.

problem_classification_name
Required
str

Name of problem classification. Required.

Returns

Type Description

ProblemClassification or the result of cls(response)

Exceptions

Type Description

list

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.

list(service_name: str, **kwargs: Any) -> AsyncIterable[ProblemClassification]

Parameters

Name Description
service_name
Required
str

Name of the Azure service for which the problem classifications need to be retrieved. Required.

Returns

Type Description

An iterator like instance of either ProblemClassification or the result of cls(response)

Exceptions

Type Description

Attributes

models

models = <module 'azure.mgmt.support.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.9\\x64\\Lib\\site-packages\\azure\\mgmt\\support\\models\\__init__.py'>