SupportManager Class

  • java.lang.Object
    • com.azure.resourcemanager.support.SupportManager

public final class SupportManager

Entry point to SupportManager. Microsoft Azure Support Resource Provider.

Method Summary

Modifier and Type Method and Description
static SupportManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of support service API entry point.

static SupportManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of support service API entry point.

ChatTranscripts chatTranscripts()

Gets the resource collection API of ChatTranscripts.

ChatTranscriptsNoSubscriptions chatTranscriptsNoSubscriptions()

Gets the resource collection API of ChatTranscriptsNoSubscriptions.

Communications communications()

Gets the resource collection API of Communications.

CommunicationsNoSubscriptions communicationsNoSubscriptions()

Gets the resource collection API of CommunicationsNoSubscriptions.

static Configurable configure()

Gets a Configurable instance that can be used to create SupportManager with optional configuration.

Files files()

Gets the resource collection API of Files.

FilesNoSubscriptions filesNoSubscriptions()

Gets the resource collection API of FilesNoSubscriptions.

FileWorkspaces fileWorkspaces()

Gets the resource collection API of FileWorkspaces.

FileWorkspacesNoSubscriptions fileWorkspacesNoSubscriptions()

Gets the resource collection API of FileWorkspacesNoSubscriptions.

Operations operations()

Gets the resource collection API of Operations.

ProblemClassifications problemClassifications()

Gets the resource collection API of ProblemClassifications.

MicrosoftSupport serviceClient()

Gets wrapped service client MicrosoftSupport providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

Services services()

Gets the resource collection API of Services.

SupportTickets supportTickets()

Gets the resource collection API of SupportTickets.

SupportTicketsNoSubscriptions supportTicketsNoSubscriptions()

Gets the resource collection API of SupportTicketsNoSubscriptions.

Methods inherited from java.lang.Object

Method Details

authenticate

public static SupportManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of support service API entry point.

Parameters:

httpPipeline - the HttpPipeline configured with Azure authentication credential.
profile - the Azure profile for client.

Returns:

the support service API instance.

authenticate

public static SupportManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of support service API entry point.

Parameters:

credential - the credential to use.
profile - the Azure profile for client.

Returns:

the support service API instance.

chatTranscripts

public ChatTranscripts chatTranscripts()

Gets the resource collection API of ChatTranscripts.

Returns:

Resource collection API of ChatTranscripts.

chatTranscriptsNoSubscriptions

public ChatTranscriptsNoSubscriptions chatTranscriptsNoSubscriptions()

Gets the resource collection API of ChatTranscriptsNoSubscriptions.

Returns:

Resource collection API of ChatTranscriptsNoSubscriptions.

communications

public Communications communications()

Gets the resource collection API of Communications. It manages CommunicationDetails.

Returns:

Resource collection API of Communications.

communicationsNoSubscriptions

public CommunicationsNoSubscriptions communicationsNoSubscriptions()

Gets the resource collection API of CommunicationsNoSubscriptions.

Returns:

Resource collection API of CommunicationsNoSubscriptions.

configure

public static SupportManager.Configurable configure()

Gets a Configurable instance that can be used to create SupportManager with optional configuration.

Returns:

the Configurable instance allowing configurations.

files

public Files files()

Gets the resource collection API of Files. It manages FileDetails.

Returns:

Resource collection API of Files.

filesNoSubscriptions

public FilesNoSubscriptions filesNoSubscriptions()

Gets the resource collection API of FilesNoSubscriptions.

Returns:

Resource collection API of FilesNoSubscriptions.

fileWorkspaces

public FileWorkspaces fileWorkspaces()

Gets the resource collection API of FileWorkspaces.

Returns:

Resource collection API of FileWorkspaces.

fileWorkspacesNoSubscriptions

public FileWorkspacesNoSubscriptions fileWorkspacesNoSubscriptions()

Gets the resource collection API of FileWorkspacesNoSubscriptions.

Returns:

Resource collection API of FileWorkspacesNoSubscriptions.

operations

public Operations operations()

Gets the resource collection API of Operations.

Returns:

Resource collection API of Operations.

problemClassifications

public ProblemClassifications problemClassifications()

Gets the resource collection API of ProblemClassifications.

Returns:

Resource collection API of ProblemClassifications.

serviceClient

public MicrosoftSupport serviceClient()

Gets wrapped service client MicrosoftSupport providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

Returns:

Wrapped service client MicrosoftSupport.

services

public Services services()

Gets the resource collection API of Services.

Returns:

Resource collection API of Services.

supportTickets

public SupportTickets supportTickets()

Gets the resource collection API of SupportTickets. It manages SupportTicketDetails.

Returns:

Resource collection API of SupportTickets.

supportTicketsNoSubscriptions

public SupportTicketsNoSubscriptions supportTicketsNoSubscriptions()

Gets the resource collection API of SupportTicketsNoSubscriptions.

Returns:

Resource collection API of SupportTicketsNoSubscriptions.

Applies to