Partilhar via


IWithSecretsMapBeta<ParentT>.WithSecrets Método

Definição

Especifica o mapa de segredos. O valor do segredo deve ser especificado na codificação 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)

Parâmetros

secrets
IDictionary<String,String>

O novo mapa de segredos de volume; value deve estar na codificação Base64.

Retornos

Aplica-se a