다음을 통해 공유


CustomDomainResource Class

Definition

Custom domain resource payload.

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

Constructors

Name Description
CustomDomainResource()

Creates an new CustomDomainResource instance.

Properties

Name Description
AppName

The app name of domain.

CertName

The bound certificate name of domain.

Id

Fully qualified resource Id for the resource.

Name

The name of the resource.

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.

Thumbprint

The thumbprint of bound certificate.

Type

The type of the resource.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CustomDomainResource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CustomDomainResource.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CustomDomainResource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to