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