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.
Defines values for CreatedByType.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.VideoAnalyzer.Models.CreatedByTypeConverter))]
public struct CreatedByType : IEquatable<Microsoft.Azure.Management.VideoAnalyzer.Models.CreatedByType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.VideoAnalyzer.Models.CreatedByTypeConverter))>]
type CreatedByType = struct
Public Structure CreatedByType
Implements IEquatable(Of CreatedByType)
- Inheritance
-
CreatedByType
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Fields
Application | |
Key | |
ManagedIdentity | |
User |
Methods
Equals(CreatedByType) |
Compares enums of type CreatedByType |
Equals(Object) |
Overrides Equals operator for CreatedByType |
GetHashCode() |
Returns for hashCode CreatedByType |
ToString() |
Returns string representation for CreatedByType |
Operators
Equality(CreatedByType, CreatedByType) |
Overriding == operator for enum CreatedByType |
Implicit(CreatedByType to String) |
Implicit operator to convert CreatedByType to string |
Implicit(String to CreatedByType) |
Implicit operator to convert string to CreatedByType |
Inequality(CreatedByType, CreatedByType) |
Overriding != operator for enum CreatedByType |
Applies to
Azure SDK for .NET