Sdílet prostřednictvím


MachineLearningSharedPrivateLinkResource Class

Definition

The MachineLearningSharedPrivateLinkResource.

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

Constructors

MachineLearningSharedPrivateLinkResource()

Initializes a new instance of MachineLearningSharedPrivateLinkResource.

Properties

GroupId

The private link resource group id.

Name

Unique name of the private link.

PrivateLinkResourceId

The resource id that private link links to.

RequestMessage

Request message.

Status

Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.

Explicit Interface Implementations

IJsonModel<MachineLearningSharedPrivateLinkResource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningSharedPrivateLinkResource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningSharedPrivateLinkResource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningSharedPrivateLinkResource>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningSharedPrivateLinkResource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to