PurviewRelationships 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 PurviewRelationships service client.
public class PurviewRelationships
type PurviewRelationships = class
Public Class PurviewRelationships
- Inheritance
-
PurviewRelationships
Constructors
PurviewRelationships() |
Initializes a new instance of PurviewRelationships for mocking. |
Properties
Pipeline |
The HTTP pipeline for sending and receiving REST requests and responses. |
Methods
Create(RequestContent, RequestContext) |
Create a new relationship between entities. |
CreateAsync(RequestContent, RequestContext) |
Create a new relationship between entities. |
Delete(String, RequestContext) |
Delete a relationship between entities by its GUID. |
DeleteAsync(String, RequestContext) |
Delete a relationship between entities by its GUID. |
GetPurviewRelationship(String, Nullable<Boolean>, RequestContext) |
Get relationship information between entities by its GUID. |
GetPurviewRelationshipAsync(String, Nullable<Boolean>, RequestContext) |
Get relationship information between entities by its GUID. |
Update(RequestContent, RequestContext) |
Update an existing relationship between entities. |
UpdateAsync(RequestContent, RequestContext) |
Update an existing relationship between entities. |