次の方法で共有


LoadParameters コンストラクター

定義

オーバーロード

LoadParameters()

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

LoadParameters(IList<String>)

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

LoadParameters()

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

public LoadParameters ();
Public Sub New ()

適用対象

LoadParameters(IList<String>)

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

public LoadParameters (System.Collections.Generic.IList<string> contentPaths);
new Microsoft.Azure.Management.Cdn.Fluent.Models.LoadParameters : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Cdn.Fluent.Models.LoadParameters
Public Sub New (contentPaths As IList(Of String))

パラメーター

contentPaths
IList<String>

読み込むコンテンツへのパス。 パスは、配信元の相対ファイル URL である必要があります。

適用対象