Sha256: d04a8822a8ffb40c9425588aa9cca0ae94f9929470b756833f0a482114f16fcd
Contents?: true
Size: 1.44 KB
Versions: 6
Compression:
Stored size: 1.44 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::ContainerInstance::Mgmt::V2018_10_01 module Models # # The container execution command, for liveness or readiness probe # class ContainerExec include MsRestAzure # @return [Array<String>] The commands to execute within the container. attr_accessor :command # # Mapper for ContainerExec class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ContainerExec', type: { name: 'Composite', class_name: 'ContainerExec', model_properties: { command: { client_side_validation: true, required: false, serialized_name: 'command', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems