ConfigureDeviceRequestInner Constructors
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.
Overloads
ConfigureDeviceRequestInner() | |
ConfigureDeviceRequestInner(String, String, String, String, String, String, Nullable<Kind>, SecondaryDNSSettings, NetworkInterfaceData0Settings) |
ConfigureDeviceRequestInner()
public ConfigureDeviceRequestInner ();
Public Sub New ()
Applies to
ConfigureDeviceRequestInner(String, String, String, String, String, String, Nullable<Kind>, SecondaryDNSSettings, NetworkInterfaceData0Settings)
public ConfigureDeviceRequestInner (string friendlyName, string currentDeviceName, string timeZone, string id = default, string name = default, string type = default, Microsoft.Azure.Management.StorSimple.Fluent.Models.Kind? kind = default, Microsoft.Azure.Management.StorSimple.Fluent.Models.SecondaryDNSSettings dnsSettings = default, Microsoft.Azure.Management.StorSimple.Fluent.Models.NetworkInterfaceData0Settings networkInterfaceData0Settings = default);
new Microsoft.Azure.Management.StorSimple.Fluent.Models.ConfigureDeviceRequestInner : string * string * string * string * string * string * Nullable<Microsoft.Azure.Management.StorSimple.Fluent.Models.Kind> * Microsoft.Azure.Management.StorSimple.Fluent.Models.SecondaryDNSSettings * Microsoft.Azure.Management.StorSimple.Fluent.Models.NetworkInterfaceData0Settings -> Microsoft.Azure.Management.StorSimple.Fluent.Models.ConfigureDeviceRequestInner
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
- currentDeviceName
- String
- timeZone
- String
- id
- String
- name
- String
- type
- String
- dnsSettings
- SecondaryDNSSettings
- networkInterfaceData0Settings
- NetworkInterfaceData0Settings
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET