FhirServiceKind 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 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
FhirServiceKind(String) |
Initializes a new instance of FhirServiceKind. |
Properties
FhirR4 |
fhir-R4. |
FhirStu3 |
fhir-Stu3. |
Methods
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
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
Azure SDK for .NET