You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[TlsSetting <IAfdDomainHttpsParameters>]: The configuration specifying how to enable HTTPS for the domain - using AzureFrontDoor managed certificate or user's own certificate. If not specified, enabling ssl uses AzureFrontDoor managed certificate by default.
47
47
CertificateType <String>: Defines the source of the SSL certificate.
48
-
[MinimumTlsVersion <String>]: TLS protocol version that will be used for Https
48
+
[CipherSuiteSetType <String>]: cipher suite set type that will be used for Https
49
+
[CustomizedCipherSuiteSet <IAfdDomainHttpsCustomizedCipherSuiteSet>]: Customized cipher suites object that will be used for Https when cipherSuiteSetType is Customized.
50
+
[CipherSuiteSetForTls12 <List<String>>]: Cipher suites for TLS 1.2. Required at least one in minimumTlsVersion TLS 1.2.
51
+
[CipherSuiteSetForTls13 <List<String>>]: Cipher suites for TLS 1.3. Required at least one in minimumTlsVersion TLS 1.2, TLS 1.3.
52
+
[MinimumTlsVersion <String>]: TLS protocol version that will be used for Https when cipherSuiteSetType is Customized.
49
53
[Secret <IResourceReference>]: Resource reference to the secret. ie. subs/rg/profile/secret
TLSSETTING <IAfdDomainHttpsParameters>: The configuration specifying how to enable HTTPS for the domain - using AzureFrontDoor managed certificate or user's own certificate. If not specified, enabling ssl uses AzureFrontDoor managed certificate by default.
68
72
CertificateType <String>: Defines the source of the SSL certificate.
69
-
[MinimumTlsVersion <String>]: TLS protocol version that will be used for Https
73
+
[CipherSuiteSetType <String>]: cipher suite set type that will be used for Https
74
+
[CustomizedCipherSuiteSet <IAfdDomainHttpsCustomizedCipherSuiteSet>]: Customized cipher suites object that will be used for Https when cipherSuiteSetType is Customized.
75
+
[CipherSuiteSetForTls12 <List<String>>]: Cipher suites for TLS 1.2. Required at least one in minimumTlsVersion TLS 1.2.
76
+
[CipherSuiteSetForTls13 <List<String>>]: Cipher suites for TLS 1.3. Required at least one in minimumTlsVersion TLS 1.2, TLS 1.3.
77
+
[MinimumTlsVersion <String>]: TLS protocol version that will be used for Https when cipherSuiteSetType is Customized.
70
78
[Secret <IResourceReference>]: Resource reference to the secret. ie. subs/rg/profile/secret
Copy file name to clipboardExpand all lines: generated/Cdn/Cdn.Autorest/exports/New-AzFrontDoorCdnCustomDomainTlsSettingParametersObject.ps1
+19-2
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,10 @@ COMPLEX PARAMETER PROPERTIES
31
31
32
32
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
33
33
34
+
CUSTOMIZEDCIPHERSUITESET <IAfdDomainHttpsCustomizedCipherSuiteSet>: Customized cipher suites object that will be used for Https when cipherSuiteSetType is Customized.
35
+
[CipherSuiteSetForTls12 <List<String>>]: Cipher suites for TLS 1.2. Required at least one in minimumTlsVersion TLS 1.2.
36
+
[CipherSuiteSetForTls13 <List<String>>]: Cipher suites for TLS 1.3. Required at least one in minimumTlsVersion TLS 1.2, TLS 1.3.
37
+
34
38
SECRET <IResourceReference>: Resource reference to the secret. ie. subs/rg/profile/secret.
0 commit comments