PrivateEndpointDestination 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.
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() |