HostNameBindingData Class

Definition

A class representing the HostNameBinding data model. A hostname binding object.

public class HostNameBindingData : Azure.ResourceManager.Models.ResourceData
public class HostNameBindingData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.HostNameBindingData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.HostNameBindingData>
type HostNameBindingData = class
    inherit ResourceData
type HostNameBindingData = class
    inherit ResourceData
    interface IJsonModel<HostNameBindingData>
    interface IPersistableModel<HostNameBindingData>
Public Class HostNameBindingData
Inherits ResourceData
Public Class HostNameBindingData
Inherits ResourceData
Implements IJsonModel(Of HostNameBindingData), IPersistableModel(Of HostNameBindingData)
Inheritance
HostNameBindingData
Implements

Constructors

HostNameBindingData()

Initializes a new instance of HostNameBindingData.

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

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Kind

Kind of resource.

Name

The name of the resource.

(Inherited from ResourceData)
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SiteName

App Service app name.

SslState

SSL type.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
ThumbprintString

SSL certificate thumbprint.

VirtualIP

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

Explicit Interface Implementations

IJsonModel<HostNameBindingData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<HostNameBindingData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HostNameBindingData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HostNameBindingData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<HostNameBindingData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to