RoutingIdentityInfo Class
Routing identity info for topic spaces configuration.
- Inheritance
-
azure.mgmt.eventgrid._serialization.ModelRoutingIdentityInfo
Constructor
RoutingIdentityInfo(*, type: str | _models.RoutingIdentityType | None = None, user_assigned_identity: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
type
|
Routing identity type for topic spaces configuration. Known values are: "None", "SystemAssigned", and "UserAssigned". |
user_assigned_identity
|
|
Variables
Name | Description |
---|---|
type
|
Routing identity type for topic spaces configuration. Known values are: "None", "SystemAssigned", and "UserAssigned". |
user_assigned_identity
|
|
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Python