LogicalNetworkStatus 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.
The observed state of logical networks
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.LogicalNetworkStatusTypeConverter))]
public class LogicalNetworkStatus : Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ILogicalNetworkStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.LogicalNetworkStatusTypeConverter))>]
type LogicalNetworkStatus = class
interface ILogicalNetworkStatus
interface IJsonSerializable
Public Class LogicalNetworkStatus
Implements ILogicalNetworkStatus
- Inheritance
-
LogicalNetworkStatus
- Attributes
- Implements
Constructors
LogicalNetworkStatus() |
Creates an new LogicalNetworkStatus instance. |
Properties
ErrorCode |
LogicalNetwork provisioning error code |
ErrorMessage |
Descriptive error message |
ProvisioningStatusOperationId |
The ID of the operation performed on the logical network |
ProvisioningStatusStatus |
The status of the operation performed on the logical network [Succeeded, Failed, InProgress] |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of LogicalNetworkStatus. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of LogicalNetworkStatus. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ILogicalNetworkStatus. |
FromJsonString(String) |
Creates a new instance of LogicalNetworkStatus, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of LogicalNetworkStatus into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |