Delen via


RoutingIdentityType Struct

Definition

The RoutingIdentityType.

public readonly struct RoutingIdentityType : IEquatable<Azure.ResourceManager.EventGrid.Models.RoutingIdentityType>
type RoutingIdentityType = struct
Public Structure RoutingIdentityType
Implements IEquatable(Of RoutingIdentityType)
Inheritance
RoutingIdentityType
Implements

Constructors

RoutingIdentityType(String)

Initializes a new instance of RoutingIdentityType.

Properties

None

None.

SystemAssigned

SystemAssigned.

UserAssigned

UserAssigned.

Methods

Equals(RoutingIdentityType)

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(RoutingIdentityType, RoutingIdentityType)

Determines if two RoutingIdentityType values are the same.

Implicit(String to RoutingIdentityType)

Converts a string to a RoutingIdentityType.

Inequality(RoutingIdentityType, RoutingIdentityType)

Determines if two RoutingIdentityType values are not the same.

Applies to