EventSubscriptionIdentity Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The identity information with the event subscription.
public class EventSubscriptionIdentity
type EventSubscriptionIdentity = class
Public Class EventSubscriptionIdentity
- Inheritance
-
EventSubscriptionIdentity
Constructors
EventSubscriptionIdentity() |
Initializes a new instance of the EventSubscriptionIdentity class. |
EventSubscriptionIdentity(String, String) |
Initializes a new instance of the EventSubscriptionIdentity class. |
Properties
Type |
Gets or sets the type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity. Possible values include: 'SystemAssigned', 'UserAssigned' |
UserAssignedIdentity |
Gets or sets the user identity associated with the resource. |
Applies to
Azure SDK for .NET