HostNameBinding 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.
A hostname binding object.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.HostNameBindingTypeConverter))]
public class HostNameBinding : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IHostNameBinding, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.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.Functions.Models.Api20231201.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. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |