Sdílet prostřednictvím


EventSubscriptionIdentityType Struct

Definition

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