次の方法で共有


PrivateEndpointDestination Class

Definition

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

public class PrivateEndpointDestination : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.PrivateEndpointDestination>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.PrivateEndpointDestination>
public class PrivateEndpointDestination
type PrivateEndpointDestination = class
    interface IJsonModel<PrivateEndpointDestination>
    interface IPersistableModel<PrivateEndpointDestination>
type PrivateEndpointDestination = class
Public Class PrivateEndpointDestination
Implements IJsonModel(Of PrivateEndpointDestination), IPersistableModel(Of PrivateEndpointDestination)
Public Class PrivateEndpointDestination
Inheritance
PrivateEndpointDestination
Implements

Constructors

PrivateEndpointDestination()

Initializes a new instance of PrivateEndpointDestination.

Properties

ServiceResourceId

Gets or sets the service resource id.

SparkEnabled

Gets or sets the spark enabled.

SparkStatus

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

SubresourceTarget

Gets or sets the subresource target.

Explicit Interface Implementations

IJsonModel<PrivateEndpointDestination>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<PrivateEndpointDestination>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PrivateEndpointDestination>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PrivateEndpointDestination>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<PrivateEndpointDestination>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to