DSCResources/MSFT_TeamsPstnUsage/MSFT_TeamsPstnUsage.schema.mof
[ClassVersion("1.0.0.0"), FriendlyName("TeamsPstnUsage")]
class MSFT_TeamsPstnUsage : OMI_BaseResource { [Key, Description("An online PSTN usage (such as Local or Long Distance) that can be used in conjunction with voice routes and voice routing policies.")] String Usage; [Write, Description("Present ensures the policy exists, absent ensures it is removed."), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure; [Required, Description("Credentials of the Teams Global Admin"), EmbeddedInstance("MSFT_Credential")] string Credential; }; |