Sha256: 7af7f4c9eec5fcde6558503d48b076e6f6ead2e838d51b384cb993ec3c9907fe
Contents?: true
Size: 1.51 KB
Versions: 9
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_03_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
9 entries across 9 versions & 1 rubygems