Classes/_Types08.psm1

# GENERATED FILE - do not edit.
# Produced by Utilities/Build-Microsoft365DSC.ps1 from DscResources/MSFT_*.

class MSFT_TeamsEmergencyCallingExtendedNotification
{
    [DscProperty(Mandatory)]
    [System.String] $EmergencyDialString

    [DscProperty()]
    [System.String[]] $NotificationGroup

    [DscProperty()]
    [System.String] $NotificationDialOutNumber

    [DscProperty()]
    [ValidateSet('ConferenceMuted', 'ConferenceUnMuted', 'NotificationOnly')]
    [System.String] $NotificationMode
}

class MSFT_TeamsEmergencyNumber
{
    [DscProperty(Mandatory)]
    [System.String] $EmergencyDialString

    [DscProperty()]
    [System.String] $EmergencyDialMask

    [DscProperty()]
    [System.String] $OnlinePSTNUsage
}

class MSFT_TeamsOnlineScheduleDateTimeRange
{
    [DscProperty(Mandatory)]
    [System.String] $Start

    [DscProperty()]
    [System.String] $End
}

class MSFT_TeamsOnlineScheduleTimeRange
{
    [DscProperty(Mandatory)]
    [System.String] $Start

    [DscProperty(Mandatory)]
    [System.String] $End
}

class MSFT_TeamsVoiceNormalizationRule
{
    [DscProperty(Mandatory)]
    [System.String] $Identity

    [DscProperty()]
    [System.Nullable[System.UInt32]] $Priority

    [DscProperty()]
    [System.String] $Description

    [DscProperty()]
    [System.String] $Pattern

    [DscProperty()]
    [System.String] $Translation

    [DscProperty()]
    [System.Nullable[System.Boolean]] $IsInternalExtension
}

class MSFT_TermsExpiration
{
    [DscProperty()]
    [System.String] $Frequency

    [DscProperty()]
    [System.String] $StartDateTime
}