Partager via


SmartDataAction Struct

Definition

The Data Actions that can be enabled for a Smart Identity Provider Application.

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

Constructors

SmartDataAction(String)

Initializes a new instance of SmartDataAction.

Properties

Read

Read.

Methods

Equals(SmartDataAction)

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

Determines if two SmartDataAction values are the same.

Implicit(String to SmartDataAction)

Converts a string to a SmartDataAction.

Inequality(SmartDataAction, SmartDataAction)

Determines if two SmartDataAction values are not the same.

Applies to