@@ -8,7 +8,7 @@ schema: 2.0.0
8
8
# Set-SPOTenantCdnEnabled
9
9
10
10
## SYNOPSIS
11
- {{Fill in the Synopsis}}
11
+ Enables or disables Public content delivery network (CDN) or Private CDN on the tenant level.
12
12
13
13
14
14
## SYNTAX
@@ -19,23 +19,24 @@ Set-SPOTenantCdnEnabled [-CdnType <SPOTenantCdnTypeClient>] [-Confirm] [-Enable
19
19
```
20
20
21
21
## DESCRIPTION
22
- {{Fill in the Description}}
22
+ Enables or disables Public content delivery network (CDN) or Private CDN on the tenant level.
23
23
24
24
25
25
## EXAMPLES
26
26
27
- ### --------------------EXAMPLE---------------------
27
+ ### ----------------------- EXAMPLE 1-------- ---------------------
28
28
```
29
- PS C:\> {{ Add example code here }}
29
+ Set-SPOTenantCdnEnabled -CdnType public -Enable $true
30
30
```
31
31
32
- {{ Add example description here }}
32
+ The example enables a CDN.
33
33
34
34
35
35
## PARAMETERS
36
36
37
37
### -CdnType
38
- {{Fill CdnType Description}}
38
+ Specifies the CDN type. The valid values are: public or private.
39
+
39
40
40
41
``` yaml
41
42
Type : SPOTenantCdnTypeClient
@@ -68,7 +69,10 @@ Accept wildcard characters: False
68
69
` ` `
69
70
70
71
### -Enable
71
- {{Fill Enable Description}}
72
+ Specifies if the CDN is enabled.
73
+
74
+ The valid values are: $True and $False.
75
+
72
76
73
77
` ` ` yaml
74
78
Type : Boolean
@@ -84,7 +88,8 @@ Accept wildcard characters: False
84
88
` ` `
85
89
86
90
### -NoDefaultOrigins
87
- {{Fill NoDefaultOrigins Description}}
91
+ PARAMVALUE: SwitchParameter
92
+
88
93
89
94
` ` ` yaml
90
95
Type : SwitchParameter
0 commit comments