NonAzureQueryProperties 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
NonAzureQueryProperties() |
初始化 NonAzureQueryProperties 類別的新實例。 |
NonAzureQueryProperties(String, String) |
初始化 NonAzureQueryProperties 類別的新實例。 |
NonAzureQueryProperties()
初始化 NonAzureQueryProperties 類別的新實例。
public NonAzureQueryProperties ();
Public Sub New ()
適用於
NonAzureQueryProperties(String, String)
初始化 NonAzureQueryProperties 類別的新實例。
public NonAzureQueryProperties (string functionAlias = default, string workspaceId = default);
new Microsoft.Azure.Management.Automation.Models.NonAzureQueryProperties : string * string -> Microsoft.Azure.Management.Automation.Models.NonAzureQueryProperties
Public Sub New (Optional functionAlias As String = Nothing, Optional workspaceId As String = Nothing)
參數
- functionAlias
- String
Log Analytics 已儲存的搜尋名稱。
- workspaceId
- String
儲存搜尋所在的 Log Analytics 工作區識別碼。