次の方法で共有


AmlComputeProperties.EnableNodePublicIP プロパティ

定義

ノード パブリック IP アドレスのプロビジョニングを有効または無効にします。 使用可能な値は次のとおりです。 true - コンピューティング ノードにパブリック IP がプロビジョニングされることを示します。 false - コンピューティング ノードにプライベート エンドポイントがあり、パブリック IP がないことを示します。

public bool? EnableNodePublicIP { get; set; }
member this.EnableNodePublicIP : Nullable<bool> with get, set
Public Property EnableNodePublicIP As Nullable(Of Boolean)

プロパティ値

適用対象