Condividi tramite


ConsumerInvitation Class

Definition

A consumer Invitation data transfer object.

[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
Inheritance
ConsumerInvitation
Attributes

Constructors

ConsumerInvitation()

Initializes a new instance of the ConsumerInvitation class.

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

Initializes a new instance of the ConsumerInvitation class.

Properties

DataSetCount

Gets number of data sets in a share

Description

Gets description shared when the invitation was created

ExpirationDate

Gets the expiration date for the share subscription created by accepting the invitation.

Id

Gets the resource id of the azure resource

(Inherited from ProxyDto)
InvitationId

Gets or sets unique id of the invitation.

InvitationStatus

Gets the status of the invitation. Possible values include: 'Pending', 'Accepted', 'Rejected', 'Withdrawn'

Location

Gets invitation location

Name

Gets name of the azure resource

(Inherited from ProxyDto)
ProviderEmail

Gets email of the provider who created the resource

ProviderName

Gets name of the provider who created the resource

ProviderTenantName

Gets tenant name of the provider who created the resource

RespondedAt

Gets the time the recipient responded to the invitation.

SentAt

Gets the time at which the invitation was sent.

ShareName

Gets the source share Name.

SystemData

Gets system Data of the Azure resource.

(Inherited from ProxyDto)
TermsOfUse

Gets terms of use shared when the invitation was created

Type

Gets type of the azure resource

(Inherited from ProxyDto)
UserEmail

Gets email of the user who created the resource

UserName

Gets name of the user who created the resource

Methods

Validate()

Validate the object.

Applies to