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

PrivateEndpointDestination Class

Definition

Private Endpoint destination for a Private Endpoint Outbound Rule for the managed network of a machine learning workspace.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.PrivateEndpointDestinationTypeConverter))]
public class PrivateEndpointDestination : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IPrivateEndpointDestination
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.PrivateEndpointDestinationTypeConverter))>]
type PrivateEndpointDestination = class
    interface IPrivateEndpointDestination
    interface IJsonSerializable
Public Class PrivateEndpointDestination
Implements IPrivateEndpointDestination
Inheritance
PrivateEndpointDestination
Attributes
Implements

Constructors

PrivateEndpointDestination()

Creates an new PrivateEndpointDestination instance.

Properties

ServiceResourceId
SparkEnabled
SparkStatus

Type of a managed network Outbound Rule of a machine learning workspace.

SubresourceTarget

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PrivateEndpointDestination.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PrivateEndpointDestination.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IPrivateEndpointDestination.

FromJsonString(String)

Creates a new instance of PrivateEndpointDestination, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of PrivateEndpointDestination into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to