AutomationAccountUpdateParameters 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供給更新自動化帳戶作業的參數。
[Microsoft.Rest.Serialization.JsonTransformation]
public class AutomationAccountUpdateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AutomationAccountUpdateParameters = class
Public Class AutomationAccountUpdateParameters
- 繼承
-
AutomationAccountUpdateParameters
- 屬性
建構函式
AutomationAccountUpdateParameters() |
初始化 AutomationAccountUpdateParameters 類別的新實例。 |
AutomationAccountUpdateParameters(Sku, EncryptionProperties, Nullable<Boolean>, String, String, Identity, IDictionary<String,String>) |
初始化 AutomationAccountUpdateParameters 類別的新實例。 |
屬性
Encryption |
取得或設定自動化帳戶的加密屬性 |
Identity |
取得或設定自動化帳戶的識別屬性 |
Location |
取得或設定資源的位置。 |
Name |
取得或設定資源的名稱。 |
PublicNetworkAccess |
取得或設定指出是否允許來自公用網際網路的非 ARM 端點上的流量 (Webhook/Agent) |
Sku |
取得或設定帳戶 SKU。 |
Tags |
取得或設定附加在資源的標記。 |
方法
Validate() |
驗證 物件。 |