DependencyOfRelationshipProperties(ResourceIdentifier) 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 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.