你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ChaosScheduleTimeUtc Constructors

Definition

Overloads

ChaosScheduleTimeUtc(ChaosScheduleTimeUtc)

public ChaosScheduleTimeUtc(System.Fabric.Chaos.DataStructures.ChaosScheduleTimeUtc other);
new System.Fabric.Chaos.DataStructures.ChaosScheduleTimeUtc : System.Fabric.Chaos.DataStructures.ChaosScheduleTimeUtc -> System.Fabric.Chaos.DataStructures.ChaosScheduleTimeUtc
Public Sub New (other As ChaosScheduleTimeUtc)

Parameters

Applies to

ChaosScheduleTimeUtc(Int32, Int32)

public ChaosScheduleTimeUtc(int hour, int minute);
new System.Fabric.Chaos.DataStructures.ChaosScheduleTimeUtc : int * int -> System.Fabric.Chaos.DataStructures.ChaosScheduleTimeUtc
Public Sub New (hour As Integer, minute As Integer)

Parameters

hour
System.Int32
minute
System.Int32

Applies to