ArmConfluentModelFactory.AccessServiceAccountListResult 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 AccessServiceAccountListResult.
public static Azure.ResourceManager.Confluent.Models.AccessServiceAccountListResult AccessServiceAccountListResult (string kind = default, Azure.ResourceManager.Confluent.Models.ConfluentListMetadata metadata = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Confluent.Models.AccessServiceAccountRecord> data = default);
static member AccessServiceAccountListResult : string * Azure.ResourceManager.Confluent.Models.ConfluentListMetadata * seq<Azure.ResourceManager.Confluent.Models.AccessServiceAccountRecord> -> Azure.ResourceManager.Confluent.Models.AccessServiceAccountListResult
Public Shared Function AccessServiceAccountListResult (Optional kind As String = Nothing, Optional metadata As ConfluentListMetadata = Nothing, Optional data As IEnumerable(Of AccessServiceAccountRecord) = Nothing) As AccessServiceAccountListResult
Parameters
- kind
- String
Type of response.
- metadata
- ConfluentListMetadata
Metadata of the list.
Data of the service accounts list.
Returns
A new AccessServiceAccountListResult 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