class Azure::CDN::Mgmt::V2016_10_02::Models::ValidateCustomDomainInput
Input of the custom domain to be validated for DNS mapping.
Attributes
host_name[RW]
@return [String] The host name of the custom domain. Must be a domain name.
Public Class Methods
mapper()
click to toggle source
Mapper for ValidateCustomDomainInput
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2016-10-02/generated/azure_mgmt_cdn/models/validate_custom_domain_input.rb, line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ValidateCustomDomainInput', type: { name: 'Composite', class_name: 'ValidateCustomDomainInput', model_properties: { host_name: { client_side_validation: true, required: true, serialized_name: 'hostName', type: { name: 'String' } } } } } end