< Back
Get-AzureRmMlOpClusterKey
Post
NAME Get-AzureRmMlOpClusterKey
SYNOPSIS
Gets the access keys associated with an operationalization cluster.
SYNTAX
Get-AzureRmMlOpClusterKey [-DefaultProfile <IAzureContextContainer>] -InputObject <PSOperationalizationCluster> [<CommonParameters>]
Get-AzureRmMlOpClusterKey [-DefaultProfile <IAzureContextContainer>] -Name <String> -ResourceGroupName <String> [<CommonParameters>]
Get-AzureRmMlOpClusterKey [-DefaultProfile <IAzureContextContainer>] -ResourceId <String> [<CommonParameters>]
DESCRIPTION
The keys for the storage account, container registry, and other services associated with the operationalization cluster are not returned when
getting the cluster properties. A specific call to retrieve the keys must be made since they are sensitive 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
-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
<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
Microsoft.Azure.Commands.MachineLearningCompute.Models.PSOperationalizationClusterCredentials
NOTES
Example 1
PS C:\\> Get-AzureRmMlOpClusterKey -ResourceGroupName my-group -Name my-cluster
Returns the secret keys for the services associated with the operationalization cluster.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... clusterkey
SYNOPSIS
Gets the access keys associated with an operationalization cluster.
SYNTAX
Get-AzureRmMlOpClusterKey [-DefaultProfile <IAzureContextContainer>] -InputObject <PSOperationalizationCluster> [<CommonParameters>]
Get-AzureRmMlOpClusterKey [-DefaultProfile <IAzureContextContainer>] -Name <String> -ResourceGroupName <String> [<CommonParameters>]
Get-AzureRmMlOpClusterKey [-DefaultProfile <IAzureContextContainer>] -ResourceId <String> [<CommonParameters>]
DESCRIPTION
The keys for the storage account, container registry, and other services associated with the operationalization cluster are not returned when
getting the cluster properties. A specific call to retrieve the keys must be made since they are sensitive 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
-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
<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
Microsoft.Azure.Commands.MachineLearningCompute.Models.PSOperationalizationClusterCredentials
NOTES
Example 1
PS C:\\> Get-AzureRmMlOpClusterKey -ResourceGroupName my-group -Name my-cluster
Returns the secret keys for the services associated with the operationalization cluster.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... clusterkey