Delen via


CustomHostnameSitesProperties Class

Definition

CustomHostnameSites resource specific properties

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

Constructors

Name Description
CustomHostnameSitesProperties()

Creates an new CustomHostnameSitesProperties instance.

Properties

Name Description
CustomHostname
Region
SiteResourceId

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CustomHostnameSitesProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CustomHostnameSitesProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CustomHostnameSitesProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to