Share via


IotIdentityResolutionType Struct

Definition

The type of IoT identity resolution to use with the destination.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.IotIdentityResolutionTypeTypeConverter))]
public struct IotIdentityResolutionType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.IotIdentityResolutionType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.IotIdentityResolutionTypeTypeConverter))>]
type IotIdentityResolutionType = struct
    interface IArgumentCompleter
Public Structure IotIdentityResolutionType
Implements IArgumentCompleter, IEquatable(Of IotIdentityResolutionType)
Inheritance
IotIdentityResolutionType
Attributes
Implements

Fields

Create
Lookup

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(IotIdentityResolutionType)

Compares values of enum type IotIdentityResolutionType

Equals(Object)

Compares values of enum type IotIdentityResolutionType (override for Object)

GetHashCode()

Returns hashCode for enum IotIdentityResolutionType

ToString()

Returns string representation for IotIdentityResolutionType

Operators

Equality(IotIdentityResolutionType, IotIdentityResolutionType)

Overriding == operator for enum IotIdentityResolutionType

Implicit(IotIdentityResolutionType to String)

Implicit operator to convert IotIdentityResolutionType to string

Implicit(String to IotIdentityResolutionType)

Implicit operator to convert string to IotIdentityResolutionType

Inequality(IotIdentityResolutionType, IotIdentityResolutionType)

Overriding != operator for enum IotIdentityResolutionType

Applies to