DataShareConsumerInvitationData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class representing the DataShareConsumerInvitation data model. A consumer Invitation data transfer object.
public class DataShareConsumerInvitationData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataShare.DataShareConsumerInvitationData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataShare.DataShareConsumerInvitationData>
public class DataShareConsumerInvitationData : Azure.ResourceManager.Models.ResourceData
type DataShareConsumerInvitationData = class
inherit ResourceData
interface IJsonModel<DataShareConsumerInvitationData>
interface IPersistableModel<DataShareConsumerInvitationData>
type DataShareConsumerInvitationData = class
inherit ResourceData
Public Class DataShareConsumerInvitationData
Inherits ResourceData
Implements IJsonModel(Of DataShareConsumerInvitationData), IPersistableModel(Of DataShareConsumerInvitationData)
Public Class DataShareConsumerInvitationData
Inherits ResourceData
- Inheritance
- Implements
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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DataShareConsumerInvitationData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DataShareConsumerInvitationData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DataShareConsumerInvitationData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DataShareConsumerInvitationData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DataShareConsumerInvitationData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET