AccountManagedResource

data class AccountManagedResource(val eventHubNamespaceId: String? = null, val resourceGroupId: String? = null, val storageAccountId: String? = null)

Constructors

Link copied to clipboard
constructor(eventHubNamespaceId: String? = null, resourceGroupId: String? = null, storageAccountId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the managed event hub namespace.

Link copied to clipboard
val resourceGroupId: String? = null

The ID of the managed resource group.

Link copied to clipboard

The ID of the managed storage account.