次の方法で共有


SecretsCollection コンストラクター

定義

オーバーロード

SecretsCollection()

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

SecretsCollection(IList<ContainerAppSecret>)

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

SecretsCollection()

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

public SecretsCollection();
Public Sub New ()

適用対象

SecretsCollection(IList<ContainerAppSecret>)

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

public SecretsCollection(System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.ContainerAppSecret> value);
new Microsoft.Azure.Management.WebSites.Models.SecretsCollection : System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.ContainerAppSecret> -> Microsoft.Azure.Management.WebSites.Models.SecretsCollection
Public Sub New (value As IList(Of ContainerAppSecret))

パラメーター

value
IList<ContainerAppSecret>

リソースのコレクション。

適用対象