INetworkInterfaceProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkInterfacePropertiesTypeConverter))]
public interface INetworkInterfaceProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IAnnotationResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkInterfacePropertiesTypeConverter))>]
type INetworkInterfaceProperties = interface
    interface IJsonSerializable
    interface IAnnotationResource
Public Interface INetworkInterfaceProperties
Implements IAnnotationResource
Derived
Attributes
Implements

Properties

Name Description
AdministrativeState

Administrative state of the resource.

Annotation

Switch configuration description.

(Inherited from IAnnotationResource)
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
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to