CreatedByType 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 identity that created the resource.
public readonly struct CreatedByType : IEquatable<Azure.ResourceManager.Models.CreatedByType>
type CreatedByType = struct
Public Structure CreatedByType
Implements IEquatable(Of CreatedByType)
- Inheritance
-
CreatedByType
- Implements
Constructors
CreatedByType(String) |
Initializes a new instance of CreatedByType. |
Properties
Application |
Application. |
Key |
Key. |
ManagedIdentity |
ManagedIdentity. |
User |
User. |
Methods
Equals(CreatedByType) |
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(CreatedByType, CreatedByType) |
Determines if two CreatedByType values are the same. |
Implicit(String to CreatedByType) |
Converts a string to a CreatedByType. |
Inequality(CreatedByType, CreatedByType) |
Determines if two CreatedByType values are not the same. |
Applies to
Azure SDK for .NET