IWithSecretsMap<ParentT> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The stage of the volume definition allowing to specify the secrets map.
public interface IWithSecretsMap<ParentT> : Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IWithSecretsMapBeta<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithSecretsMap<'ParentT> = interface
interface IWithSecretsMapBeta<'ParentT>
interface IBeta
Public Interface IWithSecretsMap(Of ParentT)
Implements IBeta, IWithSecretsMapBeta(Of ParentT)
Type Parameters
- ParentT
The stage of the parent definition to return to after attaching this definition.
- Derived
- Implements
Methods
WithSecrets(IDictionary<String,String>) |
Specifies the secrets map. The secret value must be specified in Base64 encoding. (Inherited from IWithSecretsMapBeta<ParentT>) |
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET