Sha256: 02fb6ee13637f3412d623b400e96a7cc18fcfb193f46f027bc0211afec37d9b1
Contents?: true
Size: 1.51 KB
Versions: 5
Compression:
Stored size: 1.51 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::Compute::Mgmt::V2019_12_01 module Models # # Describes a virtual machines scale sets network configuration's DNS # settings. # class VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings include MsRestAzure # @return [String] The Domain name label.The concatenation of the domain # name label and vm index will be the domain name labels of the # PublicIPAddress resources that will be created attr_accessor :domain_name_label # # Mapper for # VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings class as # Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings', type: { name: 'Composite', class_name: 'VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings', model_properties: { domain_name_label: { client_side_validation: true, required: true, serialized_name: 'domainNameLabel', type: { name: 'String' } } } } } end end end end
Version data entries
5 entries across 5 versions & 1 rubygems