VirtualNetworkPropertiesStatus 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 virtual network resource
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.VirtualNetworkPropertiesStatusTypeConverter))]
public class VirtualNetworkPropertiesStatus : Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVirtualNetworkPropertiesStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.VirtualNetworkPropertiesStatusTypeConverter))>]
type VirtualNetworkPropertiesStatus = class
interface IVirtualNetworkPropertiesStatus
interface IJsonSerializable
Public Class VirtualNetworkPropertiesStatus
Implements IVirtualNetworkPropertiesStatus
- Inheritance
-
VirtualNetworkPropertiesStatus
- Attributes
- Implements
Constructors
VirtualNetworkPropertiesStatus() |
Creates an new VirtualNetworkPropertiesStatus instance. |
Properties
Code |
The error code from the operation. |
Message |
The error message from the operation. |
OperationStatusOperationId |
The identifier of the operation. |
OperationStatusStatus |
The status of the operation. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of VirtualNetworkPropertiesStatus. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of VirtualNetworkPropertiesStatus. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IVirtualNetworkPropertiesStatus. |
FromJsonString(String) |
Creates a new instance of VirtualNetworkPropertiesStatus, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of VirtualNetworkPropertiesStatus into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |