< Back
Remove-AzureRmMlOpCluster
Post
NAME Remove-AzureRmMlOpCluster
SYNOPSIS
Removes an operationalization cluster.
SYNTAX
Remove-AzureRmMlOpCluster [-DefaultProfile <IAzureContextContainer>] [-IncludeAllResources] -InputObject <PSOperationalizationCluster> [-Confirm]
[-WhatIf] [<CommonParameters>]
Remove-AzureRmMlOpCluster [-DefaultProfile <IAzureContextContainer>] [-IncludeAllResources] -Name <String> -ResourceGroupName <String> [-Confirm]
[-WhatIf] [<CommonParameters>]
Remove-AzureRmMlOpCluster [-DefaultProfile <IAzureContextContainer>] [-IncludeAllResources] -ResourceId <String> [-Confirm] [-WhatIf]
[<CommonParameters>]
DESCRIPTION
Removes an operationalization cluster. Some resources associated with the cluster might not all be removed. For example, the Azure container
service will get removed, but the associated VMs do not. The storage account, container registry, and application insights are not removed for
diagnostic information.
PARAMETERS
-DefaultProfile <IAzureContextContainer>
The credentials, account, tenant, and subscription used for communication with azure.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-IncludeAllResources [<SwitchParameter>]
Removes all resources that were created with the cluster.
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
-InputObject <PSOperationalizationCluster>
The operationalization cluster object.
Required? true
Position? named
Default value None
Accept pipeline input? True (ByValue)
Accept wildcard characters? false
-Name <String>
The name of the operationalization cluster.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-ResourceGroupName <String>
The name of the resource group for the operationalization cluster.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-ResourceId <String>
The Azure resource id for the operationalization cluster.
Required? true
Position? named
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Prompts you for confirmation before running the cmdlet.
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
Microsoft.Azure.Commands.MachineLearningCompute.Models.PSOperationalizationCluster
System.String
OUTPUTS
System.Void
NOTES
Example 1
PS C:\\> Remove-AzureRmMlOpCluster -ResourceGroupName my-group -Name my-cluster
Example 2
PS C:\\> Get-AzureRmMlOpCluster -ResourceGroupName my-group -Name my-cluster | Remove-AzureRmMlOpCluster
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... lopcluster
SYNOPSIS
Removes an operationalization cluster.
SYNTAX
Remove-AzureRmMlOpCluster [-DefaultProfile <IAzureContextContainer>] [-IncludeAllResources] -InputObject <PSOperationalizationCluster> [-Confirm]
[-WhatIf] [<CommonParameters>]
Remove-AzureRmMlOpCluster [-DefaultProfile <IAzureContextContainer>] [-IncludeAllResources] -Name <String> -ResourceGroupName <String> [-Confirm]
[-WhatIf] [<CommonParameters>]
Remove-AzureRmMlOpCluster [-DefaultProfile <IAzureContextContainer>] [-IncludeAllResources] -ResourceId <String> [-Confirm] [-WhatIf]
[<CommonParameters>]
DESCRIPTION
Removes an operationalization cluster. Some resources associated with the cluster might not all be removed. For example, the Azure container
service will get removed, but the associated VMs do not. The storage account, container registry, and application insights are not removed for
diagnostic information.
PARAMETERS
-DefaultProfile <IAzureContextContainer>
The credentials, account, tenant, and subscription used for communication with azure.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-IncludeAllResources [<SwitchParameter>]
Removes all resources that were created with the cluster.
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
-InputObject <PSOperationalizationCluster>
The operationalization cluster object.
Required? true
Position? named
Default value None
Accept pipeline input? True (ByValue)
Accept wildcard characters? false
-Name <String>
The name of the operationalization cluster.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-ResourceGroupName <String>
The name of the resource group for the operationalization cluster.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-ResourceId <String>
The Azure resource id for the operationalization cluster.
Required? true
Position? named
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Prompts you for confirmation before running the cmdlet.
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
Microsoft.Azure.Commands.MachineLearningCompute.Models.PSOperationalizationCluster
System.String
OUTPUTS
System.Void
NOTES
Example 1
PS C:\\> Remove-AzureRmMlOpCluster -ResourceGroupName my-group -Name my-cluster
Example 2
PS C:\\> Get-AzureRmMlOpCluster -ResourceGroupName my-group -Name my-cluster | Remove-AzureRmMlOpCluster
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... lopcluster