Interface MicrosoftSupport
public interface MicrosoftSupport
The interface for MicrosoftSupport class.
-
Method Summary
Modifier and TypeMethodDescriptionGets Api Version.Gets the CommunicationsClient object to access its operations.Gets The default poll interval for long-running operation.Gets server parameter.com.azure.core.http.HttpPipeline
Gets The HTTP pipeline to send requests through.Gets the OperationsClient object to access its operations.Gets the ProblemClassificationsClient object to access its operations.Gets the ServicesClient object to access its operations.Gets Azure subscription Id.Gets the SupportTicketsClient object to access its operations.
-
Method Details
-
getSubscriptionId
String getSubscriptionId()Gets Azure subscription Id.- Returns:
- the subscriptionId value.
-
getEndpoint
String getEndpoint()Gets server parameter.- Returns:
- the endpoint value.
-
getApiVersion
String getApiVersion()Gets Api Version.- Returns:
- the apiVersion value.
-
getHttpPipeline
com.azure.core.http.HttpPipeline getHttpPipeline()Gets The HTTP pipeline to send requests through.- Returns:
- the httpPipeline value.
-
getDefaultPollInterval
Duration getDefaultPollInterval()Gets The default poll interval for long-running operation.- Returns:
- the defaultPollInterval value.
-
getOperations
OperationsClient getOperations()Gets the OperationsClient object to access its operations.- Returns:
- the OperationsClient object.
-
getServices
ServicesClient getServices()Gets the ServicesClient object to access its operations.- Returns:
- the ServicesClient object.
-
getProblemClassifications
ProblemClassificationsClient getProblemClassifications()Gets the ProblemClassificationsClient object to access its operations.- Returns:
- the ProblemClassificationsClient object.
-
getSupportTickets
SupportTicketsClient getSupportTickets()Gets the SupportTicketsClient object to access its operations.- Returns:
- the SupportTicketsClient object.
-
getCommunications
CommunicationsClient getCommunications()Gets the CommunicationsClient object to access its operations.- Returns:
- the CommunicationsClient object.
-