IAfdDomainHttpsParameters.CustomizedCipherSuiteSet Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Customized cipher suites object that will be used for Https when cipherSuiteSetType is Customized.
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="Customized cipher suites object that will be used for Https when cipherSuiteSetType is Customized.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IAfdDomainHttpsCustomizedCipherSuiteSet) }, Read=true, ReadOnly=false, Required=false, SerializedName="customizedCipherSuiteSet", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IAfdDomainHttpsCustomizedCipherSuiteSet CustomizedCipherSuiteSet { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="Customized cipher suites object that will be used for Https when cipherSuiteSetType is Customized.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IAfdDomainHttpsCustomizedCipherSuiteSet) }, Read=true, ReadOnly=false, Required=false, SerializedName="customizedCipherSuiteSet", Update=true)>]
member this.CustomizedCipherSuiteSet : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IAfdDomainHttpsCustomizedCipherSuiteSet with get, set
Public Property CustomizedCipherSuiteSet As IAfdDomainHttpsCustomizedCipherSuiteSet
Property Value
- Attributes