IAppServiceCertificateResource.KeyVaultSecretName Property
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.
Key Vault secret name.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Key Vault secret name.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="keyVaultSecretName")]
public string KeyVaultSecretName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Key Vault secret name.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="keyVaultSecretName")>]
member this.KeyVaultSecretName : string with get, set
Public Property KeyVaultSecretName As String
Property Value
- Attributes