AppServiceCertificatePatchResource 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
AppServiceCertificatePatchResource() |
Initializes a new instance of the AppServiceCertificatePatchResource class. |
AppServiceCertificatePatchResource(String, String, String, String, String, String, Nullable<KeyVaultSecretStatus>) |
Initializes a new instance of the AppServiceCertificatePatchResource class. |
AppServiceCertificatePatchResource()
Initializes a new instance of the AppServiceCertificatePatchResource class.
public AppServiceCertificatePatchResource ();
Public Sub New ()
Applies to
AppServiceCertificatePatchResource(String, String, String, String, String, String, Nullable<KeyVaultSecretStatus>)
Initializes a new instance of the AppServiceCertificatePatchResource class.
public AppServiceCertificatePatchResource (string id = default, string name = default, string kind = default, string type = default, string keyVaultId = default, string keyVaultSecretName = default, Microsoft.Azure.Management.WebSites.Models.KeyVaultSecretStatus? provisioningState = default);
new Microsoft.Azure.Management.WebSites.Models.AppServiceCertificatePatchResource : string * string * string * string * string * string * Nullable<Microsoft.Azure.Management.WebSites.Models.KeyVaultSecretStatus> -> Microsoft.Azure.Management.WebSites.Models.AppServiceCertificatePatchResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional keyVaultId As String = Nothing, Optional keyVaultSecretName As String = Nothing, Optional provisioningState As Nullable(Of KeyVaultSecretStatus) = Nothing)
Parameters
- id
- String
Resource Id.
- name
- String
Resource Name.
- kind
- String
Kind of resource.
- type
- String
Resource type.
- 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'
Applies to
Azure SDK for .NET