Class: Azure::StreamAnalytics::Profiles::Latest::Mgmt::StreamAnalyticsClass
- Inherits:
-
Object
- Object
- Azure::StreamAnalytics::Profiles::Latest::Mgmt::StreamAnalyticsClass
- Defined in:
- lib/profiles/latest/modules/streamanalytics_profile_module.rb
Overview
StreamAnalytics
Direct Known Subclasses
Defined Under Namespace
Classes: ModelClasses
Instance Attribute Summary collapse
-
#base_url ⇒ Object
readonly
Returns the value of attribute base_url.
-
#configurable ⇒ Object
readonly
Returns the value of attribute configurable.
-
#functions ⇒ Object
readonly
Returns the value of attribute functions.
-
#inputs ⇒ Object
readonly
Returns the value of attribute inputs.
-
#model_classes ⇒ Object
readonly
Returns the value of attribute model_classes.
-
#operations ⇒ Object
readonly
Returns the value of attribute operations.
-
#options ⇒ Object
readonly
Returns the value of attribute options.
-
#outputs ⇒ Object
readonly
Returns the value of attribute outputs.
-
#streaming_jobs ⇒ Object
readonly
Returns the value of attribute streaming_jobs.
-
#subscriptions ⇒ Object
readonly
Returns the value of attribute subscriptions.
-
#transformations ⇒ Object
readonly
Returns the value of attribute transformations.
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ StreamAnalyticsClass
constructor
A new instance of StreamAnalyticsClass.
Constructor Details
#initialize(options = {}) ⇒ StreamAnalyticsClass
97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 |
# File 'lib/profiles/latest/modules/streamanalytics_profile_module.rb', line 97 def initialize( = {}) if .is_a?(Hash) && .length == 0 = else = end reset!() @configurable, @base_url, = self, nil, nil client_0 = Azure::StreamAnalytics::Mgmt::V2016_03_01::StreamAnalyticsManagementClient.new(configurable.credentials, base_url, ) if(client_0.respond_to?(:subscription_id)) client_0.subscription_id = configurable.subscription_id end @operations = client_0.operations @streaming_jobs = client_0.streaming_jobs @inputs = client_0.inputs @outputs = client_0.outputs @transformations = client_0.transformations @functions = client_0.functions @subscriptions = client_0.subscriptions @model_classes = ModelClasses.new end |
Instance Attribute Details
#base_url ⇒ Object (readonly)
Returns the value of attribute base_url.
95 96 97 |
# File 'lib/profiles/latest/modules/streamanalytics_profile_module.rb', line 95 def base_url @base_url end |
#configurable ⇒ Object (readonly)
Returns the value of attribute configurable.
95 96 97 |
# File 'lib/profiles/latest/modules/streamanalytics_profile_module.rb', line 95 def configurable @configurable end |
#functions ⇒ Object (readonly)
Returns the value of attribute functions.
95 96 97 |
# File 'lib/profiles/latest/modules/streamanalytics_profile_module.rb', line 95 def functions @functions end |
#inputs ⇒ Object (readonly)
Returns the value of attribute inputs.
95 96 97 |
# File 'lib/profiles/latest/modules/streamanalytics_profile_module.rb', line 95 def inputs @inputs end |
#model_classes ⇒ Object (readonly)
Returns the value of attribute model_classes.
95 96 97 |
# File 'lib/profiles/latest/modules/streamanalytics_profile_module.rb', line 95 def model_classes @model_classes end |
#operations ⇒ Object (readonly)
Returns the value of attribute operations.
95 96 97 |
# File 'lib/profiles/latest/modules/streamanalytics_profile_module.rb', line 95 def operations @operations end |
#options ⇒ Object (readonly)
Returns the value of attribute options.
95 96 97 |
# File 'lib/profiles/latest/modules/streamanalytics_profile_module.rb', line 95 def end |
#outputs ⇒ Object (readonly)
Returns the value of attribute outputs.
95 96 97 |
# File 'lib/profiles/latest/modules/streamanalytics_profile_module.rb', line 95 def outputs @outputs end |
#streaming_jobs ⇒ Object (readonly)
Returns the value of attribute streaming_jobs.
95 96 97 |
# File 'lib/profiles/latest/modules/streamanalytics_profile_module.rb', line 95 def streaming_jobs @streaming_jobs end |
#subscriptions ⇒ Object (readonly)
Returns the value of attribute subscriptions.
95 96 97 |
# File 'lib/profiles/latest/modules/streamanalytics_profile_module.rb', line 95 def subscriptions @subscriptions end |
#transformations ⇒ Object (readonly)
Returns the value of attribute transformations.
95 96 97 |
# File 'lib/profiles/latest/modules/streamanalytics_profile_module.rb', line 95 def transformations @transformations end |