< Back
Test-AzureRmMlOpClusterSystemServicesUpdateAvailability
Post
NAME Test-AzureRmMlOpClusterSystemServicesUpdateAvailability
SYNOPSIS
Checks if there are updates available for the system services associated with an operationalization cluster.
SYNTAX
Test-AzureRmMlOpClusterSystemServicesUpdateAvailability [-DefaultProfile <IAzureContextContainer>] -InputObject <PSOperationalizationCluster>
[<CommonParameters>]
Test-AzureRmMlOpClusterSystemServicesUpdateAvailability [-DefaultProfile <IAzureContextContainer>] -Name <String> -ResourceGroupName <String>
[<CommonParameters>]
Test-AzureRmMlOpClusterSystemServicesUpdateAvailability [-DefaultProfile <IAzureContextContainer>] -ResourceId <String> [<CommonParameters>]
DESCRIPTION
System services receive updates independently from the operationalization cluster. Using this cmdlet will let the user know if
Invoke-AzureRmMlOpClusterSystemServicesUpdate.
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.PSCheckSystemServicesUpdatesAvailableResponse
NOTES
Example 1
PS C:\\> Test-AzureRmMlOpClusterSystemServicesUpdateAvailability -ResourceGroupName my-group -Name my-cluster
Example 2
PS C:\\> Get-AzureRmMlOpCluster | Test-AzureRmMlOpClusterSystemServicesUpdateAvailability
Example 3
PS C:\\> Find-AzureRmResource -ResourceType Microsoft.MachineLearningCompute/operationalizationClusters |
Test-AzureRmMlOpClusterSystemServicesUpdateAvailability
RELATED LINKS
Online Version:
https://docs.microsoft.com/en-us/powers ... ailability
SYNOPSIS
Checks if there are updates available for the system services associated with an operationalization cluster.
SYNTAX
Test-AzureRmMlOpClusterSystemServicesUpdateAvailability [-DefaultProfile <IAzureContextContainer>] -InputObject <PSOperationalizationCluster>
[<CommonParameters>]
Test-AzureRmMlOpClusterSystemServicesUpdateAvailability [-DefaultProfile <IAzureContextContainer>] -Name <String> -ResourceGroupName <String>
[<CommonParameters>]
Test-AzureRmMlOpClusterSystemServicesUpdateAvailability [-DefaultProfile <IAzureContextContainer>] -ResourceId <String> [<CommonParameters>]
DESCRIPTION
System services receive updates independently from the operationalization cluster. Using this cmdlet will let the user know if
Invoke-AzureRmMlOpClusterSystemServicesUpdate.
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.PSCheckSystemServicesUpdatesAvailableResponse
NOTES
Example 1
PS C:\\> Test-AzureRmMlOpClusterSystemServicesUpdateAvailability -ResourceGroupName my-group -Name my-cluster
Example 2
PS C:\\> Get-AzureRmMlOpCluster | Test-AzureRmMlOpClusterSystemServicesUpdateAvailability
Example 3
PS C:\\> Find-AzureRmResource -ResourceType Microsoft.MachineLearningCompute/operationalizationClusters |
Test-AzureRmMlOpClusterSystemServicesUpdateAvailability
RELATED LINKS
Online Version:
https://docs.microsoft.com/en-us/powers ... ailability