ArmRelationshipsModelFactory.DependencyOfRelationshipProperties 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.
dependencyOf relationship properties.
public static Azure.ResourceManager.Relationships.Models.DependencyOfRelationshipProperties DependencyOfRelationshipProperties(Azure.Core.ResourceIdentifier sourceId = default, Azure.Core.ResourceIdentifier targetId = default, string targetTenant = default, Azure.ResourceManager.Relationships.Models.RelationshipOriginInformation originInformation = default, Azure.ResourceManager.Relationships.Models.RelationshipMetadata metadata = default, Azure.ResourceManager.Relationships.Models.RelationshipProvisioningState? provisioningState = default);
static member DependencyOfRelationshipProperties : Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * string * Azure.ResourceManager.Relationships.Models.RelationshipOriginInformation * Azure.ResourceManager.Relationships.Models.RelationshipMetadata * Nullable<Azure.ResourceManager.Relationships.Models.RelationshipProvisioningState> -> Azure.ResourceManager.Relationships.Models.DependencyOfRelationshipProperties
Public Shared Function DependencyOfRelationshipProperties (Optional sourceId As ResourceIdentifier = Nothing, Optional targetId As ResourceIdentifier = Nothing, Optional targetTenant As String = Nothing, Optional originInformation As RelationshipOriginInformation = Nothing, Optional metadata As RelationshipMetadata = Nothing, Optional provisioningState As Nullable(Of RelationshipProvisioningState) = Nothing) As DependencyOfRelationshipProperties
Parameters
- sourceId
- ResourceIdentifier
The relationship source resource id.
- targetId
- ResourceIdentifier
The relationship target resource id.
- targetTenant
- String
The relationship target tenant id.
- originInformation
- RelationshipOriginInformation
Information about the origin of the relationship.
- metadata
- RelationshipMetadata
Metadata about the relationship.
- provisioningState
- Nullable<RelationshipProvisioningState>
The provisioning state of the relationship.
Returns
A new DependencyOfRelationshipProperties instance for mocking.