你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NetworkInterfaceStatus Class

Definition

The observed state of network interfaces

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.NetworkInterfaceStatusTypeConverter))]
public class NetworkInterfaceStatus : Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.INetworkInterfaceStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.NetworkInterfaceStatusTypeConverter))>]
type NetworkInterfaceStatus = class
    interface INetworkInterfaceStatus
    interface IJsonSerializable
Public Class NetworkInterfaceStatus
Implements INetworkInterfaceStatus
Inheritance
NetworkInterfaceStatus
Attributes
Implements

Constructors

NetworkInterfaceStatus()

Creates an new NetworkInterfaceStatus instance.

Properties

ErrorCode

NetworkInterface provisioning error code

ErrorMessage

Descriptive error message

ProvisioningStatusOperationId

The ID of the operation performed on the network interface

ProvisioningStatusStatus

The status of the operation performed on the network interface [Succeeded, Failed, InProgress]

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkInterfaceStatus.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkInterfaceStatus.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.INetworkInterfaceStatus.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkInterfaceStatus into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to