CloudServiceVaultCertificate Class

Definition

Describes a single certificate reference in a Key Vault, and where the certificate should reside on the role instance.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.CloudServiceVaultCertificateTypeConverter))]
public class CloudServiceVaultCertificate : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceVaultCertificate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.CloudServiceVaultCertificateTypeConverter))>]
type CloudServiceVaultCertificate = class
    interface ICloudServiceVaultCertificate
    interface IJsonSerializable
Public Class CloudServiceVaultCertificate
Implements ICloudServiceVaultCertificate
Inheritance
CloudServiceVaultCertificate
Attributes
Implements

Constructors

CloudServiceVaultCertificate()

Creates an new CloudServiceVaultCertificate instance.

Properties

CertificateUrl

This is the URL of a certificate that has been uploaded to Key Vault as a secret.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CloudServiceVaultCertificate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CloudServiceVaultCertificate.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceVaultCertificate.

FromJsonString(String)

Creates a new instance of CloudServiceVaultCertificate, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of CloudServiceVaultCertificate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to