Interface OperationsManagementClient


public interface OperationsManagementClient
The interface for OperationsManagementClient class.
  • Method Details

    • getSubscriptionId

      String getSubscriptionId()
      Gets Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
      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.
    • getSolutions

      SolutionsClient getSolutions()
      Gets the SolutionsClient object to access its operations.
      Returns:
      the SolutionsClient object.
    • getManagementAssociations

      ManagementAssociationsClient getManagementAssociations()
      Gets the ManagementAssociationsClient object to access its operations.
      Returns:
      the ManagementAssociationsClient object.
    • getManagementConfigurations

      ManagementConfigurationsClient getManagementConfigurations()
      Gets the ManagementConfigurationsClient object to access its operations.
      Returns:
      the ManagementConfigurationsClient object.
    • getOperations

      OperationsClient getOperations()
      Gets the OperationsClient object to access its operations.
      Returns:
      the OperationsClient object.