DataBoxEdgeDevice コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
DataBoxEdgeDevice() |
DataBoxEdgeDevice クラスの新しいインスタンスを初期化します。 |
DataBoxEdgeDevice(String, String, String, String, IDictionary<String, String>, Sku, String, String, String, String, String, String, String, String, String, String, Nullable<Int64>, String, String, IList<String>) |
DataBoxEdgeDevice クラスの新しいインスタンスを初期化します。 |
DataBoxEdgeDevice()
DataBoxEdgeDevice クラスの新しいインスタンスを初期化します。
public DataBoxEdgeDevice();
Public Sub New ()
適用対象
DataBoxEdgeDevice(String, String, String, String, IDictionary<String, String>, Sku, String, String, String, String, String, String, String, String, String, String, Nullable<Int64>, String, String, IList<String>)
DataBoxEdgeDevice クラスの新しいインスタンスを初期化します。
public DataBoxEdgeDevice(string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.EdgeGateway.Models.Sku sku = default, string etag = default, string dataBoxEdgeDeviceStatus = default, string serialNumber = default, string description = default, string modelDescription = default, string deviceType = default, string friendlyName = default, string culture = default, string deviceModel = default, string deviceSoftwareVersion = default, long? deviceLocalCapacity = default, string timeZone = default, string deviceHcsVersion = default, System.Collections.Generic.IList<string> configuredRoleTypes = default);
new Microsoft.Azure.Management.EdgeGateway.Models.DataBoxEdgeDevice : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.EdgeGateway.Models.Sku * string * string * string * string * string * string * string * string * string * string * Nullable<int64> * string * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.EdgeGateway.Models.DataBoxEdgeDevice
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional sku As Sku = Nothing, Optional etag As String = Nothing, Optional dataBoxEdgeDeviceStatus As String = Nothing, Optional serialNumber As String = Nothing, Optional description As String = Nothing, Optional modelDescription As String = Nothing, Optional deviceType As String = Nothing, Optional friendlyName As String = Nothing, Optional culture As String = Nothing, Optional deviceModel As String = Nothing, Optional deviceSoftwareVersion As String = Nothing, Optional deviceLocalCapacity As Nullable(Of Long) = Nothing, Optional timeZone As String = Nothing, Optional deviceHcsVersion As String = Nothing, Optional configuredRoleTypes As IList(Of String) = Nothing)
パラメーター
- location
- String
デバイスの場所。 これは、サポートされ、登録されている Azure の地理的リージョンです (たとえば、米国西部、米国東部、東南アジア)。 デバイスの地理的リージョンは、作成後は変更できませんが、更新時に同じ地理的リージョンが指定されている場合、要求は成功します。
- id
- String
オブジェクトを一意に識別するパス ID。
- name
- String
オブジェクト名。
- type
- String
オブジェクトの階層型。
- tags
- IDictionary<String,String>
デバイスを記述するタグの一覧。 これらのタグを使用して、(リソース グループ間で) このデバイスを表示およびグループ化できます。
- sku
- Sku
SKU の種類。
- etag
- String
デバイスの etag。
- dataBoxEdgeDeviceStatus
- String
Data Box Edge/Gateway デバイスの状態。 指定できる値は、'ReadyToSetup'、'Online'、'Offline'、'NeedsAttention'、'Disconnected'、'PartiallyDisconnected' です。
- serialNumber
- String
Data Box Edge/Gateway デバイスのシリアル番号。
- description
- String
Data Box Edge/Gateway デバイスの説明。
- modelDescription
- String
Data Box Edge/Gateway デバイス モデルの説明。
- deviceType
- String
Data Box Edge/Gateway デバイスの種類。 使用できる値は次のとおりです。
- friendlyName
- String
Data Box Edge/Gateway デバイス名。
- culture
- String
Data Box Edge/Gateway デバイス カルチャ。
- deviceModel
- String
Data Box Edge/Gateway デバイス モデル。
- deviceSoftwareVersion
- String
Data Box Edge/Gateway デバイス ソフトウェアのバージョン。
- timeZone
- String
Data Box Edge/Gateway デバイスのタイムゾーン。
- deviceHcsVersion
- String
デバイスのデバイス ソフトウェアのバージョン番号 (例: 1.2.18105.6)。
適用対象
Azure SDK for .NET