Sha256: 0ff0da519528357f49e660cc4299eebc8174eb2fd0cc171d929f26cbc73a3a56
Contents?: true
Size: 1.14 KB
Versions: 2
Compression:
Stored size: 1.14 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::ServiceFabric::V7_0_0_42 module Models # # Exec command to run inside the container. # class ProbeExec include MsRestAzure # @return [String] Comma separated command to run inside the container # for example "sh, -c, echo hello world". attr_accessor :command # # Mapper for ProbeExec class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ProbeExec', type: { name: 'Composite', class_name: 'ProbeExec', model_properties: { command: { client_side_validation: true, required: true, serialized_name: 'command', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
azure_service_fabric-0.18.1 | lib/7.0.0.42/generated/azure_service_fabric/models/probe_exec.rb |
azure_service_fabric-0.18.0 | lib/7.0.0.42/generated/azure_service_fabric/models/probe_exec.rb |