次の方法で共有


AutomationAccountCreateOrUpdateParameters コンストラクター

定義

オーバーロード

AutomationAccountCreateOrUpdateParameters()

AutomationAccountCreateOrUpdateParameters クラスの新しいインスタンスを初期化します。

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

AutomationAccountCreateOrUpdateParameters クラスの新しいインスタンスを初期化します。

AutomationAccountCreateOrUpdateParameters()

AutomationAccountCreateOrUpdateParameters クラスの新しいインスタンスを初期化します。

public AutomationAccountCreateOrUpdateParameters ();
Public Sub New ()

適用対象

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

AutomationAccountCreateOrUpdateParameters クラスの新しいインスタンスを初期化します。

public AutomationAccountCreateOrUpdateParameters (Microsoft.Azure.Management.Automation.Models.Sku sku = default, Microsoft.Azure.Management.Automation.Models.EncryptionProperties encryption = default, bool? publicNetworkAccess = default, string name = default, string location = default, Microsoft.Azure.Management.Automation.Models.Identity identity = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Automation.Models.AutomationAccountCreateOrUpdateParameters : Microsoft.Azure.Management.Automation.Models.Sku * Microsoft.Azure.Management.Automation.Models.EncryptionProperties * Nullable<bool> * string * string * Microsoft.Azure.Management.Automation.Models.Identity * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Automation.Models.AutomationAccountCreateOrUpdateParameters
Public Sub New (Optional sku As Sku = Nothing, Optional encryption As EncryptionProperties = Nothing, Optional publicNetworkAccess As Nullable(Of Boolean) = Nothing, Optional name As String = Nothing, Optional location As String = Nothing, Optional identity As Identity = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)

パラメーター

sku
Sku

アカウント SKU を取得または設定します。

encryption
EncryptionProperties

Automation アカウントの暗号化プロパティを設定する

publicNetworkAccess
Nullable<Boolean>

非 ARM エンドポイント (Webhook/Agent) 上のトラフィックがパブリック インターネットから許可されているかどうかを示します

name
String

リソースの名前を取得または設定します。

location
String

リソースの場所を取得または設定します。

identity
Identity

Automation アカウントの ID プロパティを設定します

tags
IDictionary<String,String>

リソースに接続されているタグを取得または設定します。

適用対象