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.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET