ArmConfluentModelFactory.AccessInvitationRecord 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 AccessInvitationRecord.
public static Azure.ResourceManager.Confluent.Models.AccessInvitationRecord AccessInvitationRecord (string kind = default, string id = default, Azure.ResourceManager.Confluent.Models.MetadataEntity metadata = default, string email = default, string authType = default, string status = default, DateTimeOffset? acceptedOn = default, DateTimeOffset? expireOn = default);
static member AccessInvitationRecord : string * string * Azure.ResourceManager.Confluent.Models.MetadataEntity * string * string * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> -> Azure.ResourceManager.Confluent.Models.AccessInvitationRecord
Public Shared Function AccessInvitationRecord (Optional kind As String = Nothing, Optional id As String = Nothing, Optional metadata As MetadataEntity = Nothing, Optional email As String = Nothing, Optional authType As String = Nothing, Optional status As String = Nothing, Optional acceptedOn As Nullable(Of DateTimeOffset) = Nothing, Optional expireOn As Nullable(Of DateTimeOffset) = Nothing) As AccessInvitationRecord
Parameters
- kind
- String
Type of account.
- id
- String
Id of the invitation.
- metadata
- MetadataEntity
Metadata of the record.
- String
Email of the user.
- authType
- String
Auth type of the user.
- status
- String
Status of the invitation.
- acceptedOn
- Nullable<DateTimeOffset>
Accepted date time of the invitation.
- expireOn
- Nullable<DateTimeOffset>
Expiration date time of the invitation.
Returns
A new AccessInvitationRecord instance for mocking.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET