OperationDisplay 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
OperationDisplay() |
初始化 OperationDisplay 類別的新實例。 |
OperationDisplay(String, String, String) |
初始化 OperationDisplay 類別的新實例。 |
OperationDisplay()
初始化 OperationDisplay 類別的新實例。
public OperationDisplay ();
Public Sub New ()
適用於
OperationDisplay(String, String, String)
初始化 OperationDisplay 類別的新實例。
public OperationDisplay (string provider = default, string resource = default, string operation = default);
new Microsoft.Azure.Management.Automation.Models.OperationDisplay : string * string * string -> Microsoft.Azure.Management.Automation.Models.OperationDisplay
Public Sub New (Optional provider As String = Nothing, Optional resource As String = Nothing, Optional operation As String = Nothing)
參數
- provider
- String
服務提供者:Microsoft.Automation
- resource
- String
執行作業的資源:Runbook、作業等。
- operation
- String
作業類型:讀取、寫入、刪除等。