ArmAppServiceModelFactory.AppServiceCertificateProperties 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 AppServiceCertificateProperties.
public static Azure.ResourceManager.AppService.Models.AppServiceCertificateProperties AppServiceCertificateProperties (Azure.Core.ResourceIdentifier keyVaultId = default, string keyVaultSecretName = default, Azure.ResourceManager.AppService.Models.KeyVaultSecretStatus? provisioningState = default);
static member AppServiceCertificateProperties : Azure.Core.ResourceIdentifier * string * Nullable<Azure.ResourceManager.AppService.Models.KeyVaultSecretStatus> -> Azure.ResourceManager.AppService.Models.AppServiceCertificateProperties
Public Shared Function AppServiceCertificateProperties (Optional keyVaultId As ResourceIdentifier = Nothing, Optional keyVaultSecretName As String = Nothing, Optional provisioningState As Nullable(Of KeyVaultSecretStatus) = Nothing) As AppServiceCertificateProperties
Parameters
- keyVaultId
- ResourceIdentifier
Key Vault resource Id.
- keyVaultSecretName
- String
Key Vault secret name.
- provisioningState
- Nullable<KeyVaultSecretStatus>
Status of the Key Vault secret.
Returns
A new AppServiceCertificateProperties instance for mocking.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET