ArmRelationshipsModelFactory.RelationshipOriginInformation Method
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.
Provides information about the origin of a relationship.
public static Azure.ResourceManager.Relationships.Models.RelationshipOriginInformation RelationshipOriginInformation(Azure.ResourceManager.Relationships.Models.RelationshipOriginType relationshipOriginType = default, string discoveryEngine = default);
static member RelationshipOriginInformation : Azure.ResourceManager.Relationships.Models.RelationshipOriginType * string -> Azure.ResourceManager.Relationships.Models.RelationshipOriginInformation
Public Shared Function RelationshipOriginInformation (Optional relationshipOriginType As RelationshipOriginType = Nothing, Optional discoveryEngine As String = Nothing) As RelationshipOriginInformation
Parameters
- relationshipOriginType
- RelationshipOriginType
Identifies the origin type of the relationship.
- discoveryEngine
- String
The name of the discovery engine that created the relationship.
Returns
A new RelationshipOriginInformation instance for mocking.