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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET