ArmDevCenterModelFactory.DevCenterLatestImageBuild 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.
Details about the latest build.
public static Azure.ResourceManager.DevCenter.Models.DevCenterLatestImageBuild DevCenterLatestImageBuild(string name = default, DateTimeOffset? startOn = default, DateTimeOffset? endOn = default, Azure.ResourceManager.DevCenter.Models.DevCenterImageDefinitionBuildStatus? status = default);
static member DevCenterLatestImageBuild : string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.DevCenter.Models.DevCenterImageDefinitionBuildStatus> -> Azure.ResourceManager.DevCenter.Models.DevCenterLatestImageBuild
Public Shared Function DevCenterLatestImageBuild (Optional name As String = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional endOn As Nullable(Of DateTimeOffset) = Nothing, Optional status As Nullable(Of DevCenterImageDefinitionBuildStatus) = Nothing) As DevCenterLatestImageBuild
Parameters
- name
- String
Identifier of a build.
- startOn
- Nullable<DateTimeOffset>
Start time of the task group.
- endOn
- Nullable<DateTimeOffset>
End time of the task group.
The state of an Image Definition Build.
Returns
A new DevCenterLatestImageBuild instance for mocking.