ArmConfluentModelFactory.AccessUserRecord 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 AccessUserRecord.
public static Azure.ResourceManager.Confluent.Models.AccessUserRecord AccessUserRecord (string kind = default, string id = default, Azure.ResourceManager.Confluent.Models.MetadataEntity metadata = default, string email = default, string fullName = default, string authType = default);
static member AccessUserRecord : string * string * Azure.ResourceManager.Confluent.Models.MetadataEntity * string * string * string -> Azure.ResourceManager.Confluent.Models.AccessUserRecord
Public Shared Function AccessUserRecord (Optional kind As String = Nothing, Optional id As String = Nothing, Optional metadata As MetadataEntity = Nothing, Optional email As String = Nothing, Optional fullName As String = Nothing, Optional authType As String = Nothing) As AccessUserRecord
Parameters
- kind
- String
Type of account.
- id
- String
Id of the user.
- metadata
- MetadataEntity
Metadata of the record.
- String
Email of the user.
- fullName
- String
Name of the user.
- authType
- String
Auth type of the user.
Returns
A new AccessUserRecord instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET