IResourceManager Interface

Definition

Entry point to Azure resource management.

public interface IResourceManager : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ResourceManager.Fluent.IResourceManagementClient>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IManager<Microsoft.Azure.Management.ResourceManager.Fluent.IResourceManagementClient>
type IResourceManager = interface
    interface IManager<IResourceManagementClient>
    interface IHasInner<IResourceManagementClient>
    interface IManagerBase
Public Interface IResourceManager
Implements IHasInner(Of IResourceManagementClient), IManager(Of IResourceManagementClient)
Derived
Implements

Properties

Deployments

Gets the deployment management API entry point.

Features

Gets the feature management API entry point.

GenericResources

Gets the generic resource management API entry point.

Inner (Inherited from IHasInner<T>)
PolicyAssignments

Gets the policy assignment management API entry point.

PolicyDefinitions

Gets the policy definition management API entry point.

Providers

Gets the provider management API entry point.

ResourceGroups

Gets the resource group management API entry point.

ResourceManager (Inherited from IManagerBase)
RestClient (Inherited from IManager<InnerT>)
SubscriptionId (Inherited from IManagerBase)

Applies to