次の方法で共有


OpenShiftRouterProfile コンストラクター

定義

オーバーロード

OpenShiftRouterProfile()

OpenShiftRouterProfile クラスの新しいインスタンスを初期化します。

OpenShiftRouterProfile(String, String, String)

OpenShiftRouterProfile クラスの新しいインスタンスを初期化します。

OpenShiftRouterProfile()

OpenShiftRouterProfile クラスの新しいインスタンスを初期化します。

public OpenShiftRouterProfile ();
Public Sub New ()

適用対象

OpenShiftRouterProfile(String, String, String)

OpenShiftRouterProfile クラスの新しいインスタンスを初期化します。

public OpenShiftRouterProfile (string name = default, string publicSubdomain = default, string fqdn = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftRouterProfile : string * string * string -> Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftRouterProfile
Public Sub New (Optional name As String = Nothing, Optional publicSubdomain As String = Nothing, Optional fqdn As String = Nothing)

パラメーター

name
String

ルーター プロファイルの名前。

publicSubdomain
String

OpenShift ルーターの DNS サブドメイン。

fqdn
String

OpenShift ルーターの自動割り当て FQDN。

適用対象