AutomationAccount クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Automation アカウントの種類の定義。
public class AutomationAccount : Microsoft.Azure.Management.Automation.Models.ResourceBase
[Microsoft.Rest.Serialization.JsonTransformation]
public class AutomationAccount : Microsoft.Azure.Management.Automation.Models.TrackedResource
type AutomationAccount = class
inherit ResourceBase
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AutomationAccount = class
inherit TrackedResource
Public Class AutomationAccount
Inherits ResourceBase
Public Class AutomationAccount
Inherits TrackedResource
- 継承
- 継承
- 属性
コンストラクター
AutomationAccount() |
AutomationAccount クラスの新しいインスタンスを初期化します。 |
AutomationAccount(String, String, String, IDictionary<String, String>, String, Sku, String, String, DateTimeOffset, DateTimeOffset, String, EncryptionProperties, IList<PrivateEndpointConnection>, Nullable<Boolean>, String, Identity) |
AutomationAccount クラスの新しいインスタンスを初期化します。 |
プロパティ
CreationTime |
作成時刻を取得します。 |
Description |
説明を取得または設定します。 |
Encryption |
Automation アカウントの暗号化プロパティを取得または設定します |
Etag |
リソースの etag を取得または設定します。 |
Etag |
Automation アカウントの種類の定義。 (継承元 ResourceBase) |
Id |
Automation アカウントの種類の定義。 (継承元 ResourceBase) |
Id |
リソースの完全修飾リソース ID を取得します (継承元 Resource) |
Identity |
Automation アカウントの種類の定義。 |
LastModifiedBy |
によって最後に変更された を取得または設定します。 |
LastModifiedTime |
最後に変更された時刻を取得します。 |
Location |
Automation アカウントの種類の定義。 (継承元 ResourceBase) |
Location |
リソースが格納されている Azure リージョンを取得または設定します (継承元 TrackedResource) |
Name |
Automation アカウントの種類の定義。 (継承元 ResourceBase) |
Name |
リソースの名前を取得します (継承元 Resource) |
PrivateEndpointConnections |
Automation リソース プロバイダーでサポートされる Automation 操作の一覧を取得または設定します。 |
Properties |
Automation アカウントの種類の定義。 |
PublicNetworkAccess |
ARM 以外のエンドポイント (Webhook/Agent) 上のトラフィックがパブリック インターネットから許可されているかどうかを示す値を取得または設定します |
Sku |
アカウントの SKU を取得または設定します。 |
State |
アカウントの状態を取得します。 使用可能な値は、'Ok'、'Unavailable'、'Suspended' です。 |
Tags |
Automation アカウントの種類の定義。 (継承元 ResourceBase) |
Tags |
リソース タグを取得または設定します。 (継承元 TrackedResource) |
Type |
Automation アカウントの種類の定義。 (継承元 ResourceBase) |
Type |
リソースの種類を取得します。 (継承元 Resource) |
メソッド
Validate() |
オブジェクトを検証します。 |
適用対象
Azure SDK for .NET