RoutingIdentityInfo Class
Routing identity info for topic spaces configuration.
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
|
|
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python