ConfigureDeviceRequest Constructors

Definition

Overloads

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.

ConfigureDeviceRequest()

Initializes a new instance of the ConfigureDeviceRequest class.

public ConfigureDeviceRequest ();
Public Sub New ()

Applies to

ConfigureDeviceRequest(String, String, String, String, String, String, Nullable<Kind>, SecondaryDNSSettings, NetworkInterfaceData0Settings)

Initializes a new instance of the ConfigureDeviceRequest class.

public ConfigureDeviceRequest (string friendlyName, string currentDeviceName, string timeZone, string id = default, string name = default, string type = default, Microsoft.Azure.Management.StorSimple8000Series.Models.Kind? kind = default, Microsoft.Azure.Management.StorSimple8000Series.Models.SecondaryDNSSettings dnsSettings = default, Microsoft.Azure.Management.StorSimple8000Series.Models.NetworkInterfaceData0Settings networkInterfaceData0Settings = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.ConfigureDeviceRequest : string * string * string * string * string * string * Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.Kind> * Microsoft.Azure.Management.StorSimple8000Series.Models.SecondaryDNSSettings * Microsoft.Azure.Management.StorSimple8000Series.Models.NetworkInterfaceData0Settings -> Microsoft.Azure.Management.StorSimple8000Series.Models.ConfigureDeviceRequest
Public Sub New (friendlyName As String, currentDeviceName As String, 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 dnsSettings As SecondaryDNSSettings = Nothing, Optional networkInterfaceData0Settings As NetworkInterfaceData0Settings = Nothing)

Parameters

friendlyName
String

The friendly name for the device.

currentDeviceName
String

The current name of the device.

timeZone
String

The device time zone. For eg: "Pacific Standard Time"

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'

dnsSettings
SecondaryDNSSettings

The secondary DNS Settings of the device.

networkInterfaceData0Settings
NetworkInterfaceData0Settings

The 'Data 0' network interface card settings.

Applies to