你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CaptureIdentity Class
A value that indicates whether capture description is enabled.
- Inheritance
-
azure.mgmt.eventhub._serialization.ModelCaptureIdentity
Constructor
CaptureIdentity(*, type: str | _models.CaptureIdentityType | None = None, user_assigned_identity: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
type
|
Type of Azure Active Directory Managed Identity. Known values are: "SystemAssigned" and "UserAssigned". |
user_assigned_identity
|
ARM ID of Managed User Identity. This property is required is the type is UserAssignedIdentity. If type is SystemAssigned, then the System Assigned Identity Associated with the namespace will be used. |
Variables
Name | Description |
---|---|
type
|
Type of Azure Active Directory Managed Identity. Known values are: "SystemAssigned" and "UserAssigned". |
user_assigned_identity
|
ARM ID of Managed User Identity. This property is required is the type is UserAssignedIdentity. If type is SystemAssigned, then the System Assigned Identity Associated with the namespace will be used. |