次の方法で共有


ConsumerInvitation クラス

定義

コンシューマー招待データ転送オブジェクト。

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

コンストラクター

ConsumerInvitation()

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

ConsumerInvitation(String, String, String, SystemData, String, Nullable<Int32>, String, Nullable<DateTime>, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, String, String, String)

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

プロパティ

DataSetCount

共有内のデータ セットの数を取得します

Description

招待の作成時に共有された説明を取得します

ExpirationDate

招待を承諾して作成された共有サブスクリプションの有効期限を取得します。

Id

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

(継承元 ProxyDto)
InvitationId

招待状の一意の ID を取得または設定します。

InvitationStatus

招待の状態を取得します。 使用できる値は、'Pending'、'Accepted'、'Rejected'、'Withdrawn' です。

Location

招待の場所を取得します

Name

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

(継承元 ProxyDto)
ProviderEmail

リソースを作成したプロバイダーの電子メールを取得します

ProviderName

リソースを作成したプロバイダーの名前を取得します

ProviderTenantName

リソースを作成したプロバイダーのテナント名を取得します

RespondedAt

受信者が招待に応答した時刻を取得します。

SentAt

招待状が送信された時刻を取得します。

ShareName

ソース共有名を取得します。

SystemData

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

(継承元 ProxyDto)
TermsOfUse

招待の作成時に共有される使用条件を取得します

Type

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

(継承元 ProxyDto)
UserEmail

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

UserName

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

メソッド

Validate()

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

適用対象