次の方法で共有


PublicIPAddressConfiguration.Provision プロパティ

定義

プールのパブリック IP アドレスのプロビジョニングの種類を取得または設定します

[Newtonsoft.Json.JsonProperty(PropertyName="provision")]
public Microsoft.Azure.Management.Batch.Models.IPAddressProvisioningType? Provision { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="provision")>]
member this.Provision : Nullable<Microsoft.Azure.Management.Batch.Models.IPAddressProvisioningType> with get, set
Public Property Provision As Nullable(Of IPAddressProvisioningType)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

既定値は BatchManaged です。 使用できる値は、'BatchManaged'、'UserManaged'、'NoPublicIPAddresses' です。

適用対象