Show / Hide Table of Contents

    Class QueuedSharePointProvisioningEvent

    Service Bus queue message sent by AppLaunch the first time an app is launched to notify a client of an install event. Use this in your own jobs if you need to break up the operation or to support custom install and upgrade jobs.

    Inheritance
    System.Object
    QueuedSharePointEvent
    QueuedSharePointProvisioningEvent
    Inherited Members
    QueuedSharePointEvent.ClientId
    QueuedSharePointEvent.AppWebUrl
    QueuedSharePointEvent.AppAccessToken
    QueuedSharePointEvent.UserAccessToken
    QueuedSharePointEvent.RetryCount
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace:AzureFunctionsForSharePoint.Common
    Assembly:AzureFunctionsForSharePoint.Common.dll
    Syntax
    public class QueuedSharePointProvisioningEvent : QueuedSharePointEvent

    Properties

    | Improve this Doc View Source

    Action

    Distinguishes between install and upgrade. Interpreting this is up to the client

    Declaration
    public ProvisioningAction Action { get; set; }
    Property Value
    Type Description
    ProvisioningAction
    | Improve this Doc View Source

    ProvisioningStep

    The provisioning step to perform.

    Declaration
    public ProvisioningSteps ProvisioningStep { get; set; }
    Property Value
    Type Description
    ProvisioningSteps
    • Improve this Doc
    • View Source
    Back to top Copyright © 2016 InstantQuick
    View project on Github