次の方法で共有


EnrollmentAccount クラス

定義

登録アカウント。

[Microsoft.Rest.Serialization.JsonTransformation]
public class EnrollmentAccount : Microsoft.Azure.Management.Billing.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type EnrollmentAccount = class
    inherit Resource
Public Class EnrollmentAccount
Inherits Resource
継承
EnrollmentAccount
属性

コンストラクター

EnrollmentAccount()

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

EnrollmentAccount(String, String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Department)

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

プロパティ

AccountName

登録アカウントの名前を取得または設定します。

AccountOwner

登録アカウントの所有者を取得または設定します。

CostCenter

登録アカウントに関連付けられているコスト センターを取得または設定します。

Department

関連付けられた部署を取得または設定します。 既定では、$expandで指定されていない限り、この値は設定されません。

EndDate

登録アカウントの終了日を取得または設定します。

Id

リソース ID を取得します。

(継承元 Resource)
Name

リソース名を取得します。

(継承元 Resource)
StartDate

登録アカウントの開始日を取得または設定します。

Status

登録アカウントの状態を取得または設定します。

Type

リソースの種類を取得します。

(継承元 Resource)

適用対象