IWithSecretsMap<ParentT> Interface

Definition

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