共用方式為


IPAddressProvisioningType 列舉

定義

定義 IPAddressProvisioningType 的值。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum IPAddressProvisioningType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type IPAddressProvisioningType = 
Public Enum IPAddressProvisioningType
繼承
IPAddressProvisioningType
屬性
Newtonsoft.Json.JsonConverterAttribute

欄位

BatchManaged 0

公用 IP 將由 Batch 建立和管理。 視集區的大小而定,可能會有多個公用 IP。

NoPublicIPAddresses 2

不會為集區中的計算節點建立公用 IP 位址。

UserManaged 1

公用 IP 是由使用者提供,並用來布建計算節點。

適用於