你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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()

验证 对象。

适用于