TimeSettings Class
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.
The time settings of a device.
[Microsoft.Rest.Serialization.JsonTransformation]
public class TimeSettings : Microsoft.Azure.Management.StorSimple8000Series.Models.BaseModel
[<Microsoft.Rest.Serialization.JsonTransformation>]
type TimeSettings = class
inherit BaseModel
Public Class TimeSettings
Inherits BaseModel
- Inheritance
- Attributes
Constructors
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. |
Properties
Id |
Gets the path ID that uniquely identifies the object. (Inherited from BaseModel) |
Kind |
Gets or sets the Kind of the object. Currently only Series8000 is supported. Possible values include: 'Series8000' (Inherited from BaseModel) |
Name |
Gets the name of the object. (Inherited from BaseModel) |
PrimaryTimeServer |
Gets or sets the primary Network Time Protocol (NTP) server name, like 'time.windows.com'. |
SecondaryTimeServer |
Gets or sets the secondary Network Time Protocol (NTP) server name, like 'time.contoso.com'. It's optional. |
TimeZone |
Gets or sets the timezone of device, like '(UTC -06:00) Central America' |
Type |
Gets the hierarchical type of the object. (Inherited from BaseModel) |
Methods
Validate() |
Validate the object. |