class Azure::ServiceFabric::V7_0_0_42::Models::ProbeExec
Exec command to run inside the container.
Attributes
command[RW]
@return [String] Comma separated command to run inside the container for example “sh, -c, echo hello world”.
Private Class Methods
mapper()
click to toggle source
Mapper for ProbeExec
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/7.0.0.42/generated/azure_service_fabric/models/probe_exec.rb, line 24 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