MachineLearningPrivateLinkServiceConnectionState Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A collection of information about the state of the connection between service consumer and provider.
public class MachineLearningPrivateLinkServiceConnectionState : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningPrivateLinkServiceConnectionState>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningPrivateLinkServiceConnectionState>
public class MachineLearningPrivateLinkServiceConnectionState
type MachineLearningPrivateLinkServiceConnectionState = class
interface IJsonModel<MachineLearningPrivateLinkServiceConnectionState>
interface IPersistableModel<MachineLearningPrivateLinkServiceConnectionState>
type MachineLearningPrivateLinkServiceConnectionState = class
Public Class MachineLearningPrivateLinkServiceConnectionState
Implements IJsonModel(Of MachineLearningPrivateLinkServiceConnectionState), IPersistableModel(Of MachineLearningPrivateLinkServiceConnectionState)
Public Class MachineLearningPrivateLinkServiceConnectionState
- Inheritance
-
MachineLearningPrivateLinkServiceConnectionState
- Implements
Constructors
| Name | Description |
|---|---|
| MachineLearningPrivateLinkServiceConnectionState() |
Initializes a new instance of MachineLearningPrivateLinkServiceConnectionState. |
Properties
| Name | Description |
|---|---|
| ActionsRequired |
Some RP chose "None". Other RPs use this for region expansion. |
| Description |
User-defined message that, per NRP doc, may be used for approval-related message. |
Methods
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<MachineLearningPrivateLinkServiceConnectionState>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<MachineLearningPrivateLinkServiceConnectionState>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<MachineLearningPrivateLinkServiceConnectionState>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<MachineLearningPrivateLinkServiceConnectionState>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<MachineLearningPrivateLinkServiceConnectionState>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |