ArmPurviewModelFactory.PurviewKafkaConfigurationData Method

Definition

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

id
ResourceIdentifier

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

name
String

The name of the resource.

resourceType
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

systemData
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

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

Gets or sets the EventHubResourceId.

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.

Applies to