Interface IResourceBase
The resource base interface.
Inherited Members
Namespace: Microsoft.Graph.Communications.Resources
Assembly: Microsoft.Graph.Communications.Client.dll
Syntax
public interface IResourceBase : IDisposable
Properties
Client
Gets the client.
Declaration
ICommunicationsClient Client { get; }
Property Value
Type | Description |
---|---|
ICommunicationsClient |
CreatedDateTime
Gets the created date time of this resource.
Declaration
DateTimeOffset CreatedDateTime { get; }
Property Value
Type | Description |
---|---|
DateTimeOffset |
GraphClient
Gets the graph client.
Declaration
IGraphClient GraphClient { get; }
Property Value
Type | Description |
---|---|
IGraphClient |
GraphLogger
Gets the graph logger.
Declaration
IGraphLogger GraphLogger { get; }
Property Value
Type | Description |
---|---|
IGraphLogger |
ResourcePath
Gets the resource path for this collection.
Declaration
string ResourcePath { get; }
Property Value
Type | Description |
---|---|
String |