ArmPurviewModelFactory.PurviewKafkaConfigurationData 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 PurviewKafkaConfigurationData.
public static Azure.ResourceManager.Purview.PurviewKafkaConfigurationData PurviewKafkaConfigurationData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string consumerGroup = default, Azure.ResourceManager.Purview.Models.PurviewCredentials credentials = default, string eventHubPartitionId = default, Azure.Core.ResourceIdentifier eventHubResourceId = default, Azure.ResourceManager.Purview.Models.PurviewKafkaEventHubType? eventHubType = default, Azure.ResourceManager.Purview.Models.PurviewEventStreamingState? eventStreamingState = default, Azure.ResourceManager.Purview.Models.PurviewEventStreamingType? eventStreamingType = default);
static member PurviewKafkaConfigurationData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * Azure.ResourceManager.Purview.Models.PurviewCredentials * string * Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.Purview.Models.PurviewKafkaEventHubType> * Nullable<Azure.ResourceManager.Purview.Models.PurviewEventStreamingState> * Nullable<Azure.ResourceManager.Purview.Models.PurviewEventStreamingType> -> Azure.ResourceManager.Purview.PurviewKafkaConfigurationData
Public Shared Function PurviewKafkaConfigurationData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional consumerGroup As String = Nothing, Optional credentials As PurviewCredentials = Nothing, Optional eventHubPartitionId As String = Nothing, Optional eventHubResourceId As ResourceIdentifier = Nothing, Optional eventHubType As Nullable(Of PurviewKafkaEventHubType) = Nothing, Optional eventStreamingState As Nullable(Of PurviewEventStreamingState) = Nothing, Optional eventStreamingType As Nullable(Of PurviewEventStreamingType) = Nothing) As PurviewKafkaConfigurationData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- consumerGroup
- String
Consumer group for hook event hub.
- credentials
- PurviewCredentials
Credentials to access the event streaming service attached to the purview account.
- eventHubPartitionId
- String
Optional partition Id for notification event hub. If not set, all partitions will be leveraged.
- eventHubResourceId
- ResourceIdentifier
- eventHubType
- Nullable<PurviewKafkaEventHubType>
The event hub type.
- eventStreamingState
- Nullable<PurviewEventStreamingState>
The state of the event streaming service.
- eventStreamingType
- Nullable<PurviewEventStreamingType>
The event streaming service type.
Returns
A new PurviewKafkaConfigurationData instance for mocking.