ArmAppContainersModelFactory.ManagedCertificateProperties Method
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.
Initializes a new instance of ManagedCertificateProperties.
public static Azure.ResourceManager.AppContainers.Models.ManagedCertificateProperties ManagedCertificateProperties(Azure.ResourceManager.AppContainers.Models.ContainerAppCertificateProvisioningState? provisioningState = default, string subjectName = default, string error = default, Azure.ResourceManager.AppContainers.Models.ManagedCertificateDomainControlValidation? domainControlValidation = default, string validationToken = default);
static member ManagedCertificateProperties : Nullable<Azure.ResourceManager.AppContainers.Models.ContainerAppCertificateProvisioningState> * string * string * Nullable<Azure.ResourceManager.AppContainers.Models.ManagedCertificateDomainControlValidation> * string -> Azure.ResourceManager.AppContainers.Models.ManagedCertificateProperties
Public Shared Function ManagedCertificateProperties (Optional provisioningState As Nullable(Of ContainerAppCertificateProvisioningState) = Nothing, Optional subjectName As String = Nothing, Optional error As String = Nothing, Optional domainControlValidation As Nullable(Of ManagedCertificateDomainControlValidation) = Nothing, Optional validationToken As String = Nothing) As ManagedCertificateProperties
Parameters
- provisioningState
- Nullable<ContainerAppCertificateProvisioningState>
Provisioning state of the certificate.
- subjectName
- String
Subject name of the certificate.
- error
- String
Any error occurred during the certificate provision.
- domainControlValidation
- Nullable<ManagedCertificateDomainControlValidation>
Selected type of domain control validation for managed certificates.
- validationToken
- String
A TXT token used for DNS TXT domain control validation when issuing this type of managed certificates.
Returns
A new ManagedCertificateProperties instance for mocking.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET