AppServiceCertificateResourceInner Constructors
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.
Overloads
AppServiceCertificateResourceInner() |
Initializes a new instance of the AppServiceCertificateResourceInner class. |
AppServiceCertificateResourceInner(String, String, String, String, IDictionary<String,String>, String, String, Nullable<KeyVaultSecretStatus>, String) |
Initializes a new instance of the AppServiceCertificateResourceInner class. |
AppServiceCertificateResourceInner()
Initializes a new instance of the AppServiceCertificateResourceInner class.
public AppServiceCertificateResourceInner ();
Public Sub New ()
Applies to
AppServiceCertificateResourceInner(String, String, String, String, IDictionary<String,String>, String, String, Nullable<KeyVaultSecretStatus>, String)
Initializes a new instance of the AppServiceCertificateResourceInner class.
public AppServiceCertificateResourceInner (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string keyVaultId = default, string keyVaultSecretName = default, Microsoft.Azure.Management.AppService.Fluent.Models.KeyVaultSecretStatus? provisioningState = default, string kind = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceCertificateResourceInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * string * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.KeyVaultSecretStatus> * string -> Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceCertificateResourceInner
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional keyVaultId As String = Nothing, Optional keyVaultSecretName As String = Nothing, Optional provisioningState As Nullable(Of KeyVaultSecretStatus) = Nothing, Optional kind As String = Nothing)
Parameters
- location
- String
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- keyVaultId
- String
Key Vault resource Id.
- keyVaultSecretName
- String
Key Vault secret name.
- provisioningState
- Nullable<KeyVaultSecretStatus>
Status of the Key Vault secret. Possible values include: 'Initialized', 'WaitingOnCertificateOrder', 'Succeeded', 'CertificateOrderFailed', 'OperationNotPermittedOnKeyVault', 'AzureServiceUnauthorizedToAccessKeyVault', 'KeyVaultDoesNotExist', 'KeyVaultSecretDoesNotExist', 'UnknownError', 'ExternalPrivateKey', 'Unknown'
- kind
- String
Kind of resource.