MicrosoftSupport Class

Microsoft Azure Support Resource Provider.

Inheritance
builtins.object
MicrosoftSupport

Constructor

MicrosoftSupport(credential: TokenCredential, subscription_id: str, base_url: Optional[str] = None, **kwargs: Any)

Parameters

credential
TokenCredential
Required

Credential needed for the client to connect to Azure.

subscription_id
str
Required

Azure subscription Id.

base_url
str
default value: None

Service URL

polling_interval
int

Default waiting time between two polls for LRO operations if no Retry-After header is present.

Variables

operations
Operations

Operations operations

services
ServicesOperations

ServicesOperations operations

problem_classifications
ProblemClassificationsOperations

ProblemClassificationsOperations operations

support_tickets
SupportTicketsOperations

SupportTicketsOperations operations

communications
CommunicationsOperations

CommunicationsOperations operations

Methods

close

close

close() -> None