Show / Hide Table of Contents

    Interface IResourceBase

    The resource base interface.

    Inherited Members
    IDisposable.Dispose()
    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

    See Also

    IDisposable
    Back to top Copyright (c) Microsoft Corporation. All rights reserved.