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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET