ArmMachineLearningComputeModelFactory.UpdateSystemServicesResponse Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of UpdateSystemServicesResponse.
public static Azure.ResourceManager.MachineLearningCompute.Models.UpdateSystemServicesResponse UpdateSystemServicesResponse (Azure.ResourceManager.MachineLearningCompute.Models.OperationStatus? updateStatus = default, DateTimeOffset? updateStartedOn = default, DateTimeOffset? updateCompletedOn = default);
static member UpdateSystemServicesResponse : Nullable<Azure.ResourceManager.MachineLearningCompute.Models.OperationStatus> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> -> Azure.ResourceManager.MachineLearningCompute.Models.UpdateSystemServicesResponse
Public Shared Function UpdateSystemServicesResponse (Optional updateStatus As Nullable(Of OperationStatus) = Nothing, Optional updateStartedOn As Nullable(Of DateTimeOffset) = Nothing, Optional updateCompletedOn As Nullable(Of DateTimeOffset) = Nothing) As UpdateSystemServicesResponse
Parameters
- updateStatus
- Nullable<OperationStatus>
Update status.
- updateStartedOn
- Nullable<DateTimeOffset>
The date and time when the last system services update was started.
- updateCompletedOn
- Nullable<DateTimeOffset>
The date and time when the last system services update completed.
Returns
A new UpdateSystemServicesResponse instance for mocking.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET