共用方式為


VirtualNetworkResourceSettings interface

定義虛擬網路資源設定。

Extends

屬性

addressSpace

取得或設定虛擬網路的位址前置詞。

dnsServers

取得或設定 DHCPOptions,其中包含虛擬網路中部署之 VM 可用的 DNS 伺服器陣列。

enableDdosProtection

取得或設定值,指出是否應該開啟 DDOS 保護。

resourceType

多型歧視性,指定這個物件可以是的不同類型

subnets

取得或設定 VirtualNetwork 中的子網清單。

tags

取得或設定資源標籤。

繼承的屬性

targetResourceGroupName

取得或設定目標資源組名。

targetResourceName

取得或設定目標資源名稱。

屬性詳細資料

addressSpace

取得或設定虛擬網路的位址前置詞。

addressSpace?: string[]

屬性值

string[]

dnsServers

取得或設定 DHCPOptions,其中包含虛擬網路中部署之 VM 可用的 DNS 伺服器陣列。

dnsServers?: string[]

屬性值

string[]

enableDdosProtection

取得或設定值,指出是否應該開啟 DDOS 保護。

enableDdosProtection?: boolean

屬性值

boolean

resourceType

多型歧視性,指定這個物件可以是的不同類型

resourceType: "Microsoft.Network/virtualNetworks"

屬性值

"Microsoft.Network/virtualNetworks"

subnets

取得或設定 VirtualNetwork 中的子網清單。

subnets?: SubnetResourceSettings[]

屬性值

tags

取得或設定資源標籤。

tags?: {[propertyName: string]: string}

屬性值

{[propertyName: string]: string}

繼承的屬性詳細資料

targetResourceGroupName

取得或設定目標資源組名。

targetResourceGroupName?: string

屬性值

string

繼承自ResourceSettings.targetResourceGroupName

targetResourceName

取得或設定目標資源名稱。

targetResourceName?: string

屬性值

string

繼承自ResourceSettings.targetResourceName