Freigeben über


NetworkAttachment Class

Definition

NetworkAttachment represents the single network attachment.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.NetworkAttachmentTypeConverter))]
public class NetworkAttachment : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.INetworkAttachment
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.NetworkAttachmentTypeConverter))>]
type NetworkAttachment = class
    interface INetworkAttachment
    interface IJsonSerializable
Public Class NetworkAttachment
Implements INetworkAttachment
Inheritance
NetworkAttachment
Attributes
Implements

Constructors

NetworkAttachment()

Creates an new NetworkAttachment instance.

Properties

AttachedNetworkId

The resource ID of the associated network attached to the virtual machine. It can be one of cloudServicesNetwork, l3Network, l2Network or trunkedNetwork resources.

DefaultGateway

The indicator of whether this is the default gateway. Only one of the attached networks (including the CloudServicesNetwork attachment) for a single machine may be specified as True.

IPAllocationMethod

The IP allocation mechanism for the virtual machine. Dynamic and Static are only valid for l3Network which may also specify Disabled. Otherwise, Disabled is the only permitted value.

Ipv4Address

The IPv4 address of the virtual machine. This field is used only if the attached network has IPAllocationType of IPV4 or DualStack. If IPAllocationMethod is: Static - this field must contain a user specified IPv4 address from within the subnet specified in the attached network. Dynamic - this field is read-only, but will be populated with an address from within the subnet specified in the attached network. Disabled - this field will be empty.

Ipv6Address

The IPv6 address of the virtual machine. This field is used only if the attached network has IPAllocationType of IPV6 or DualStack. If IPAllocationMethod is: Static - this field must contain an IPv6 address range from within the range specified in the attached network. Dynamic - this field is read-only, but will be populated with an range from within the subnet specified in the attached network. Disabled - this field will be empty.

MacAddress

The MAC address of the interface for the virtual machine that corresponds to this network attachment.

Name

The associated network's interface name. If specified, the network attachment name has a maximum length of 15 characters and must be unique to this virtual machine. If the user doesn’t specify this value, the default interface name of the network resource will be used. For a CloudServicesNetwork resource, this name will be ignored.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkAttachment.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkAttachment.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.INetworkAttachment.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkAttachment into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to