ConfigureDeviceRequest 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 mandatory device configuration request.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ConfigureDeviceRequest : Microsoft.Azure.Management.StorSimple8000Series.Models.BaseModel
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ConfigureDeviceRequest = class
inherit BaseModel
Public Class ConfigureDeviceRequest
Inherits BaseModel
- Inheritance
- Attributes
Constructors
ConfigureDeviceRequest() |
Initializes a new instance of the ConfigureDeviceRequest class. |
ConfigureDeviceRequest(String, String, String, String, String, String, Nullable<Kind>, SecondaryDNSSettings, NetworkInterfaceData0Settings) |
Initializes a new instance of the ConfigureDeviceRequest class. |
Properties
CurrentDeviceName |
Gets or sets the current name of the device. |
DnsSettings |
Gets or sets the secondary DNS Settings of the device. |
FriendlyName |
Gets or sets the friendly name for the device. |
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) |
NetworkInterfaceData0Settings |
Gets or sets the 'Data 0' network interface card settings. |
TimeZone |
Gets or sets the device time zone. For eg: "Pacific Standard Time" |
Type |
Gets the hierarchical type of the object. (Inherited from BaseModel) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET