SupportManager Class
- java.
lang. Object - com.
azure. resourcemanager. support. SupportManager
- com.
public final class SupportManager
Entry point to SupportManager. Microsoft Azure Support Resource Provider.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Support |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of support service API entry point. |
|
static
Support |
authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of support service API entry point. |
|
Chat |
chatTranscripts()
Gets the resource collection API of Chat |
|
Chat |
chatTranscriptsNoSubscriptions()
Gets the resource collection API of Chat |
| Communications |
communications()
Gets the resource collection API of Communications. |
|
Communications |
communicationsNoSubscriptions()
Gets the resource collection API of Communications |
| static Configurable |
configure()
Gets a Configurable instance that can be used to create Support |
| Files |
files()
Gets the resource collection API of Files. |
|
Files |
filesNoSubscriptions()
Gets the resource collection API of Files |
|
File |
fileWorkspaces()
Gets the resource collection API of File |
|
File |
fileWorkspacesNoSubscriptions()
Gets the resource collection API of File |
|
Look |
lookUpResourceIds()
Gets the resource collection API of Look |
| Operations |
operations()
Gets the resource collection API of Operations. |
|
Problem |
problemClassifications()
Gets the resource collection API of Problem |
|
Problem |
problemClassificationsNoSubscriptions()
Gets the resource collection API of Problem |
|
Service |
serviceClassifications()
Gets the resource collection API of Service |
|
Service |
serviceClassificationsNoSubscriptions()
Gets the resource collection API of Service |
|
Microsoft |
serviceClient()
Gets wrapped service client Microsoft |
| Services |
services()
Gets the resource collection API of Services. |
|
Support |
supportTickets()
Gets the resource collection API of Support |
|
Support |
supportTicketsNoSubscriptions()
Gets the resource collection API of Support |
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:
Returns:
authenticate
public static SupportManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of support service API entry point.
Parameters:
Returns:
chatTranscripts
public ChatTranscripts chatTranscripts()
Gets the resource collection API of ChatTranscripts.
Returns:
chatTranscriptsNoSubscriptions
public ChatTranscriptsNoSubscriptions chatTranscriptsNoSubscriptions()
Gets the resource collection API of ChatTranscriptsNoSubscriptions.
Returns:
communications
public Communications communications()
Gets the resource collection API of Communications. It manages CommunicationDetails.
Returns:
communicationsNoSubscriptions
public CommunicationsNoSubscriptions communicationsNoSubscriptions()
Gets the resource collection API of CommunicationsNoSubscriptions.
Returns:
configure
public static SupportManager.Configurable configure()
Gets a Configurable instance that can be used to create SupportManager with optional configuration.
Returns:
files
public Files files()
Gets the resource collection API of Files. It manages FileDetails.
Returns:
filesNoSubscriptions
public FilesNoSubscriptions filesNoSubscriptions()
Gets the resource collection API of FilesNoSubscriptions.
Returns:
fileWorkspaces
public FileWorkspaces fileWorkspaces()
Gets the resource collection API of FileWorkspaces.
Returns:
fileWorkspacesNoSubscriptions
public FileWorkspacesNoSubscriptions fileWorkspacesNoSubscriptions()
Gets the resource collection API of FileWorkspacesNoSubscriptions.
Returns:
lookUpResourceIds
public LookUpResourceIds lookUpResourceIds()
Gets the resource collection API of LookUpResourceIds.
Returns:
operations
public Operations operations()
Gets the resource collection API of Operations.
Returns:
problemClassifications
public ProblemClassifications problemClassifications()
Gets the resource collection API of ProblemClassifications.
Returns:
problemClassificationsNoSubscriptions
public ProblemClassificationsNoSubscriptions problemClassificationsNoSubscriptions()
Gets the resource collection API of ProblemClassificationsNoSubscriptions.
Returns:
serviceClassifications
public ServiceClassifications serviceClassifications()
Gets the resource collection API of ServiceClassifications.
Returns:
serviceClassificationsNoSubscriptions
public ServiceClassificationsNoSubscriptions serviceClassificationsNoSubscriptions()
Gets the resource collection API of ServiceClassificationsNoSubscriptions.
Returns:
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:
services
public Services services()
Gets the resource collection API of Services.
Returns:
supportTickets
public SupportTickets supportTickets()
Gets the resource collection API of SupportTickets. It manages SupportTicketDetails.
Returns:
supportTicketsNoSubscriptions
public SupportTicketsNoSubscriptions supportTicketsNoSubscriptions()
Gets the resource collection API of SupportTicketsNoSubscriptions.
Returns: