AppServiceCertificateResource Class
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 container ARM resource for a certificate that is purchased through Azure.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceCertificateResourceTypeConverter))]
public class AppServiceCertificateResource : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateResource, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AppServiceCertificateResourceTypeConverter))>]
type AppServiceCertificateResource = class
interface IAppServiceCertificateResource
interface IJsonSerializable
interface IResource
interface IValidates
Public Class AppServiceCertificateResource
Implements IAppServiceCertificateResource, IValidates
- Inheritance
-
AppServiceCertificateResource
- Attributes
- Implements
Constructors
AppServiceCertificateResource() |
Creates an new AppServiceCertificateResource instance. |
Properties
Id |
Resource Id. |
KeyVaultId |
Key Vault resource Id. |
KeyVaultSecretName |
Key Vault secret name. |
Kind |
Kind of resource. |
Location |
Resource Location. |
Name |
Resource Name. |
ProvisioningState |
Status of the Key Vault secret. |
Tag |
Resource tags. |
Type |
Resource type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AppServiceCertificateResource. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AppServiceCertificateResource. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAppServiceCertificateResource. |
FromJsonString(String) |
Creates a new instance of AppServiceCertificateResource, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AppServiceCertificateResource into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |