Interface AzureDeploymentManager


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

    • getSubscriptionId

      String getSubscriptionId()
      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.
    • getServiceTopologies

      ServiceTopologiesClient getServiceTopologies()
      Gets the ServiceTopologiesClient object to access its operations.
      Returns:
      the ServiceTopologiesClient object.
    • getServices

      ServicesClient getServices()
      Gets the ServicesClient object to access its operations.
      Returns:
      the ServicesClient object.
    • getServiceUnits

      ServiceUnitsClient getServiceUnits()
      Gets the ServiceUnitsClient object to access its operations.
      Returns:
      the ServiceUnitsClient object.
    • getSteps

      StepsClient getSteps()
      Gets the StepsClient object to access its operations.
      Returns:
      the StepsClient object.
    • getRollouts

      RolloutsClient getRollouts()
      Gets the RolloutsClient object to access its operations.
      Returns:
      the RolloutsClient object.
    • getArtifactSources

      ArtifactSourcesClient getArtifactSources()
      Gets the ArtifactSourcesClient object to access its operations.
      Returns:
      the ArtifactSourcesClient object.
    • getOperations

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