Share via


CustomDomainIdentityType Struct

Definition

The type of managed identity used. Can be either 'SystemAssigned' or 'UserAssigned'.

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

Constructors

CustomDomainIdentityType(String)

Initializes a new instance of CustomDomainIdentityType.

Properties

SystemAssigned

SystemAssigned.

UserAssigned

UserAssigned.

Methods

Equals(CustomDomainIdentityType)

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

Determines if two CustomDomainIdentityType values are the same.

Implicit(String to CustomDomainIdentityType)

Converts a string to a CustomDomainIdentityType.

Inequality(CustomDomainIdentityType, CustomDomainIdentityType)

Determines if two CustomDomainIdentityType values are not the same.

Applies to