次の方法で共有


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

CustomHostnameSitesProperties()

Creates an new CustomHostnameSitesProperties instance.

Properties

CustomHostname
Region
SiteResourceId

Methods

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