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

Name Description
FhirServiceEventState(String)

Initializes a new instance of FhirServiceEventState.

Properties

Name Description
Disabled

Disabled.

Enabled

Enabled.

Updating

Updating.

Methods

Name Description
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

Name Description
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