ArmConfluentModelFactory.AccessServiceAccountRecord 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 AccessServiceAccountRecord.
public static Azure.ResourceManager.Confluent.Models.AccessServiceAccountRecord AccessServiceAccountRecord (string kind = default, string id = default, Azure.ResourceManager.Confluent.Models.MetadataEntity metadata = default, string displayName = default, string description = default);
static member AccessServiceAccountRecord : string * string * Azure.ResourceManager.Confluent.Models.MetadataEntity * string * string -> Azure.ResourceManager.Confluent.Models.AccessServiceAccountRecord
Public Shared Function AccessServiceAccountRecord (Optional kind As String = Nothing, Optional id As String = Nothing, Optional metadata As MetadataEntity = Nothing, Optional displayName As String = Nothing, Optional description As String = Nothing) As AccessServiceAccountRecord
Parameters
- kind
- String
Type of account.
- id
- String
Id of the service account.
- metadata
- MetadataEntity
Metadata of the record.
- displayName
- String
Name of the service account.
- description
- String
Description of the service account.
Returns
A new AccessServiceAccountRecord instance for mocking.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.