Share via


FhirServiceEventState Struct

Definition

Indicates the current status of event support for the resource.

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

Constructors

FhirServiceEventState(String)

Initializes a new instance of FhirServiceEventState.

Properties

Disabled

Disabled.

Enabled

Enabled.

Updating

Updating.

Methods

Equals(FhirServiceEventState)

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(FhirServiceEventState, FhirServiceEventState)

Determines if two FhirServiceEventState values are the same.

Implicit(String to FhirServiceEventState)

Converts a string to a FhirServiceEventState.

Inequality(FhirServiceEventState, FhirServiceEventState)

Determines if two FhirServiceEventState values are not the same.

Applies to