次の方法で共有


IWithDnsConfig インターフェイス

定義

コンテナー グループの DNS 構成を指定できるコンテナー グループ定義のステージ。

public interface IWithDnsConfig : Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IWithDnsConfigBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithDnsConfig = interface
    interface IWithDnsConfigBeta
    interface IBeta
Public Interface IWithDnsConfig
Implements IBeta, IWithDnsConfigBeta
派生
実装

メソッド

WithDnsConfiguration(IList<String>, String, String)

コンテナー グループの DNS 構成を指定します。

(継承元 IWithDnsConfigBeta)
WithDnsServerNames(IList<String>)

コンテナー グループの DNS サーバーを指定します。

(継承元 IWithDnsConfigBeta)

適用対象