ConsumerInvitation Constructors
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.
Overloads
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. |
ConsumerInvitation()
Initializes a new instance of the ConsumerInvitation class.
public ConsumerInvitation ();
Public Sub New ()
Applies to
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.
public ConsumerInvitation (string invitationId, string id = default, string name = default, Microsoft.Azure.Management.DataShare.Models.SystemData systemData = default, string type = default, int? dataSetCount = default, string description = default, DateTime? expirationDate = default, string invitationStatus = default, string location = default, string providerEmail = default, string providerName = default, string providerTenantName = default, DateTime? respondedAt = default, DateTime? sentAt = default, string shareName = default, string termsOfUse = default, string userEmail = default, string userName = default);
new Microsoft.Azure.Management.DataShare.Models.ConsumerInvitation : string * string * string * Microsoft.Azure.Management.DataShare.Models.SystemData * string * Nullable<int> * string * Nullable<DateTime> * string * string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * string * string * string * string -> Microsoft.Azure.Management.DataShare.Models.ConsumerInvitation
Public Sub New (invitationId As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional systemData As SystemData = Nothing, Optional type As String = Nothing, Optional dataSetCount As Nullable(Of Integer) = Nothing, Optional description As String = Nothing, Optional expirationDate As Nullable(Of DateTime) = Nothing, Optional invitationStatus As String = Nothing, Optional location As String = Nothing, Optional providerEmail As String = Nothing, Optional providerName As String = Nothing, Optional providerTenantName As String = Nothing, Optional respondedAt As Nullable(Of DateTime) = Nothing, Optional sentAt As Nullable(Of DateTime) = Nothing, Optional shareName As String = Nothing, Optional termsOfUse As String = Nothing, Optional userEmail As String = Nothing, Optional userName As String = Nothing)
Parameters
- invitationId
- String
Unique id of the invitation.
- id
- String
The resource id of the azure resource
- name
- String
Name of the azure resource
- systemData
- SystemData
System Data of the Azure resource.
- type
- String
Type of the azure resource
- description
- String
Description shared when the invitation was created
The expiration date for the share subscription created by accepting the invitation.
- invitationStatus
- String
The status of the invitation. Possible values include: 'Pending', 'Accepted', 'Rejected', 'Withdrawn'
- location
- String
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
- 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