HardwareComponent コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
HardwareComponent() |
HardwareComponent クラスの新しいインスタンスを初期化します。 |
HardwareComponent(String, String, HardwareComponentStatus, String) |
HardwareComponent クラスの新しいインスタンスを初期化します。 |
HardwareComponent()
HardwareComponent クラスの新しいインスタンスを初期化します。
public HardwareComponent ();
Public Sub New ()
適用対象
HardwareComponent(String, String, HardwareComponentStatus, String)
HardwareComponent クラスの新しいインスタンスを初期化します。
public HardwareComponent (string componentId, string displayName, Microsoft.Azure.Management.StorSimple8000Series.Models.HardwareComponentStatus status, string statusDisplayName);
new Microsoft.Azure.Management.StorSimple8000Series.Models.HardwareComponent : string * string * Microsoft.Azure.Management.StorSimple8000Series.Models.HardwareComponentStatus * string -> Microsoft.Azure.Management.StorSimple8000Series.Models.HardwareComponent
Public Sub New (componentId As String, displayName As String, status As HardwareComponentStatus, statusDisplayName As String)
パラメーター
- componentId
- String
コンポーネント ID。
- displayName
- String
ハードウェア コンポーネントの表示名。
- status
- HardwareComponentStatus
ハードウェア コンポーネントの状態。 使用可能な値には、'Unknown'、'NotPresent'、'PoweredOff'、'Ok'、'Recovering'、'Warning'、'Failure' などがあります。
- statusDisplayName
- String
ハードウェア コンポーネントの状態の表示名。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET