Class: Azure::Profiles::Latest::Client::ServiceFabricAdapter

Inherits:
ServiceFabric::ServiceFabricDataClass show all
Defined in:
lib/latest/latest_profile_client.rb

Instance Attribute Summary collapse

Attributes inherited from ServiceFabric::ServiceFabricDataClass

#base_url, #configurable, #mesh_application, #mesh_code_package, #mesh_gateway, #mesh_network, #mesh_secret, #mesh_secret_value, #mesh_service, #mesh_service_replica, #mesh_volume, #model_classes, #options

Instance Method Summary collapse

Methods inherited from ServiceFabric::ServiceFabricDataClass

#add_telemetry, #method_missing

Constructor Details

#initialize(context, base_url, options) ⇒ ServiceFabricAdapter

Returns a new instance of ServiceFabricAdapter.



1092
1093
1094
1095
# File 'lib/latest/latest_profile_client.rb', line 1092

def initialize(context, base_url, options)
  super(context)
  @mgmt = Azure::Profiles::Latest::ServiceFabric::Mgmt::ServiceFabricManagementClass.new(context, base_url, options)
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Azure::Profiles::Latest::ServiceFabric::ServiceFabricDataClass

Instance Attribute Details

#mgmtObject

Returns the value of attribute mgmt.



1090
1091
1092
# File 'lib/latest/latest_profile_client.rb', line 1090

def mgmt
  @mgmt
end