Interface DeploymentsManagementClient
public interface DeploymentsManagementClient
The interface for DeploymentsManagementClient class.
-
Method Summary
Modifier and TypeMethodDescriptionGets Api Version.Gets The default poll interval for long-running operation.Gets the DeploymentOperationsClient object to access its operations.Gets the DeploymentsClient object to access its operations.Gets server parameter.com.azure.core.http.HttpPipelineGets The HTTP pipeline to send requests through.Gets The Microsoft Azure subscription ID.
-
Method Details
-
getSubscriptionId
String getSubscriptionId()Gets The Microsoft Azure subscription ID.- 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.
-
getDeployments
DeploymentsClient getDeployments()Gets the DeploymentsClient object to access its operations.- Returns:
- the DeploymentsClient object.
-
getDeploymentOperations
DeploymentOperationsClient getDeploymentOperations()Gets the DeploymentOperationsClient object to access its operations.- Returns:
- the DeploymentOperationsClient object.
-