NetworkInterfaceProperties Class

Definition

Network Interface Properties defines the properties of the resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkInterfacePropertiesTypeConverter))]
public class NetworkInterfaceProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkInterfaceProperties, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkInterfacePropertiesTypeConverter))>]
type NetworkInterfaceProperties = class
    interface INetworkInterfaceProperties
    interface IJsonSerializable
    interface IAnnotationResource
    interface IValidates
Public Class NetworkInterfaceProperties
Implements INetworkInterfaceProperties, IValidates
Inheritance
NetworkInterfaceProperties
Attributes
Implements

Constructors

Name Description
NetworkInterfaceProperties()

Creates an new NetworkInterfaceProperties instance.

Properties

Name Description
AdministrativeState

Administrative state of the resource.

Annotation

Switch configuration description.

ConnectedTo

The ARM resource id of the interface or compute server its connected to.

InterfaceType

The Interface Type. Example: Management/Data

Ipv4Address

IPv4Address of the interface.

Ipv6Address

IPv6Address of the interface.

PhysicalIdentifier

Physical Identifier of the network interface.

ProvisioningState

Provisioning state of the resource.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkInterfaceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkInterfaceProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkInterfaceProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkInterfaceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to