Relationship Class
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.
The Relationship sub-client.
public class Relationship
type Relationship = class
Public Class Relationship
- Inheritance
-
Relationship
Constructors
Relationship() |
Initializes a new instance of Relationship for mocking. |
Properties
Pipeline |
The HTTP pipeline for sending and receiving REST requests and responses. |
Methods
Create(AtlasRelationship, CancellationToken) |
Create a new relationship between entities. |
Create(RequestContent, RequestContext) |
[Protocol Method] Create a new relationship between entities.
|
CreateAsync(AtlasRelationship, CancellationToken) |
Create a new relationship between entities. |
CreateAsync(RequestContent, RequestContext) |
[Protocol Method] Create a new relationship between entities.
|
Delete(String, RequestContext) |
[Protocol Method] Delete a relationship between entities by its GUID.
|
DeleteAsync(String, RequestContext) |
[Protocol Method] Delete a relationship between entities by its GUID.
|
GetRelationship(String, Nullable<Boolean>, CancellationToken) |
Get relationship information between entities by its GUID. |
GetRelationship(String, Nullable<Boolean>, RequestContext) |
[Protocol Method] Get relationship information between entities by its GUID.
|
GetRelationshipAsync(String, Nullable<Boolean>, CancellationToken) |
Get relationship information between entities by its GUID. |
GetRelationshipAsync(String, Nullable<Boolean>, RequestContext) |
[Protocol Method] Get relationship information between entities by its GUID.
|
Update(AtlasRelationship, CancellationToken) |
Update an existing relationship between entities. |
Update(RequestContent, RequestContext) |
[Protocol Method] Update an existing relationship between entities.
|
UpdateAsync(AtlasRelationship, CancellationToken) |
Update an existing relationship between entities. |
UpdateAsync(RequestContent, RequestContext) |
[Protocol Method] Update an existing relationship between entities.
|
Applies to
Azure SDK for .NET