EventSubscriptionIdentityType Struct
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 type of managed identity used. Can be either 'SystemAssigned' or 'UserAssigned'.
public readonly struct EventSubscriptionIdentityType : IEquatable<Azure.ResourceManager.EventGrid.Models.EventSubscriptionIdentityType>
type EventSubscriptionIdentityType = struct
Public Structure EventSubscriptionIdentityType
Implements IEquatable(Of EventSubscriptionIdentityType)
- Inheritance
-
EventSubscriptionIdentityType
- Implements
Constructors
EventSubscriptionIdentityType(String) |
Initializes a new instance of EventSubscriptionIdentityType. |
Properties
SystemAssigned |
SystemAssigned. |
UserAssigned |
UserAssigned. |
Methods
Equals(EventSubscriptionIdentityType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(EventSubscriptionIdentityType, EventSubscriptionIdentityType) |
Determines if two EventSubscriptionIdentityType values are the same. |
Implicit(String to EventSubscriptionIdentityType) |
Converts a string to a EventSubscriptionIdentityType. |
Inequality(EventSubscriptionIdentityType, EventSubscriptionIdentityType) |
Determines if two EventSubscriptionIdentityType values are not the same. |
Applies to
Azure SDK for .NET