Share via


HealthModelRelationshipProperties(String, String) Constructor

Definition

Initializes a new instance of HealthModelRelationshipProperties.

public HealthModelRelationshipProperties(string parentEntityName, string childEntityName);
new Azure.ResourceManager.CloudHealth.Models.HealthModelRelationshipProperties : string * string -> Azure.ResourceManager.CloudHealth.Models.HealthModelRelationshipProperties
Public Sub New (parentEntityName As String, childEntityName As String)

Parameters

parentEntityName
String

Resource name of the parent entity.

childEntityName
String

Resource name of the child entity.

Exceptions

parentEntityName or childEntityName is null.

Applies to