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 DeploymentOperationsClient getDeploymentOperations()

Gets the DeploymentOperationsClient object to access its operations.

abstract DeploymentsClient getDeployments()

Gets the DeploymentsClient object to access its operations.

abstract String getEndpoint()

Gets server parameter.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

abstract ProviderResourceTypesClient getProviderResourceTypes()

Gets the ProviderResourceTypesClient object to access its operations.

abstract ProvidersClient getProviders()

Gets the ProvidersClient object to access its operations.

abstract ResourceGroupsClient getResourceGroups()

Gets the ResourceGroupsClient object to access its operations.

abstract ResourcesClient getResources()

Gets the ResourcesClient object to access its operations.

abstract String getSubscriptionId()

Gets The Microsoft Azure subscription ID.

abstract TagOperationsClient getTagOperations()

Gets the TagOperationsClient object to access its operations.

Method Details

getApiVersion

public abstract String getApiVersion()

Gets Api Version.

Returns:

the apiVersion value.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getDeploymentOperations

public abstract DeploymentOperationsClient getDeploymentOperations()

Gets the DeploymentOperationsClient object to access its operations.

Returns:

the DeploymentOperationsClient object.

getDeployments

public abstract DeploymentsClient getDeployments()

Gets the DeploymentsClient object to access its operations.

Returns:

the DeploymentsClient object.

getEndpoint

public abstract String getEndpoint()

Gets server parameter.

Returns:

the endpoint value.

getHttpPipeline

public abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

Returns:

the httpPipeline value.

getOperations

public abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

Returns:

the OperationsClient object.

getProviderResourceTypes

public abstract ProviderResourceTypesClient getProviderResourceTypes()

Gets the ProviderResourceTypesClient object to access its operations.

Returns:

the ProviderResourceTypesClient object.

getProviders

public abstract ProvidersClient getProviders()

Gets the ProvidersClient object to access its operations.

Returns:

the ProvidersClient object.

getResourceGroups

public abstract ResourceGroupsClient getResourceGroups()

Gets the ResourceGroupsClient object to access its operations.

Returns:

the ResourceGroupsClient object.

getResources

public abstract ResourcesClient getResources()

Gets the ResourcesClient object to access its operations.

Returns:

the ResourcesClient object.

getSubscriptionId

public abstract String getSubscriptionId()

Gets The Microsoft Azure subscription ID.

Returns:

the subscriptionId value.

getTagOperations

public abstract TagOperationsClient getTagOperations()

Gets the TagOperationsClient object to access its operations.

Returns:

the TagOperationsClient object.

Applies to