ArmContainerServiceModelFactory.ContainerServiceDateSpan 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.
public static Azure.ResourceManager.ContainerService.Models.ContainerServiceDateSpan ContainerServiceDateSpan(DateTimeOffset start = default, DateTimeOffset end = default);
static member ContainerServiceDateSpan : DateTimeOffset * DateTimeOffset -> Azure.ResourceManager.ContainerService.Models.ContainerServiceDateSpan
Public Shared Function ContainerServiceDateSpan (Optional start As DateTimeOffset = Nothing, Optional end As DateTimeOffset = Nothing) As ContainerServiceDateSpan
Parameters
- start
- DateTimeOffset
The start date of the date span.
- end
- DateTimeOffset
The end date of the date span.
Returns
A new ContainerServiceDateSpan instance for mocking.