ICertificateWithKey Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.CertificateWithKeyTypeConverter))]
public interface ICertificateWithKey : Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.CertificateWithKeyTypeConverter))>]
type ICertificateWithKey = interface
    interface IJsonSerializable
Public Interface ICertificateWithKey
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
CertificateLocation

Location of the certificate source.

CertificateSubLocation

Sub-location within the certificate source.

CertificateType

The type of certificate source.

PrivateKeyLocation

Location of the private key source.

PrivateKeySubLocation

Sub-location within the private key source.

PrivateKeyType

The type of private key source. Only kubernetesSecret is supported for security reasons.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to