Compartilhar via


SiteSeal Class

Definition

Site seal

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.SiteSealTypeConverter))]
public class SiteSeal : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISiteSeal
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.SiteSealTypeConverter))>]
type SiteSeal = class
    interface ISiteSeal
    interface IJsonSerializable
Public Class SiteSeal
Implements ISiteSeal
Inheritance
SiteSeal
Attributes
Implements

Constructors

Name Description
SiteSeal()

Creates an new SiteSeal instance.

Properties

Name Description
Html

HTML snippet

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SiteSeal.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SiteSeal.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISiteSeal.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SiteSeal into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to