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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET