TimeSettings Constructors

Definition

Overloads

TimeSettings()

Initializes a new instance of the TimeSettings class.

TimeSettings(String, String, String, String, Nullable<Kind>, String, IList<String>)

Initializes a new instance of the TimeSettings class.

TimeSettings()

Initializes a new instance of the TimeSettings class.

public TimeSettings ();
Public Sub New ()

Applies to

TimeSettings(String, String, String, String, Nullable<Kind>, String, IList<String>)

Initializes a new instance of the TimeSettings class.

public TimeSettings (string timeZone, string id = default, string name = default, string type = default, Microsoft.Azure.Management.StorSimple8000Series.Models.Kind? kind = default, string primaryTimeServer = default, System.Collections.Generic.IList<string> secondaryTimeServer = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.TimeSettings : string * string * string * string * Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.Kind> * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.StorSimple8000Series.Models.TimeSettings
Public Sub New (timeZone As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As Nullable(Of Kind) = Nothing, Optional primaryTimeServer As String = Nothing, Optional secondaryTimeServer As IList(Of String) = Nothing)

Parameters

timeZone
String

The timezone of device, like '(UTC -06:00) Central America'

id
String

The path ID that uniquely identifies the object.

name
String

The name of the object.

type
String

The hierarchical type of the object.

kind
Nullable<Kind>

The Kind of the object. Currently only Series8000 is supported. Possible values include: 'Series8000'

primaryTimeServer
String

The primary Network Time Protocol (NTP) server name, like 'time.windows.com'.

secondaryTimeServer
IList<String>

The secondary Network Time Protocol (NTP) server name, like 'time.contoso.com'. It's optional.

Applies to