New-AksHciStorageContainer

Synopsis

Creates a new storage container.

Syntax

New-AksHciStorageContainer -name <String>
                           -path <String>          

Description

Creates a new storage container.

Examples

New AKS hybrid cluster with required parameters

New-AksHciStorageContainer -name mystoragecontainer -path c:\clusterstorage\volume1

Parameters

-name

The name of the new storage container

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

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

-path

The location where the new storage container will be created. The Storage class uses the storage container to store dynamically provisioned persistent volumes.

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

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

Next steps

AksHci PowerShell Reference