Skip to content

Latest commit

 

History

History
81 lines (59 loc) · 1.81 KB

New-AzContainerAppSecretVolumeItemObject.md

File metadata and controls

81 lines (59 loc) · 1.81 KB
external help file Module Name online version schema
Az.App-help.xml
Az.App
2.0.0

New-AzContainerAppSecretVolumeItemObject

SYNOPSIS

Create an in-memory object for SecretVolumeItem.

SYNTAX

New-AzContainerAppSecretVolumeItemObject [-Path <String>] [-SecretRef <String>] [<CommonParameters>]

DESCRIPTION

Create an in-memory object for SecretVolumeItem.

EXAMPLES

Example 1: Create an in-memory object for SecretVolumeItem.

New-AzContainerAppSecretVolumeItemObject -Path "secretVolumePath" -SecretRef "redis-secret"
Path             SecretRef
----             ---------
secretVolumePath redis-secret

Create an in-memory object for SecretVolumeItem.

PARAMETERS

-Path

Path to project secret to. If no path is provided, path defaults to name of secret listed in secretRef.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-SecretRef

Name of the Container App secret from which to pull the secret value.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

Microsoft.Azure.PowerShell.Cmdlets.App.Models.SecretVolumeItem

NOTES

RELATED LINKS