Udostępnij przez


ManagedNetworkSettings Class

Definition

Managed Network settings for a machine learning workspace.

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

Constructors

Name Description
ManagedNetworkSettings()

Creates an new ManagedNetworkSettings instance.

Properties

Name Description
IsolationMode

Isolation mode for the managed network of a machine learning workspace.

ManagedNetworkStatus

Status for the managed network of a machine learning workspace.

NetworkId
OutboundRule
StatusSparkReady

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ManagedNetworkSettings.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ManagedNetworkSettings.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ManagedNetworkSettings into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to