Disconnect-AksEdgeArc
Disconnects the AKS Edge Essentials cluster running on this machine from Azure Arc for Kubernetes.
Syntax
Disconnect-AksEdgeArc [-JsonConfigFilePath <String>] [-JsonConfigString <String>] [<CommonParameters>]
Description
Disconnects the AKS Edge Essentials cluster running on this machine to Azure Arc for Kubernetes.
Examples
Example 1
Disconnect-AksEdgeArc -JsonConfigFilePath ./aksedge-config.json
Example 2
Disconnect-AksEdgeArc -JsonConfigString ($jsonObj | ConvertTo-Json -Depth 4)
Parameters
-JsonConfigFilePath
Input parameters based on a JSON file.
Type: String
Parameter Sets: fromJsonConfigFile
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-JsonConfigString
Input parameters based on a JSON string.
Type: String
Parameter Sets: fromJsonConfigString
Aliases:
Required: True
Position: Named
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.