Sha256: 3eb25714d7ca7090158dc099bb09139c953e677d8deaa063a08e8c868961d07f
Contents?: true
Size: 1.4 KB
Versions: 2
Compression:
Stored size: 1.4 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Compute module Models # # Profile for Windows VMs # class ContainerServiceWindowsProfile include MsRestAzure # @return [String] The administrator username to use for Windows VMs attr_accessor :admin_username # @return [String] The administrator password to use for Windows VMs attr_accessor :admin_password # # Mapper for ContainerServiceWindowsProfile class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'ContainerServiceWindowsProfile', type: { name: 'Composite', class_name: 'ContainerServiceWindowsProfile', model_properties: { admin_username: { required: true, serialized_name: 'adminUsername', type: { name: 'String' } }, admin_password: { required: true, serialized_name: 'adminPassword', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems