次の方法で共有


IWithSecretsMapBeta<ParentT>.WithSecrets メソッド

定義

シークレット マップを指定します。 シークレット値は、Base64 エンコードで指定する必要があります。

public Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IWithVolumeAttach<ParentT> WithSecrets(System.Collections.Generic.IDictionary<string,string> secrets);
abstract member WithSecrets : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IWithVolumeAttach<'ParentT>
Public Function WithSecrets (secrets As IDictionary(Of String, String)) As IWithVolumeAttach(Of ParentT)

パラメーター

secrets
IDictionary<String,String>

新しいボリューム シークレット マップ。値は Base64 エンコードで指定する必要があります。

戻り値

適用対象