Sha256: 4ccb1a695917dd4f1574783b546904dba5a82a406f1b26341fa9a9c57c199d23
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_09_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