共用方式為


AutomationAccountCreateOrUpdateParameters 類別

定義

提供給建立或更新自動化帳戶作業的參數。

public class AutomationAccountCreateOrUpdateParameters : Microsoft.Azure.Management.Automation.Models.ResourceCreateOrUpdateParameterBase
[Microsoft.Rest.Serialization.JsonTransformation]
public class AutomationAccountCreateOrUpdateParameters
type AutomationAccountCreateOrUpdateParameters = class
    inherit ResourceCreateOrUpdateParameterBase
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AutomationAccountCreateOrUpdateParameters = class
Public Class AutomationAccountCreateOrUpdateParameters
Inherits ResourceCreateOrUpdateParameterBase
Public Class AutomationAccountCreateOrUpdateParameters
繼承
AutomationAccountCreateOrUpdateParameters
繼承
AutomationAccountCreateOrUpdateParameters
屬性

建構函式

AutomationAccountCreateOrUpdateParameters()

初始化 AutomationAccountCreateOrUpdateParameters 類別的新實例。

AutomationAccountCreateOrUpdateParameters(Sku, EncryptionProperties, Nullable<Boolean>, String, String, Identity, IDictionary<String,String>)

初始化 AutomationAccountCreateOrUpdateParameters 類別的新實例。

屬性

Encryption

取得或設定自動化帳戶的加密屬性

Identity

取得或設定自動化帳戶的識別屬性

Location

取得或設定資源的位置。

Location

提供給建立或更新自動化帳戶作業的參數。

(繼承來源 ResourceCreateOrUpdateParameterBase)
Name

取得或設定資源的名稱。

Name

提供給建立或更新自動化帳戶作業的參數。

(繼承來源 ResourceCreateOrUpdateParameterBase)
Properties

提供給建立或更新自動化帳戶作業的參數。

PublicNetworkAccess

取得或設定指出是否允許來自公用網際網路的非 ARM 端點上的流量 (Webhook/Agent)

Sku

取得或設定帳戶 SKU。

Tags

取得或設定附加在資源的標記。

Tags

提供給建立或更新自動化帳戶作業的參數。

(繼承來源 ResourceCreateOrUpdateParameterBase)

方法

Validate()

驗證 物件。

適用於