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

MachineLearningOutboundRuleBasicData 类

定义

表示 MachineLearningOutboundRuleBasic 数据模型的类。 机器学习工作区托管网络的出站规则基本资源。

public class MachineLearningOutboundRuleBasicData : Azure.ResourceManager.Models.ResourceData
type MachineLearningOutboundRuleBasicData = class
    inherit ResourceData
Public Class MachineLearningOutboundRuleBasicData
Inherits ResourceData
继承
MachineLearningOutboundRuleBasicData

构造函数

MachineLearningOutboundRuleBasicData(MachineLearningOutboundRule)

初始化 MachineLearningOutboundRuleBasicData 的新实例。

属性

Id

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

(继承自 ResourceData)
Name

资源的名称。

(继承自 ResourceData)
Properties

机器学习工作区的托管网络的出站规则。 请注意 MachineLearningOutboundRule ,是基类。 根据方案,可能需要在此处分配基类的派生类,或者此属性需要强制转换为可能的派生类之一。 可用的派生类包括 FqdnOutboundRulePrivateEndpointOutboundRuleServiceTagOutboundRule

ResourceType

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

(继承自 ResourceData)
SystemData

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

(继承自 ResourceData)

适用于