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

Name Description
SmartDataAction(String)

Initializes a new instance of SmartDataAction.

Properties

Name Description
Read

Read.

Methods

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

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