Skip to content

Latest commit

 

History

History
125 lines (93 loc) · 2.73 KB

File metadata and controls

125 lines (93 loc) · 2.73 KB
external help file Module Name online version schema
Microsoft.Azure.Commands.MachineLearningCompute.dll-Help.xml
AzureRM.MachineLearningCompute
2.0.0

Get-AzureRmMlOpCluster

SYNOPSIS

Gets an operationalization cluster object.

SYNTAX

GetByName

Get-AzureRmMlOpCluster -ResourceGroupName <String> -Name <String> [-DefaultProfile <IAzureContextContainer>]
 [<CommonParameters>]

GetByResourceGroup

Get-AzureRmMlOpCluster [-ResourceGroupName <String>] [-DefaultProfile <IAzureContextContainer>]
 [<CommonParameters>]

DESCRIPTION

Gets an operationalization cluster object by name, or by resource group, or by subscription.

EXAMPLES

Example 1

PS C:\> Get-AzureRmMlOpCluster -ResourceGroupName my-group -Name my-cluster

Gets a specific operationalization cluster by name.

Example 2

PS C:\> Get-AzureRmMlOpCluster -ResourceGroupName my-group

Gets all the operationalization clusters in a resource group.

Example 3

PS C:\> Get-AzureRmMlOpCluster

Gets all the operationalization clusters in a subscription.

PARAMETERS

-DefaultProfile

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

-Name

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

-ResourceGroupName

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

CommonParameters

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).

INPUTS

None

OUTPUTS

Microsoft.Azure.Commands.MachineLearningCompute.Models.PSOperationalizationCluster

NOTES

RELATED LINKS