ManagedNetworkProvisionStatus 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.
Status of the Provisioning for the managed network of a machine learning workspace.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ManagedNetworkProvisionStatusTypeConverter))]
public class ManagedNetworkProvisionStatus : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IManagedNetworkProvisionStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ManagedNetworkProvisionStatusTypeConverter))>]
type ManagedNetworkProvisionStatus = class
interface IManagedNetworkProvisionStatus
interface IJsonSerializable
Public Class ManagedNetworkProvisionStatus
Implements IManagedNetworkProvisionStatus
- Inheritance
-
ManagedNetworkProvisionStatus
- Attributes
- Implements
Constructors
ManagedNetworkProvisionStatus() |
Creates an new ManagedNetworkProvisionStatus instance. |
Properties
SparkReady | |
Status |
Status for the managed network of a machine learning workspace. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ManagedNetworkProvisionStatus. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ManagedNetworkProvisionStatus. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IManagedNetworkProvisionStatus. |
FromJsonString(String) |
Creates a new instance of ManagedNetworkProvisionStatus, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ManagedNetworkProvisionStatus into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |