Udostępnij przez


NetworkInterfacePropertiesFormat Class

Definition

NetworkInterface properties.

public class NetworkInterfacePropertiesFormat
type NetworkInterfacePropertiesFormat = class
Public Class NetworkInterfacePropertiesFormat
Inheritance
NetworkInterfacePropertiesFormat

Constructors

Name Description
NetworkInterfacePropertiesFormat()

Initializes a new instance of the NetworkInterfacePropertiesFormat class.

NetworkInterfacePropertiesFormat(SubResource, NetworkSecurityGroup, PrivateEndpoint, IList<NetworkInterfaceIPConfiguration>, IList<NetworkInterfaceTapConfiguration>, NetworkInterfaceDnsSettings, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, IList<String>, SubResource, String, String)

Initializes a new instance of the NetworkInterfacePropertiesFormat class.

Properties

Name Description
DnsSettings

Gets or sets the DNS settings in network interface.

DscpConfiguration

Gets a reference to the dscp configuration to which the network interface is linked.

EnableAcceleratedNetworking

Gets or sets if the network interface is accelerated networking enabled.

EnableIPForwarding

Gets or sets indicates whether IP forwarding is enabled on this network interface.

HostedWorkloads

Gets a list of references to linked BareMetal resources.

IPConfigurations

Gets or sets a list of IPConfigurations of the network interface.

MacAddress

Gets the MAC address of the network interface.

NetworkSecurityGroup

Gets or sets the reference to the NetworkSecurityGroup resource.

Primary

Gets whether this is a primary network interface on a virtual machine.

PrivateEndpoint

Gets a reference to the private endpoint to which the network interface is linked.

ProvisioningState

Gets the provisioning state of the network interface resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

ResourceGuid

Gets the resource GUID property of the network interface resource.

TapConfigurations

Gets a list of TapConfigurations of the network interface.

VirtualMachine

Gets the reference to a virtual machine.

Applies to