Set-AksEdgeNodeConnectivityMode

Sets the AKS Edge Essentials Linux node connectivity mode. (ssh access On or Off). Returns "OK" if successfully set, null otherwise.

Syntax

Set-AksEdgeNodeConnectivityMode [-mode] <String> [<CommonParameters>]

Description

Sets the AKS Edge Essentials Linux node connectivity mode. (ssh access On or Off).

Examples

Turn off connectivity

Set-AksEdgeNodeConnectivityMode -mode "Off"

Parameters

-mode

This parameter specifies the connectivity mode. Expected values are 'on' or 'off'.

Type: String
Parameter Sets: (All)
Aliases:

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

Common parameters

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

Next steps

AksEdge PowerShell Reference