Search Results for

    Show / Hide Table of Contents

    Class TeamCreationOptions

    Options to control the Teams creation flow

    Inheritance
    object
    TeamCreationOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: PnP.Core.Admin.Model.Teams
    Assembly: PnP.Core.Admin.dll
    Syntax
    public class TeamCreationOptions

    Properties

    MaxStatusChecks

    Number of times to check for provisioning complete status. Defaults to 12 if not set.

    Declaration
    public int? MaxStatusChecks { get; set; }
    Property Value
    int?

    WaitAfterStatusCheck

    Defines the wait time in seconds after a status check. Defaults to 10 if not set.

    Declaration
    public int? WaitAfterStatusCheck { get; set; }
    Property Value
    int?

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer