external help file | Module Name | online version | schema |
---|---|---|---|
Microsoft.Azure.Commands.MachineLearningCompute.dll-Help.xml |
AzureRM.MachineLearningCompute |
2.0.0 |
Gets an operationalization cluster object.
Get-AzureRmMlOpCluster -ResourceGroupName <String> -Name <String> [-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzureRmMlOpCluster [-ResourceGroupName <String>] [-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Gets an operationalization cluster object by name, or by resource group, or by subscription.
PS C:\> Get-AzureRmMlOpCluster -ResourceGroupName my-group -Name my-cluster
Gets a specific operationalization cluster by name.
PS C:\> Get-AzureRmMlOpCluster -ResourceGroupName my-group
Gets all the operationalization clusters in a resource group.
PS C:\> Get-AzureRmMlOpCluster
Gets all the operationalization clusters in a subscription.
The credentials, account, tenant, and subscription used for communication with azure.
Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer
Parameter Sets: (All)
Aliases: AzureRmContext, AzureCredential
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The name of the operationalization cluster.
Type: System.String
Parameter Sets: GetByName
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The name of the resource group for the operationalization cluster.
Type: System.String
Parameter Sets: GetByName
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Type: System.String
Parameter Sets: GetByResourceGroup
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).