Sha256: 3749e3fcfc7f45b179ac863c7f8cd5dd8c7d3ab58d41671d8e63c1b6d7c6183b
Contents?: true
Size: 1.51 KB
Versions: 19
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::V2017_03_30 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
19 entries across 19 versions & 1 rubygems