Share via


HealthModelRelationshipProperties Class

Definition

Relationship properties.

public class HealthModelRelationshipProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CloudHealth.Models.HealthModelRelationshipProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CloudHealth.Models.HealthModelRelationshipProperties>
type HealthModelRelationshipProperties = class
    interface IJsonModel<HealthModelRelationshipProperties>
    interface IPersistableModel<HealthModelRelationshipProperties>
Public Class HealthModelRelationshipProperties
Implements IJsonModel(Of HealthModelRelationshipProperties), IPersistableModel(Of HealthModelRelationshipProperties)
Inheritance
HealthModelRelationshipProperties
Implements

Constructors

HealthModelRelationshipProperties(String, String)

Initializes a new instance of HealthModelRelationshipProperties.

Properties

ChildEntityName

Resource name of the child entity.

DeletedOn

Date when the relationship was (soft-)deleted.

DiscoveredBy

Discovered by which discovery rule. If set, the relationship cannot be deleted manually.

DisplayName

Display name.

Labels

Optional set of labels (key-value pairs).

ParentEntityName

Resource name of the parent entity.

ProvisioningState

The status of the last operation.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<HealthModelRelationshipProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<HealthModelRelationshipProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HealthModelRelationshipProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HealthModelRelationshipProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<HealthModelRelationshipProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to