MicrosoftSupport Interface

public interface MicrosoftSupport

The interface for MicrosoftSupport class.

Method Summary

Modifier and Type Method and Description
abstract String getApiVersion()

Gets Api Version.

abstract ChatTranscriptsClient getChatTranscripts()

Gets the ChatTranscriptsClient object to access its operations.

abstract ChatTranscriptsNoSubscriptionsClient getChatTranscriptsNoSubscriptions()

Gets the ChatTranscriptsNoSubscriptionsClient object to access its operations.

abstract CommunicationsClient getCommunications()

Gets the CommunicationsClient object to access its operations.

abstract CommunicationsNoSubscriptionsClient getCommunicationsNoSubscriptions()

Gets the CommunicationsNoSubscriptionsClient object to access its operations.

abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

abstract String getEndpoint()

Gets server parameter.

abstract FileWorkspacesClient getFileWorkspaces()

Gets the FileWorkspacesClient object to access its operations.

abstract FileWorkspacesNoSubscriptionsClient getFileWorkspacesNoSubscriptions()

Gets the FileWorkspacesNoSubscriptionsClient object to access its operations.

abstract FilesClient getFiles()

Gets the FilesClient object to access its operations.

abstract FilesNoSubscriptionsClient getFilesNoSubscriptions()

Gets the FilesNoSubscriptionsClient object to access its operations.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract LookUpResourceIdsClient getLookUpResourceIds()

Gets the LookUpResourceIdsClient object to access its operations.

abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

abstract ProblemClassificationsClient getProblemClassifications()

Gets the ProblemClassificationsClient object to access its operations.

abstract ProblemClassificationsNoSubscriptionsClient getProblemClassificationsNoSubscriptions()

Gets the ProblemClassificationsNoSubscriptionsClient object to access its operations.

abstract ServiceClassificationsClient getServiceClassifications()

Gets the ServiceClassificationsClient object to access its operations.

abstract ServiceClassificationsNoSubscriptionsClient getServiceClassificationsNoSubscriptions()

Gets the ServiceClassificationsNoSubscriptionsClient object to access its operations.

abstract ServicesClient getServices()

Gets the ServicesClient object to access its operations.

abstract String getSubscriptionId()

Gets The ID of the target subscription.

abstract SupportTicketsClient getSupportTickets()

Gets the SupportTicketsClient object to access its operations.

abstract SupportTicketsNoSubscriptionsClient getSupportTicketsNoSubscriptions()

Gets the SupportTicketsNoSubscriptionsClient object to access its operations.

Method Details

getApiVersion

public abstract String getApiVersion()

Gets Api Version.

Returns:

the apiVersion value.

getChatTranscripts

public abstract ChatTranscriptsClient getChatTranscripts()

Gets the ChatTranscriptsClient object to access its operations.

Returns:

the ChatTranscriptsClient object.

getChatTranscriptsNoSubscriptions

public abstract ChatTranscriptsNoSubscriptionsClient getChatTranscriptsNoSubscriptions()

Gets the ChatTranscriptsNoSubscriptionsClient object to access its operations.

Returns:

the ChatTranscriptsNoSubscriptionsClient object.

getCommunications

public abstract CommunicationsClient getCommunications()

Gets the CommunicationsClient object to access its operations.

Returns:

the CommunicationsClient object.

getCommunicationsNoSubscriptions

public abstract CommunicationsNoSubscriptionsClient getCommunicationsNoSubscriptions()

Gets the CommunicationsNoSubscriptionsClient object to access its operations.

Returns:

the CommunicationsNoSubscriptionsClient object.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getEndpoint

public abstract String getEndpoint()

Gets server parameter.

Returns:

the endpoint value.

getFileWorkspaces

public abstract FileWorkspacesClient getFileWorkspaces()

Gets the FileWorkspacesClient object to access its operations.

Returns:

the FileWorkspacesClient object.

getFileWorkspacesNoSubscriptions

public abstract FileWorkspacesNoSubscriptionsClient getFileWorkspacesNoSubscriptions()

Gets the FileWorkspacesNoSubscriptionsClient object to access its operations.

Returns:

the FileWorkspacesNoSubscriptionsClient object.

getFiles

public abstract FilesClient getFiles()

Gets the FilesClient object to access its operations.

Returns:

the FilesClient object.

getFilesNoSubscriptions

public abstract FilesNoSubscriptionsClient getFilesNoSubscriptions()

Gets the FilesNoSubscriptionsClient object to access its operations.

Returns:

the FilesNoSubscriptionsClient object.

getHttpPipeline

public abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

Returns:

the httpPipeline value.

getLookUpResourceIds

public abstract LookUpResourceIdsClient getLookUpResourceIds()

Gets the LookUpResourceIdsClient object to access its operations.

Returns:

the LookUpResourceIdsClient object.

getOperations

public abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

Returns:

the OperationsClient object.

getProblemClassifications

public abstract ProblemClassificationsClient getProblemClassifications()

Gets the ProblemClassificationsClient object to access its operations.

Returns:

the ProblemClassificationsClient object.

getProblemClassificationsNoSubscriptions

public abstract ProblemClassificationsNoSubscriptionsClient getProblemClassificationsNoSubscriptions()

Gets the ProblemClassificationsNoSubscriptionsClient object to access its operations.

Returns:

the ProblemClassificationsNoSubscriptionsClient object.

getServiceClassifications

public abstract ServiceClassificationsClient getServiceClassifications()

Gets the ServiceClassificationsClient object to access its operations.

Returns:

the ServiceClassificationsClient object.

getServiceClassificationsNoSubscriptions

public abstract ServiceClassificationsNoSubscriptionsClient getServiceClassificationsNoSubscriptions()

Gets the ServiceClassificationsNoSubscriptionsClient object to access its operations.

Returns:

the ServiceClassificationsNoSubscriptionsClient object.

getServices

public abstract ServicesClient getServices()

Gets the ServicesClient object to access its operations.

Returns:

the ServicesClient object.

getSubscriptionId

public abstract String getSubscriptionId()

Gets The ID of the target subscription. The value must be an UUID.

Returns:

the subscriptionId value.

getSupportTickets

public abstract SupportTicketsClient getSupportTickets()

Gets the SupportTicketsClient object to access its operations.

Returns:

the SupportTicketsClient object.

getSupportTicketsNoSubscriptions

public abstract SupportTicketsNoSubscriptionsClient getSupportTicketsNoSubscriptions()

Gets the SupportTicketsNoSubscriptionsClient object to access its operations.

Returns:

the SupportTicketsNoSubscriptionsClient object.

Applies to