azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

33 строки
2.8 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithSecretsMap"
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithSecretsMap<ParentT>"
name: "ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithSecretsMap<ParentT>"
nameWithType: "ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithSecretsMap<ParentT>"
summary: "The stage of the volume definition allowing to specify the secrets map."
syntax: "public static interface **ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithSecretsMap<ParentT>**"
methods:
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithSecretsMap.withSecrets(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithSecretsMap<ParentT>.withSecrets(Map<String,String> secrets)"
name: "withSecrets(Map<String,String> secrets)"
nameWithType: "ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithSecretsMap<ParentT>.withSecrets(Map<String,String> secrets)"
summary: "Specifies the secrets map."
modifiers:
- "abstract"
parameters:
- description: "the new volume secrets map; value must be in Base64 encoding"
name: "secrets"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithVolumeAttach<ParentT> withSecrets(Map<String,String> secrets)"
desc: "Specifies the secrets map.\n\nThe secret value must be specified in Base64 encoding"
returns:
description: "the next stage of the definition"
type: "<xref href=\"com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithVolumeAttach?alt=com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithVolumeAttach&text=WithVolumeAttach\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
typeParameters:
- description: "the stage of the parent definition to return to after attaching this definition"
name: "ParentT"
desc: "The stage of the volume definition allowing to specify the secrets map."
metadata: {}
package: "com.microsoft.azure.management.containerinstance"
artifact: com.microsoft.azure:azure-mgmt-containerinstance:1.41.4