你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IResourceManager 接口

定义

Azure 资源管理的入口点。

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)
派生
实现

属性

Deployments

获取部署管理 API 入口点。

Features

获取功能管理 API 入口点。

GenericResources

获取泛型资源管理 API 入口点。

Inner

Azure 资源管理的入口点。

(继承自 IHasInner<T>)
PolicyAssignments

获取策略分配管理 API 入口点。

PolicyDefinitions

获取策略定义管理 API 入口点。

Providers

获取提供程序管理 API 入口点。

ResourceGroups

获取资源组管理 API 入口点。

ResourceManager

Azure 资源管理的入口点。

(继承自 IManagerBase)
RestClient

Azure 资源管理的入口点。

(继承自 IManager<InnerT>)
SubscriptionId

Azure 资源管理的入口点。

(继承自 IManagerBase)

适用于