publishedResource 资源类型

命名空间:microsoft.graph

重要

Microsoft Graph版本下的 /beta API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

表示本地已发布资源。 租户管理员可以发布各种类型的本地资源-企业应用程序、域控制器、服务器等。租户管理员安装本地代理可以配置为访问/处理对特定已发布资源的请求。

Methods

方法 返回类型 说明
列出 publishedResources publishedResource 对象集合 获取 publishedResources 对象集合。
获取 publishedResource publishedResource 读取 publishedResource 对象的属性和 关系。
创建 publishedResource publishedResource 创建新的 publishedResource
更新 publishedResource publishedResource 更新 publishedResource 对象。
删除 publishedResource 删除 publishedResource 对象。
将 publishedResource 分配给 onPremisesAgentGroup publishedResource 对象分配给 onPremisesAgentGroup
从 onPremisesAgentGroup 中删除 publishedResource onPremisesAgentGroup 中删除 publishedResource 对象。

属性

属性 类型 说明
displayName String publishedResource 的显示名称。
id String publishedResource 的对象 ID。 只读。
publishingType String 可取值为:applicationProxyexchangeOnlineauthenticationprovisioningadAdministration
resourceName String publishedResource 的名称。

关系

关系 类型 说明
agentGroups onPremisesAgentGroup 集合 publishedResource 分配到 的 onPremisesAgentGroups 的列表。 只读。 可为 Null。

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "displayName": "String",
  "id": "String (identifier)",
  "publishingType": "string",
  "resourceName": "String"
}