Share via


CertificateResource Class

Definition

Certificate resource payload.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.CertificateResourceTypeConverter))]
public class CertificateResource : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ICertificateResource, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.CertificateResourceTypeConverter))>]
type CertificateResource = class
    interface ICertificateResource
    interface IJsonSerializable
    interface IResource
    interface IValidates
Public Class CertificateResource
Implements ICertificateResource, IValidates
Inheritance
CertificateResource
Attributes
Implements

Constructors

Name Description
CertificateResource()

Creates an new CertificateResource instance.

Properties

Name Description
Id

Fully qualified resource Id for the resource.

Name

The name of the resource.

Property

Properties of the certificate resource payload.

ResourceGroupName

Gets the resource group name

SystemData

Metadata pertaining to creation and last modification of the resource.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource modification (UTC).

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Type

The type of the resource.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CertificateResource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CertificateResource.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ICertificateResource.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CertificateResource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to