HostNameBindingInner Class
Definition
A hostname binding object.
[Microsoft.Rest.Serialization.JsonTransformation]
public class HostNameBindingInner : Microsoft.Azure.Management.AppService.Fluent.Models.ProxyOnlyResource
type HostNameBindingInner = class
inherit ProxyOnlyResource
Public Class HostNameBindingInner
Inherits ProxyOnlyResource
- Inheritance
- Attributes
-
Microsoft.Rest.Serialization.JsonTransformationAttribute
Constructors
HostNameBindingInner() |
Initializes a new instance of the HostNameBindingInner class. |
HostNameBindingInner(String, String, String, String, String, String, String, String, Nullable<AzureResourceType>, Nullable<CustomHostNameDnsRecordType>, Nullable<HostNameType>, Nullable<SslState>, String, String) |
Properties
AzureResourceName |
Gets or sets azure resource name. |
AzureResourceType |
Gets or sets azure resource type. Possible values include: 'Website', 'TrafficManager' |
CustomHostNameDnsRecordType |
Gets or sets custom DNS record type. Possible values include: 'CName', 'A' |
DomainId |
Gets or sets fully qualified ARM domain resource URI. |
HostNameBindingName |
Gets or sets hostname. |
HostNameType |
Gets or sets hostname type. Possible values include: 'Verified', 'Managed' |
Id | (Inherited from ProxyOnlyResource) |
Kind | (Inherited from ProxyOnlyResource) |
Name | (Inherited from ProxyOnlyResource) |
SiteName |
Gets or sets app Service app name. |
SslState |
Gets or sets SSL type. Possible values include: 'Disabled', 'SniEnabled', 'IpBasedEnabled' |
Thumbprint |
Gets or sets SSL certificate thumbprint |
Type | (Inherited from ProxyOnlyResource) |
VirtualIP |
Gets or sets virtual IP address assigned to the hostname if IP based SSL is enabled. |