FhirServiceKind Struct

Definition

The kind of the service.

public readonly struct FhirServiceKind : IEquatable<Azure.ResourceManager.HealthcareApis.Models.FhirServiceKind>
type FhirServiceKind = struct
Public Structure FhirServiceKind
Implements IEquatable(Of FhirServiceKind)
Inheritance
FhirServiceKind
Implements

Constructors

Name Description
FhirServiceKind(String)

Initializes a new instance of FhirServiceKind.

Properties

Name Description
FhirR4

fhir-R4.

FhirStu3

fhir-Stu3.

Methods

Name Description
Equals(FhirServiceKind)

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

Name Description
Equality(FhirServiceKind, FhirServiceKind)

Determines if two FhirServiceKind values are the same.

Implicit(String to FhirServiceKind)

Converts a String to a FhirServiceKind.

Inequality(FhirServiceKind, FhirServiceKind)

Determines if two FhirServiceKind values are not the same.

Applies to