Share via


FhirServiceKind Struct

Definition

The kind of the service.

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

Fields

FhirR4
FhirStu3

Methods

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

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

Equals(FhirServiceKind)

Compares values of enum type FhirServiceKind

Equals(Object)

Compares values of enum type FhirServiceKind (override for Object)

GetHashCode()

Returns hashCode for enum FhirServiceKind

ToString()

Returns string representation for FhirServiceKind

Operators

Equality(FhirServiceKind, FhirServiceKind)

Overriding == operator for enum FhirServiceKind

Implicit(FhirServiceKind to String)

Implicit operator to convert FhirServiceKind to string

Implicit(String to FhirServiceKind)

Implicit operator to convert string to FhirServiceKind

Inequality(FhirServiceKind, FhirServiceKind)

Overriding != operator for enum FhirServiceKind

Applies to