次の方法で共有


SsoUri コンストラクター

定義

オーバーロード

SsoUri()

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

SsoUri(String)

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

SsoUri()

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

public SsoUri ();
Public Sub New ()

適用対象

SsoUri(String)

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

public SsoUri (string ssoUriValue = default);
new Microsoft.Azure.Management.Cdn.Models.SsoUri : string -> Microsoft.Azure.Management.Cdn.Models.SsoUri
Public Sub New (Optional ssoUriValue As String = Nothing)

パラメーター

ssoUriValue
String

補助ポータルへのログインに使用する URI。

適用対象