Class SupportManager

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

public final class SupportManager extends Object
Entry point to SupportManager. Microsoft Azure Support Resource Provider.
  • Method Details

    • authenticate

      public static SupportManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.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.
    • authenticate

      public static SupportManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.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.
    • 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.
    • operations

      public Operations operations()
      Gets the resource collection API of Operations.
      Returns:
      Resource collection API of Operations.
    • services

      public Services services()
      Gets the resource collection API of Services.
      Returns:
      Resource collection API of Services.
    • problemClassifications

      public ProblemClassifications problemClassifications()
      Gets the resource collection API of ProblemClassifications.
      Returns:
      Resource collection API of ProblemClassifications.
    • supportTickets

      public SupportTickets supportTickets()
      Gets the resource collection API of SupportTickets. It manages SupportTicketDetails.
      Returns:
      Resource collection API of SupportTickets.
    • communications

      public Communications communications()
      Gets the resource collection API of Communications. It manages CommunicationDetails.
      Returns:
      Resource collection API of Communications.
    • serviceClient

      public MicrosoftSupport serviceClient()
      Returns:
      Wrapped service client MicrosoftSupport providing direct access to the underlying auto-generated API implementation, based on Azure REST API.