HealthModelRelationshipProperties(String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.