ResourceManagementClient Interface
public interface ResourceManagementClient
The interface for ResourceManagementClient class.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
getApiVersion()
Gets Api Version. |
abstract Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation. |
abstract
Deployment |
getDeploymentOperations()
Gets the Deployment |
abstract
Deployments |
getDeployments()
Gets the Deployments |
abstract String |
getEndpoint()
Gets server parameter. |
abstract
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
abstract
Operations |
getOperations()
Gets the Operations |
abstract
Provider |
getProviderResourceTypes()
Gets the Provider |
abstract
Providers |
getProviders()
Gets the Providers |
abstract
Resource |
getResourceGroups()
Gets the Resource |
abstract
Resources |
getResources()
Gets the Resources |
abstract String |
getSubscriptionId()
Gets The Microsoft Azure subscription ID. |
abstract
Tag |
getTagOperations()
Gets the Tag |
Method Details
getApiVersion
public abstract String getApiVersion()
Gets Api Version.
Returns:
getDefaultPollInterval
public abstract Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.
Returns:
getDeploymentOperations
public abstract DeploymentOperationsClient getDeploymentOperations()
Gets the DeploymentOperationsClient object to access its operations.
Returns:
getDeployments
public abstract DeploymentsClient getDeployments()
Gets the DeploymentsClient object to access its operations.
Returns:
getEndpoint
public abstract String getEndpoint()
Gets server parameter.
Returns:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getOperations
public abstract OperationsClient getOperations()
Gets the OperationsClient object to access its operations.
Returns:
getProviderResourceTypes
public abstract ProviderResourceTypesClient getProviderResourceTypes()
Gets the ProviderResourceTypesClient object to access its operations.
Returns:
getProviders
public abstract ProvidersClient getProviders()
Gets the ProvidersClient object to access its operations.
Returns:
getResourceGroups
public abstract ResourceGroupsClient getResourceGroups()
Gets the ResourceGroupsClient object to access its operations.
Returns:
getResources
public abstract ResourcesClient getResources()
Gets the ResourcesClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets The Microsoft Azure subscription ID.
Returns:
getTagOperations
public abstract TagOperationsClient getTagOperations()
Gets the TagOperationsClient object to access its operations.
Returns:
Applies to
Azure SDK for Java