RoutingIdentityType 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.
Routing identity type for topic spaces configuration.
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
Azure SDK for .NET