DependencyOfRelationshipProperties(ResourceIdentifier) Constructor

Definition

Initializes a new instance of DependencyOfRelationshipProperties.

public DependencyOfRelationshipProperties(Azure.Core.ResourceIdentifier targetId);
new Azure.ResourceManager.Relationships.Models.DependencyOfRelationshipProperties : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Relationships.Models.DependencyOfRelationshipProperties
Public Sub New (targetId As ResourceIdentifier)

Parameters

targetId
ResourceIdentifier

The relationship target resource id.

Exceptions

targetId is null.

Applies to