Test-AksEdgeNode
Checks whether the node of NodeType
was created.
Syntax
Test-AksEdgeNode [[-NodeType] <String>] [<CommonParameters>]
Description
The Test-AksEdgeNode
cmdlet verifies whether the Linux or Windows node was created. It returns true if the node was created, or false if not.
Examples
Example
Test-AksEdgeNode -NodeType Windows
Parameters
-NodeType
This parameter indicates whether the 'Linux' node or the 'Windows' node, or both at the same time with 'LinuxAndWindows'.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: Linux
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.