< Back

Get-AzureRmMlOpCluster

Tue Jan 29, 2019 9:52 pm

NAME Get-AzureRmMlOpCluster



SYNOPSIS

Gets an operationalization cluster object.





SYNTAX

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



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





DESCRIPTION

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





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



-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



<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

None







OUTPUTS

Microsoft.Azure.Commands.MachineLearningCompute.Models.PSOperationalizationCluster





System.Collections.Generic.List`1[[Microsoft.Azure.Commands.MachineLearningCompute.Models.PSOperationalizationCluster,

Microsoft.Azure.Commands.MachineLearningCompute, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]]







NOTES









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.







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... lopcluster