共用方式為


NetworkAttachment interface

NetworkAttachment 代表單一網路附件。

屬性

attachedNetworkId

連結至虛擬機器之相關聯網絡的資源識別碼。 它可以是 cloudServicesNetwork、l3Network、l2Network 或主幹網路資源之一。

defaultGateway

此是否為預設閘道的指標。 單一電腦只有一個連結的網路 (包括 CloudServicesNetwork 附件) ,可以指定為 True。

ipAllocationMethod

虛擬機器的 IP 配置機制。 動態和靜態僅適用于 l3Network,也可能指定 Disabled。 否則,Disabled 是唯一允許的值。

ipv4Address

虛擬機器的 IPv4 位址。

只有在連結的網路具有 IPV4 或 DualStack 的 IPAllocationType 時,才會使用此欄位。

如果 IPAllocationMethod 為:Static - 此欄位必須包含使用者從連結網路中指定的子網內指定的 IPv4 位址。 動態 - 此欄位是唯讀的,但會從連結網路中指定的子網內填入位址。 已停用 - 此欄位會是空的。

ipv6Address

虛擬機器的 IPv6 位址。

只有在連結的網路具有 IPV6 或 DualStack 的 IPAllocationType 時,才會使用此欄位。

如果 IPAllocationMethod 為:Static - 此欄位必須包含來自連結網路所指定範圍內的 IPv6 位址範圍。 動態 - 此欄位是唯讀的,但會從連結網路中指定的子網內填入範圍。 已停用 - 此欄位會是空的。

macAddress

對應至此網路附件之虛擬機器之介面的 MAC 位址。 注意:此屬性不會序列化。 它只能由伺服器填入。

networkAttachmentName

相關聯的網路介面名稱。 如果指定,網路附件名稱的長度上限為 15 個字元,而且此虛擬機器必須是唯一的。 如果使用者未指定此值,則會使用網路資源的預設介面名稱。 對於 CloudServicesNetwork 資源,將會忽略此名稱。

屬性詳細資料

attachedNetworkId

連結至虛擬機器之相關聯網絡的資源識別碼。 它可以是 cloudServicesNetwork、l3Network、l2Network 或主幹網路資源之一。

attachedNetworkId: string

屬性值

string

defaultGateway

此是否為預設閘道的指標。 單一電腦只有一個連結的網路 (包括 CloudServicesNetwork 附件) ,可以指定為 True。

defaultGateway?: string

屬性值

string

ipAllocationMethod

虛擬機器的 IP 配置機制。 動態和靜態僅適用于 l3Network,也可能指定 Disabled。 否則,Disabled 是唯一允許的值。

ipAllocationMethod: string

屬性值

string

ipv4Address

虛擬機器的 IPv4 位址。

只有在連結的網路具有 IPV4 或 DualStack 的 IPAllocationType 時,才會使用此欄位。

如果 IPAllocationMethod 為:Static - 此欄位必須包含使用者從連結網路中指定的子網內指定的 IPv4 位址。 動態 - 此欄位是唯讀的,但會從連結網路中指定的子網內填入位址。 已停用 - 此欄位會是空的。

ipv4Address?: string

屬性值

string

ipv6Address

虛擬機器的 IPv6 位址。

只有在連結的網路具有 IPV6 或 DualStack 的 IPAllocationType 時,才會使用此欄位。

如果 IPAllocationMethod 為:Static - 此欄位必須包含來自連結網路所指定範圍內的 IPv6 位址範圍。 動態 - 此欄位是唯讀的,但會從連結網路中指定的子網內填入範圍。 已停用 - 此欄位會是空的。

ipv6Address?: string

屬性值

string

macAddress

對應至此網路附件之虛擬機器之介面的 MAC 位址。 注意:此屬性不會序列化。 它只能由伺服器填入。

macAddress?: string

屬性值

string

networkAttachmentName

相關聯的網路介面名稱。 如果指定,網路附件名稱的長度上限為 15 個字元,而且此虛擬機器必須是唯一的。 如果使用者未指定此值,則會使用網路資源的預設介面名稱。 對於 CloudServicesNetwork 資源,將會忽略此名稱。

networkAttachmentName?: string

屬性值

string