CertificateSource Class

Definition

Configuration for certificate source location.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.CertificateSourceTypeConverter))]
public class CertificateSource : Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.ICertificateSource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.CertificateSourceTypeConverter))>]
type CertificateSource = class
    interface ICertificateSource
    interface IJsonSerializable
Public Class CertificateSource
Implements ICertificateSource
Inheritance
CertificateSource
Attributes
Implements

Constructors

Name Description
CertificateSource()

Creates an new CertificateSource instance.

Properties

Name Description
Location

Location of the certificate source.

SubLocation

Sub-location within the certificate source.

Type

The type of certificate source.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CertificateSource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CertificateSource.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.ICertificateSource.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CertificateSource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to