ArmDataShareModelFactory.DataShareConsumerInvitationData Method
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.
Initializes a new instance of DataShareConsumerInvitationData.
public static Azure.ResourceManager.DataShare.DataShareConsumerInvitationData DataShareConsumerInvitationData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, int? dataSetCount = default, string description = default, DateTimeOffset? expireOn = default, Guid invitationId = default, Azure.ResourceManager.DataShare.Models.DataShareInvitationStatus? invitationStatus = default, Azure.Core.AzureLocation? location = default, string providerEmail = default, string providerName = default, string providerTenantName = default, DateTimeOffset? respondedOn = default, DateTimeOffset? sentOn = default, string shareName = default, string termsOfUse = default, string userEmail = default, string userName = default);
static member DataShareConsumerInvitationData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<int> * string * Nullable<DateTimeOffset> * Guid * Nullable<Azure.ResourceManager.DataShare.Models.DataShareInvitationStatus> * Nullable<Azure.Core.AzureLocation> * string * string * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string * string * string * string -> Azure.ResourceManager.DataShare.DataShareConsumerInvitationData
Public Shared Function DataShareConsumerInvitationData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional dataSetCount As Nullable(Of Integer) = Nothing, Optional description As String = Nothing, Optional expireOn As Nullable(Of DateTimeOffset) = Nothing, Optional invitationId As Guid = Nothing, Optional invitationStatus As Nullable(Of DataShareInvitationStatus) = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional providerEmail As String = Nothing, Optional providerName As String = Nothing, Optional providerTenantName As String = Nothing, Optional respondedOn As Nullable(Of DateTimeOffset) = Nothing, Optional sentOn As Nullable(Of DateTimeOffset) = Nothing, Optional shareName As String = Nothing, Optional termsOfUse As String = Nothing, Optional userEmail As String = Nothing, Optional userName As String = Nothing) As DataShareConsumerInvitationData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- description
- String
Description shared when the invitation was created.
- expireOn
- Nullable<DateTimeOffset>
The expiration date for the share subscription created by accepting the invitation.
- invitationId
- Guid
Unique id of the invitation.
- invitationStatus
- Nullable<DataShareInvitationStatus>
The status of the invitation.
- location
- Nullable<AzureLocation>
invitation location.
- providerEmail
- String
Email of the provider who created the resource.
- providerName
- String
Name of the provider who created the resource.
- providerTenantName
- String
Tenant name of the provider who created the resource.
- respondedOn
- Nullable<DateTimeOffset>
The time the recipient responded to the invitation.
- sentOn
- Nullable<DateTimeOffset>
Gets the time at which the invitation was sent.
- shareName
- String
Gets the source share Name.
- termsOfUse
- String
Terms of use shared when the invitation was created.
- userEmail
- String
Email of the user who created the resource.
- userName
- String
Name of the user who created the resource.
Returns
A new DataShareConsumerInvitationData instance for mocking.
Applies to
Azure SDK for .NET