Class: Azure::StreamAnalytics::Profiles::Latest::Mgmt::StreamAnalyticsClass

Inherits:
Object
  • Object
show all
Defined in:
lib/profiles/latest/modules/streamanalytics_profile_module.rb

Overview

StreamAnalytics

Direct Known Subclasses

Client

Defined Under Namespace

Classes: ModelClasses

Instance Attribute Summary collapse

Instance Method Summary collapse

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(options = {})
  if options.is_a?(Hash) && options.length == 0
    @options = setup_default_options
  else
    @options = options
  end

  reset!(options)

  @configurable, @base_url, @options = self, nil, nil

  client_0 = Azure::StreamAnalytics::Mgmt::V2016_03_01::StreamAnalyticsManagementClient.new(configurable.credentials, base_url, options)
  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_urlObject (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

#configurableObject (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

#functionsObject (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

#inputsObject (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_classesObject (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

#operationsObject (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

#optionsObject (readonly)

Returns the value of attribute options.



95
96
97
# File 'lib/profiles/latest/modules/streamanalytics_profile_module.rb', line 95

def options
  @options
end

#outputsObject (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_jobsObject (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

#subscriptionsObject (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

#transformationsObject (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