ResourceManagementClient Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class ResourceManagementClient : Hyak.Common.ServiceClient<Microsoft.Azure.Management.Resources.ResourceManagementClient>, IDisposable, Microsoft.Azure.Management.Resources.IResourceManagementClient
type ResourceManagementClient = class
inherit ServiceClient<ResourceManagementClient>
interface IResourceManagementClient
interface IDisposable
Public Class ResourceManagementClient
Inherits ServiceClient(Of ResourceManagementClient)
Implements IDisposable, IResourceManagementClient
- Inheritance
-
Hyak.Common.ServiceClient<ResourceManagementClient>ResourceManagementClient
- Implements
Constructors
ResourceManagementClient() |
Initializes a new instance of the ResourceManagementClient class. |
ResourceManagementClient(HttpClient) |
Initializes a new instance of the ResourceManagementClient class. |
ResourceManagementClient(SubscriptionCloudCredentials, HttpClient) |
Initializes a new instance of the ResourceManagementClient class. |
ResourceManagementClient(SubscriptionCloudCredentials, Uri, HttpClient) |
Initializes a new instance of the ResourceManagementClient class. |
ResourceManagementClient(SubscriptionCloudCredentials, Uri) |
Initializes a new instance of the ResourceManagementClient class. |
ResourceManagementClient(SubscriptionCloudCredentials) |
Initializes a new instance of the ResourceManagementClient class. |
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
Clone(ServiceClient<ResourceManagementClient>) |
Clones properties from current instance to another ResourceManagementClient instance |
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
Azure SDK for .NET