Skip to content

Latest commit

 

History

History
111 lines (79 loc) · 2.73 KB

New-AzMLWorkspaceComputeStartStopScheduleObject.md

File metadata and controls

111 lines (79 loc) · 2.73 KB
external help file Module Name online version schema content_git_url original_content_git_url
Az.MachineLearningServices
2.0.0

New-AzMLWorkspaceComputeStartStopScheduleObject

SYNOPSIS

Create an in-memory object for ComputeStartStopSchedule.

SYNTAX

New-AzMLWorkspaceComputeStartStopScheduleObject [-Action <ComputePowerAction>] [-ScheduleId <String>]
 [-ScheduleProvisioningStatus <ScheduleProvisioningState>] [-ScheduleStatus <ScheduleStatus>]
 [<CommonParameters>]

DESCRIPTION

Create an in-memory object for ComputeStartStopSchedule.

EXAMPLES

Example 1: Create an in-memory object for ComputeStartStopSchedule

New-AzMLWorkspaceComputeStartStopScheduleObject

Create an in-memory object for ComputeStartStopSchedule

PARAMETERS

-Action

The compute power action.

Type: Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputePowerAction
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ScheduleId

Type: System.String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ScheduleProvisioningStatus

Type: Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ScheduleProvisioningState
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ScheduleStatus

Type: Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ScheduleStatus
Parameter Sets: (All)
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.

INPUTS

OUTPUTS

Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ComputeStartStopSchedule

NOTES

ALIASES

RELATED LINKS