UserManagedHttpsParameters Class
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.
Defines the certificate source parameters using user's keyvault certificate for enabling SSL.
[Newtonsoft.Json.JsonObject("AzureKeyVault")]
public class UserManagedHttpsParameters : Microsoft.Azure.Management.Cdn.Fluent.Models.CustomDomainHttpsParameters
[<Newtonsoft.Json.JsonObject("AzureKeyVault")>]
type UserManagedHttpsParameters = class
inherit CustomDomainHttpsParameters
Public Class UserManagedHttpsParameters
Inherits CustomDomainHttpsParameters
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
UserManagedHttpsParameters() |
Initializes a new instance of the UserManagedHttpsParameters class. |
UserManagedHttpsParameters(ProtocolType, KeyVaultCertificateSourceParameters) |
Initializes a new instance of the UserManagedHttpsParameters class. |
Properties
CertificateSourceParameters |
Gets or sets defines the certificate source parameters using user's keyvault certificate for enabling SSL. |
ProtocolType |
Gets or sets defines the TLS extension protocol that is used for secure delivery. Possible values include: 'ServerNameIndication', 'IPBased' (Inherited from CustomDomainHttpsParameters) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET