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

MachineLearningPrivateLinkResource 类

定义

专用链接资源。

public class MachineLearningPrivateLinkResource : Azure.ResourceManager.Models.TrackedResourceData
type MachineLearningPrivateLinkResource = class
    inherit TrackedResourceData
Public Class MachineLearningPrivateLinkResource
Inherits TrackedResourceData
继承
MachineLearningPrivateLinkResource

构造函数

MachineLearningPrivateLinkResource(AzureLocation)

初始化 MachineLearningPrivateLinkResource 的新实例。

属性

GroupId

专用链接资源组 ID。

Id

资源的完全限定的资源 ID。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}。

(继承自 ResourceData)
Identity

托管服务标识 (系统分配的标识和/或用户分配的标识) 。

Location

资源所在的地理位置。

(继承自 TrackedResourceData)
Name

资源的名称。

(继承自 ResourceData)
RequiredMembers

专用链接资源所需的成员名称。

RequiredZoneNames

专用链接资源专用链接 DNS 区域名称。

ResourceType

资源类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”。

(继承自 ResourceData)
Sku

可选。 此字段需要由 RP 实现,因为 AML 支持多个层。

SystemData

包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。

(继承自 ResourceData)
Tags

资源标记。

(继承自 TrackedResourceData)

适用于