azure.mgmt.support package¶
Submodules¶
- azure.mgmt.support.models module
ChatTranscriptDetailsChatTranscriptsListResultCheckNameAvailabilityInputCheckNameAvailabilityOutputCommunicationDetailsCommunicationDirectionCommunicationTypeCommunicationsListResultConsentContactProfileCreatedByTypeErrorAdditionalInfoErrorDetailErrorResponseFileDetailsFileWorkspaceDetailsFilesListResultIsTemporaryTicketMessagePropertiesOperationOperationDisplayOperationsListResultPreferredContactMethodProblemClassificationProblemClassificationsListResultProxyResourceQuotaChangeRequestQuotaTicketDetailsResourceSecondaryConsentSecondaryConsentEnabledServiceServiceLevelAgreementServicesListResultSeverityLevelStatusSupportEngineerSupportTicketDetailsSupportTicketsListResultSystemDataTechnicalTicketDetailsTranscriptContentTypeTypeUpdateContactProfileUpdateSupportTicketUploadFileUserConsent
- azure.mgmt.support.operations module
ChatTranscriptsNoSubscriptionOperationsChatTranscriptsOperationsCommunicationsNoSubscriptionOperationsCommunicationsOperationsFileWorkspacesNoSubscriptionOperationsFileWorkspacesOperationsFilesNoSubscriptionOperationsFilesOperationsOperationsProblemClassificationsOperationsServicesOperationsSupportTicketsNoSubscriptionOperationsSupportTicketsNoSubscriptionOperations.begin_create()SupportTicketsNoSubscriptionOperations.check_name_availability()SupportTicketsNoSubscriptionOperations.get()SupportTicketsNoSubscriptionOperations.list()SupportTicketsNoSubscriptionOperations.update()SupportTicketsNoSubscriptionOperations.models
SupportTicketsOperations
Module contents¶
- class azure.mgmt.support.MicrosoftSupport(credential: TokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)[source]¶
Bases:
objectMicrosoft Azure Support Resource Provider.
- Variables:
operations (azure.mgmt.support.operations.Operations) – Operations operations
services (azure.mgmt.support.operations.ServicesOperations) – ServicesOperations operations
problem_classifications (azure.mgmt.support.operations.ProblemClassificationsOperations) – ProblemClassificationsOperations operations
support_tickets (azure.mgmt.support.operations.SupportTicketsOperations) – SupportTicketsOperations operations
support_tickets_no_subscription (azure.mgmt.support.operations.SupportTicketsNoSubscriptionOperations) – SupportTicketsNoSubscriptionOperations operations
communications (azure.mgmt.support.operations.CommunicationsOperations) – CommunicationsOperations operations
communications_no_subscription (azure.mgmt.support.operations.CommunicationsNoSubscriptionOperations) – CommunicationsNoSubscriptionOperations operations
chat_transcripts (azure.mgmt.support.operations.ChatTranscriptsOperations) – ChatTranscriptsOperations operations
chat_transcripts_no_subscription (azure.mgmt.support.operations.ChatTranscriptsNoSubscriptionOperations) – ChatTranscriptsNoSubscriptionOperations operations
file_workspaces (azure.mgmt.support.operations.FileWorkspacesOperations) – FileWorkspacesOperations operations
file_workspaces_no_subscription (azure.mgmt.support.operations.FileWorkspacesNoSubscriptionOperations) – FileWorkspacesNoSubscriptionOperations operations
files (azure.mgmt.support.operations.FilesOperations) – FilesOperations operations
files_no_subscription (azure.mgmt.support.operations.FilesNoSubscriptionOperations) – FilesNoSubscriptionOperations operations
- Parameters:
credential (TokenCredential) – Credential needed for the client to connect to Azure. Required.
subscription_id (str) – The ID of the target subscription. The value must be an UUID. Required.
base_url (str) – Service URL. Default value is “https://management.azure.com”.
- Keyword Arguments: