Share via


HostNameBinding Class

Definition

A hostname binding object.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.HostNameBindingTypeConverter))]
public class HostNameBinding : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IHostNameBinding, Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.HostNameBindingTypeConverter))>]
type HostNameBinding = class
    interface IHostNameBinding
    interface IJsonSerializable
    interface IProxyOnlyResource
    interface IValidates
Public Class HostNameBinding
Implements IHostNameBinding, IValidates
Inheritance
HostNameBinding
Attributes
Implements

Constructors

HostNameBinding()

Creates an new HostNameBinding instance.

Properties

AzureResourceName

Azure resource name.

AzureResourceType

Azure resource type.

CustomHostNameDnsRecordType

Custom DNS record type.

DomainId

Fully qualified ARM domain resource URI.

HostNameType

Hostname type.

Id

Resource Id.

Kind

Kind of resource.

Name

Resource Name.

SiteName

App Service app name.

SslState

SSL type

Thumbprint

SSL certificate thumbprint

Type

Resource type.

VirtualIP

Virtual IP address assigned to the hostname if IP based SSL is enabled.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of HostNameBinding.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of HostNameBinding.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IHostNameBinding.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of HostNameBinding into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to