Class: Chef::Knife::AzureInternalLbList

Inherits:
Chef::Knife show all
Includes:
AzureBase
Defined in:
lib/chef/knife/azure_internal-lb_list.rb

Instance Method Summary collapse

Methods included from AzureBase

#fetch_chef_client_logs, #fetch_deployment, #fetch_extension, #fetch_role, #fetch_substatus, #find_file, #get_azure_profile_file_path, #get_default_subscription, included, #is_image_windows?, #msg_pair, #msg_server_summary, #parse_azure_profile, #parse_publish_settings_file, #pretty_key, #service, #validate!, #validate_asm_keys!, #validate_params!

Instance Method Details

#runObject



28
29
30
31
32
# File 'lib/chef/knife/azure_internal-lb_list.rb', line 28

def run
  $stdout.sync = true
  validate_asm_keys!
  service.list_internal_lb
end