次の方法で共有


Account クラス

定義

アカウント データ転送オブジェクト。

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

コンストラクター

Account()

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

Account(Identity, String, String, SystemData, String, String, IDictionary<String,String>, Nullable<DateTime>, String, String, String)

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

プロパティ

CreatedAt

アカウントが作成された時刻を取得します。

Id

Azure リソースのリソース ID を取得します

(継承元 ProxyDto)
Identity

アカウントの ID 情報を取得または設定します

Location

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

(継承元 DefaultDto)
Name

Azure リソースの名前を取得します

(継承元 ProxyDto)
ProvisioningState

アカウントのプロビジョニング状態を取得します。 指定できる値は、'Succeeded'、'Creating'、'Deleting'、'Moving'、'Failed' です。

SystemData

Azure リソースのシステム データを取得します。

(継承元 ProxyDto)
Tags

Azure リソースのタグを取得または設定します。

(継承元 DefaultDto)
Type

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

(継承元 ProxyDto)
UserEmail

リソースを作成したユーザーの電子メールを取得します

UserName

リソースを作成したユーザーの名前を取得します

メソッド

Validate()

オブジェクトを検証します。

適用対象