CustomDomainIdentityType 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 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
Azure SDK for .NET