Share via


IResourceManagementClient Interface

Definition

public interface IResourceManagementClient : IDisposable
type IResourceManagementClient = interface
    interface IDisposable
Public Interface IResourceManagementClient
Implements IDisposable
Derived
Implements

Properties

ApiVersion

Gets the API version.

BaseUri

Gets the URI used as the base for all cloud service requests.

Credentials

Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

DeploymentOperations

Operations for managing deployment operations.

Deployments

Operations for managing deployments.

LongRunningOperationInitialTimeout

Gets or sets the initial timeout for Long Running Operations.

LongRunningOperationRetryTimeout

Gets or sets the retry timeout for Long Running Operations.

ProviderOperationsMetadata

Operations for getting provider operations metadata.

Providers

Operations for managing providers.

ResourceGroups

Operations for managing resource groups.

ResourceProviderOperationDetails

Operations for managing Resource provider operations.

Resources

Operations for managing resources.

Tags

Operations for managing tags.

Methods

GetLongRunningOperationStatusAsync(String, CancellationToken)

The Get Operation Status operation returns the status of the specified operation. After calling an asynchronous operation, you can call Get Operation Status to determine whether the operation has succeeded, failed, or is still in progress.

Extension Methods

GetLongRunningOperationStatus(IResourceManagementClient, String)

The Get Operation Status operation returns the status of the specified operation. After calling an asynchronous operation, you can call Get Operation Status to determine whether the operation has succeeded, failed, or is still in progress.

GetLongRunningOperationStatusAsync(IResourceManagementClient, String)

The Get Operation Status operation returns the status of the specified operation. After calling an asynchronous operation, you can call Get Operation Status to determine whether the operation has succeeded, failed, or is still in progress.

Applies to