Share via


SiteSeal Class

Definition

Site seal

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

Constructors

SiteSeal()

Creates an new SiteSeal instance.

Properties

Html

HTML snippet

Methods

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.Api20190801.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