Delen via


DataShareConsumerInvitationData Class

Definition

A class representing the DataShareConsumerInvitation data model. A consumer Invitation data transfer object.

public class DataShareConsumerInvitationData : Azure.ResourceManager.Models.ResourceData
type DataShareConsumerInvitationData = class
    inherit ResourceData
Public Class DataShareConsumerInvitationData
Inherits ResourceData
Inheritance
DataShareConsumerInvitationData

Constructors

DataShareConsumerInvitationData(Guid)

Initializes a new instance of DataShareConsumerInvitationData.

Properties

DataSetCount

Number of data sets in a share.

Description

Description shared when the invitation was created.

ExpireOn

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

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
InvitationId

Unique id of the invitation.

InvitationStatus

The status of the invitation.

Location

invitation location.

Name

The name of the resource.

(Inherited from ResourceData)
ProviderEmail

Email of the provider who created the resource.

ProviderName

Name of the provider who created the resource.

ProviderTenantName

Tenant name of the provider who created the resource.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
RespondedOn

The time the recipient responded to the invitation.

SentOn

Gets the time at which the invitation was sent.

ShareName

Gets the source share Name.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
TermsOfUse

Terms of use shared when the invitation was created.

UserEmail

Email of the user who created the resource.

UserName

Name of the user who created the resource.

Applies to