Sha256: 567d026c755d8f47677f8293b5c9b9dc8b8cff400fb0273607f98682f37270fa
Contents?: true
Size: 1.13 KB
Versions: 1
Compression:
Stored size: 1.13 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::ARM::Compute module Models # # Properties to configure a custom container service cluster. # class ContainerServiceCustomProfile include MsRestAzure include MsRest::JSONable # @return [String] The name of the custom orchestrator to use. attr_accessor :orchestrator # # Mapper for ContainerServiceCustomProfile class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'ContainerServiceCustomProfile', type: { name: 'Composite', class_name: 'ContainerServiceCustomProfile', model_properties: { orchestrator: { required: true, serialized_name: 'orchestrator', type: { name: 'String' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_compute-0.13.0 | lib/generated/azure_mgmt_compute/models/container_service_custom_profile.rb |