CustomerCertificateParameters Constructors
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.
Overloads
CustomerCertificateParameters() |
Initializes a new instance of the CustomerCertificateParameters class. |
CustomerCertificateParameters(ResourceReference, String, String, Nullable<Boolean>, IList<String>) |
Initializes a new instance of the CustomerCertificateParameters class. |
CustomerCertificateParameters()
Initializes a new instance of the CustomerCertificateParameters class.
public CustomerCertificateParameters ();
Public Sub New ()
Applies to
CustomerCertificateParameters(ResourceReference, String, String, Nullable<Boolean>, IList<String>)
Initializes a new instance of the CustomerCertificateParameters class.
public CustomerCertificateParameters (Microsoft.Azure.Management.Cdn.Models.ResourceReference secretSource, string secretVersion = default, string certificateAuthority = default, bool? useLatestVersion = default, System.Collections.Generic.IList<string> subjectAlternativeNames = default);
new Microsoft.Azure.Management.Cdn.Models.CustomerCertificateParameters : Microsoft.Azure.Management.Cdn.Models.ResourceReference * string * string * Nullable<bool> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Cdn.Models.CustomerCertificateParameters
Public Sub New (secretSource As ResourceReference, Optional secretVersion As String = Nothing, Optional certificateAuthority As String = Nothing, Optional useLatestVersion As Nullable(Of Boolean) = Nothing, Optional subjectAlternativeNames As IList(Of String) = Nothing)
Parameters
- secretSource
- ResourceReference
Resource reference to the KV secret
- secretVersion
- String
Version of the secret to be used
- certificateAuthority
- String
Certificate issuing authority.