AutomationAccountCreateOrUpdateParameters クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Automation アカウントの作成または更新操作に指定されたパラメーター。
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(Sku, EncryptionProperties, Nullable<Boolean>, String, String, Identity, IDictionary<String,String>) |
AutomationAccountCreateOrUpdateParameters クラスの新しいインスタンスを初期化します。 |
プロパティ
Encryption |
Automation アカウントの暗号化プロパティを取得または設定します |
Identity |
Automation アカウントの ID プロパティを取得または設定します。 |
Location |
リソースの場所を取得または設定します。 |
Location |
Automation アカウントの作成または更新操作に指定されたパラメーター。 (継承元 ResourceCreateOrUpdateParameterBase) |
Name |
リソースの名前を取得または設定します。 |
Name |
Automation アカウントの作成または更新操作に指定されたパラメーター。 (継承元 ResourceCreateOrUpdateParameterBase) |
Properties |
Automation アカウントの作成または更新操作に指定されたパラメーター。 |
PublicNetworkAccess |
ARM 以外のエンドポイント (Webhook/Agent) 上のトラフィックがパブリック インターネットから許可されているかどうかを示す値を取得または設定します |
Sku |
アカウント SKU を取得または設定します。 |
Tags |
リソースに接続されているタグを取得または設定します。 |
Tags |
Automation アカウントの作成または更新操作に指定されたパラメーター。 (継承元 ResourceCreateOrUpdateParameterBase) |
メソッド
Validate() |
オブジェクトを検証します。 |
適用対象
Azure SDK for .NET