SiteSeal Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) | |
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) | |
ToJsonString() |
Serializes this instance to a json string. |