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

Inherits:
Object
  • Object
show all
Includes:
MsRestAzure::Common::Configurable
Defined in:
lib/latest/latest_profile_client.rb

Overview

Client class for the Latest profile SDK.

Defined Under Namespace

Classes: ADHybridHealthServiceAdapter, AdvisorAdapter, AlertsManagementAdapter, AnalysisServicesAdapter, AnomalyDetectorAdapter, ApiManagementAdapter, AppconfigurationAdapter, AttestationAdapter, AuthorizationAdapter, AutomanageAdapter, AutomationAdapter, AutosuggestAdapter, AzureStackAdapter, AzureStackHCIAdapter, BatchAIAdapter, BatchAdapter, BillingAdapter, BotServiceAdapter, CDNAdapter, CognitiveServicesAdapter, CommerceAdapter, ComputeAdapter, ComputerVisionAdapter, ConsumptionAdapter, ContainerInstanceAdapter, ContainerRegistryAdapter, ContainerServiceAdapter, ContentModeratorAdapter, CosmosdbAdapter, CostManagementAdapter, CustomSearchAdapter, CustomerInsightsAdapter, CustomimagesearchAdapter, CustomvisionpredictionAdapter, CustomvisiontrainingAdapter, DataBoxAdapter, DataFactoryAdapter, DataLakeAnalyticsAdapter, DataLakeStoreAdapter, DataMigrationAdapter, DataShareAdapter, DeploymentManagerAdapter, DevSpacesAdapter, DevTestLabsAdapter, DigitalTwinsAdapter, DnsAdapter, EdgeGatewayAdapter, EntitySearchAdapter, EventGridAdapter, EventHubAdapter, FaceAdapter, FeaturesAdapter, FormRecognizerAdapter, GraphRbacAdapter, HanaonazureAdapter, HdinsightAdapter, HybridComputeAdapter, ImageSearchAdapter, ImportExportAdapter, IotCentralAdapter, IotHubAdapter, KeyVaultAdapter, KubernetesConfigurationAdapter, KustoAdapter, LabservicesAdapter, LinksAdapter, LocalSearchAdapter, LocksAdapter, LogicAdapter, LuisAuthoringAdapter, LuisRuntimeAdapter, MachineLearningAdapter, MachineLearningServicesAdapter, MaintenanceAdapter, ManagedApplicationsAdapter, ManagedServiceIdentityAdapter, MariaDBAdapter, MarketplaceOrderingAdapter, MediaServicesAdapter, MigrateAdapter, MixedRealityAdapter, MonitorAdapter, MysqlAdapter, NetAppAdapter, NetworkAdapter, NewsSearchAdapter, NotificationHubsAdapter, OperationalInsightsAdapter, OperationsManagementAdapter, PeeringAdapter, PersonalizerAdapter, PolicyAdapter, PolicyInsightsAdapter, PortalAdapter, PostgresqlAdapter, PowerBiDedicatedAdapter, PowerBiEmbeddedAdapter, PrivateDnsAdapter, QnamakerAdapter, QnamakerRuntimeAdapter, RecoveryServicesAdapter, RecoveryServicesBackupAdapter, RecoveryServicesSiteRecoveryAdapter, RedisAdapter, RelayAdapter, ReservationsAdapter, ResourceGraphAdapter, ResourceHealthAdapter, ResourcesAdapter, ResourcesManagementAdapter, SQLAdapter, SchedulerAdapter, SearchAdapter, SecurityAdapter, SerialconsoleAdapter, ServiceBusAdapter, ServiceFabricAdapter, SignalrAdapter, SpellCheckAdapter, SqlvirtualmachineAdapter, StorSimple8000SeriesAdapter, StorageAdapter, StorageCacheAdapter, StorageSyncAdapter, StreamAnalyticsAdapter, SubscriptionsAdapter, SupportAdapter, SynapseAdapter, TextAnalyticsAdapter, TimeSeriesInsightsAdapter, TrafficManagerAdapter, VMwareCloudSimpleAdapter, VideoSearchAdapter, VisualSearchAdapter, WebAdapter, WebSearchAdapter

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(options = {}) ⇒ Client

Initializes a new instance of the Client class.

'credentials' are optional and if not passed in the hash, will be obtained
from MsRest::TokenCredentials using MsRestAzure::ApplicationTokenProvider.

Also, base_url, active_directory_settings & options are optional.

Parameters:

  • options (Hash) (defaults to: {})

    hash of client options. options =

    tenant_id: 'YOUR TENANT ID',
    client_id: 'YOUR CLIENT ID',
    client_secret: 'YOUR CLIENT SECRET',
    subscription_id: 'YOUR SUBSCRIPTION ID',
    credentials: credentials,
    active_directory_settings: active_directory_settings,
    base_url: 'YOUR BASE URL',
    options: options
    



170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
# File 'lib/latest/latest_profile_client.rb', line 170

def initialize(options = {})
  if options.is_a?(Hash) && options.length == 0
    @options = setup_default_options
  else
    @options = options
  end

  reset!(options)

  base_url = options[:base_url].nil? ? nil:options[:base_url]
  sdk_options = options[:options].nil? ? nil:options[:options]

  @adhybrid_health_service = ADHybridHealthServiceAdapter.new(self, base_url, sdk_options)
  @advisor = AdvisorAdapter.new(self, base_url, sdk_options)
  @alerts_management = AlertsManagementAdapter.new(self, base_url, sdk_options)
  @analysis_services = AnalysisServicesAdapter.new(self, base_url, sdk_options)
  @api_management = ApiManagementAdapter.new(self, base_url, sdk_options)
  @appconfiguration = AppconfigurationAdapter.new(self, base_url, sdk_options)
  @attestation = AttestationAdapter.new(self, base_url, sdk_options)
  @authorization = AuthorizationAdapter.new(self, base_url, sdk_options)
  @automanage = AutomanageAdapter.new(self, base_url, sdk_options)
  @automation = AutomationAdapter.new(self, base_url, sdk_options)
  @azure_stack = AzureStackAdapter.new(self, base_url, sdk_options)
  @azure_stack_hci = AzureStackHCIAdapter.new(self, base_url, sdk_options)
  @batch = BatchAdapter.new(self, base_url, sdk_options)
  @batch_ai = BatchAIAdapter.new(self, base_url, sdk_options)
  @billing = BillingAdapter.new(self, base_url, sdk_options)
  @bot_service = BotServiceAdapter.new(self, base_url, sdk_options)
  @cdn = CDNAdapter.new(self, base_url, sdk_options)
  @cognitive_services = CognitiveServicesAdapter.new(self, base_url, sdk_options)
  @commerce = CommerceAdapter.new(self, base_url, sdk_options)
  @compute = ComputeAdapter.new(self, base_url, sdk_options)
  @consumption = ConsumptionAdapter.new(self, base_url, sdk_options)
  @container_instance = ContainerInstanceAdapter.new(self, base_url, sdk_options)
  @container_registry = ContainerRegistryAdapter.new(self, base_url, sdk_options)
  @container_service = ContainerServiceAdapter.new(self, base_url, sdk_options)
  @cosmosdb = CosmosdbAdapter.new(self, base_url, sdk_options)
  @cost_management = CostManagementAdapter.new(self, base_url, sdk_options)
  @customer_insights = CustomerInsightsAdapter.new(self, base_url, sdk_options)
  @data_box = DataBoxAdapter.new(self, base_url, sdk_options)
  @data_share = DataShareAdapter.new(self, base_url, sdk_options)
  @data_lake_analytics = DataLakeAnalyticsAdapter.new(self, base_url, sdk_options)
  @data_lake_store = DataLakeStoreAdapter.new(self, base_url, sdk_options)
  @data_migration = DataMigrationAdapter.new(self, base_url, sdk_options)
  @data_factory = DataFactoryAdapter.new(self, base_url, sdk_options)
  @deployment_manager = DeploymentManagerAdapter.new(self, base_url, sdk_options)
  @dev_spaces = DevSpacesAdapter.new(self, base_url, sdk_options)
  @dev_test_labs = DevTestLabsAdapter.new(self, base_url, sdk_options)
  @digital_twins = DigitalTwinsAdapter.new(self, base_url, sdk_options)
  @dns = DnsAdapter.new(self, base_url, sdk_options)
  @edge_gateway = EdgeGatewayAdapter.new(self, base_url, sdk_options)
  @event_grid = EventGridAdapter.new(self, base_url, sdk_options)
  @event_hub = EventHubAdapter.new(self, base_url, sdk_options)
  @features = FeaturesAdapter.new(self, base_url, sdk_options)
  @hanaonazure = HanaonazureAdapter.new(self, base_url, sdk_options)
  @hdinsight = HdinsightAdapter.new(self, base_url, sdk_options)
  @hybrid_compute = HybridComputeAdapter.new(self, base_url, sdk_options)
  @graph_rbac = GraphRbacAdapter.new(self, base_url, sdk_options)
  @import_export = ImportExportAdapter.new(self, base_url, sdk_options)
  @iot_central = IotCentralAdapter.new(self, base_url, sdk_options)
  @iot_hub = IotHubAdapter.new(self, base_url, sdk_options)
  @key_vault = KeyVaultAdapter.new(self, base_url, sdk_options)
  @kubernetes_configuration = KubernetesConfigurationAdapter.new(self, base_url, sdk_options)
  @kusto = KustoAdapter.new(self, base_url, sdk_options)
  @labservices = LabservicesAdapter.new(self, base_url, sdk_options)
  @links = LinksAdapter.new(self, base_url, sdk_options)
  @locks = LocksAdapter.new(self, base_url, sdk_options)
  @logic = LogicAdapter.new(self, base_url, sdk_options)
  @machine_learning = MachineLearningAdapter.new(self, base_url, sdk_options)
  @machine_learning_services = MachineLearningServicesAdapter.new(self, base_url, sdk_options)
  @maintenance = MaintenanceAdapter.new(self, base_url, sdk_options)
  @managed_applications = ManagedApplicationsAdapter.new(self, base_url, sdk_options)
  @maria_db = MariaDBAdapter.new(self, base_url, sdk_options)
  @marketplace_ordering = MarketplaceOrderingAdapter.new(self, base_url, sdk_options)
  @media_services = MediaServicesAdapter.new(self, base_url, sdk_options)
  @migrate = MigrateAdapter.new(self, base_url, sdk_options)
  @mixed_reality = MixedRealityAdapter.new(self, base_url, sdk_options)
  @monitor = MonitorAdapter.new(self, base_url, sdk_options)
  @managed_service_identity = ManagedServiceIdentityAdapter.new(self, base_url, sdk_options)
  @mysql = MysqlAdapter.new(self, base_url, sdk_options)
  @net_app = NetAppAdapter.new(self, base_url, sdk_options)
  @network = NetworkAdapter.new(self, base_url, sdk_options)
  @notification_hubs = NotificationHubsAdapter.new(self, base_url, sdk_options)
  @operational_insights = OperationalInsightsAdapter.new(self, base_url, sdk_options)
  @operations_management = OperationsManagementAdapter.new(self, base_url, sdk_options)
  @peering = PeeringAdapter.new(self, base_url, sdk_options)
  @policy = PolicyAdapter.new(self, base_url, sdk_options)
  @policy_insights = PolicyInsightsAdapter.new(self, base_url, sdk_options)
  @portal = PortalAdapter.new(self, base_url, sdk_options)
  @postgresql = PostgresqlAdapter.new(self, base_url, sdk_options)
  @power_bi_embedded = PowerBiEmbeddedAdapter.new(self, base_url, sdk_options)
  @power_bi_dedicated = PowerBiDedicatedAdapter.new(self, base_url, sdk_options)
  @private_dns = PrivateDnsAdapter.new(self, base_url, sdk_options)
  @recovery_services = RecoveryServicesAdapter.new(self, base_url, sdk_options)
  @recovery_services_backup = RecoveryServicesBackupAdapter.new(self, base_url, sdk_options)
  @recovery_services_site_recovery = RecoveryServicesSiteRecoveryAdapter.new(self, base_url, sdk_options)
  @redis = RedisAdapter.new(self, base_url, sdk_options)
  @relay = RelayAdapter.new(self, base_url, sdk_options)
  @reservations = ReservationsAdapter.new(self, base_url, sdk_options)
  @resource_health = ResourceHealthAdapter.new(self, base_url, sdk_options)
  @resource_graph = ResourceGraphAdapter.new(self, base_url, sdk_options)
  @resources = ResourcesAdapter.new(self, base_url, sdk_options)
  @resources_management = ResourcesManagementAdapter.new(self, base_url, sdk_options)
  @scheduler = SchedulerAdapter.new(self, base_url, sdk_options)
  @search = SearchAdapter.new(self, base_url, sdk_options)
  @security = SecurityAdapter.new(self, base_url, sdk_options)
  @serialconsole = SerialconsoleAdapter.new(self, base_url, sdk_options)
  @service_bus = ServiceBusAdapter.new(self, base_url, sdk_options)
  @service_fabric = ServiceFabricAdapter.new(self, base_url, sdk_options)
  @signalr = SignalrAdapter.new(self, base_url, sdk_options)
  @sql = SQLAdapter.new(self, base_url, sdk_options)
  @sqlvirtualmachine = SqlvirtualmachineAdapter.new(self, base_url, sdk_options)
  @stor_simple8000_series = StorSimple8000SeriesAdapter.new(self, base_url, sdk_options)
  @storage = StorageAdapter.new(self, base_url, sdk_options)
  @storage_sync = StorageSyncAdapter.new(self, base_url, sdk_options)
  @storage_cache = StorageCacheAdapter.new(self, base_url, sdk_options)
  @stream_analytics = StreamAnalyticsAdapter.new(self, base_url, sdk_options)
  @subscriptions = SubscriptionsAdapter.new(self, base_url, sdk_options)
  @support = SupportAdapter.new(self, base_url, sdk_options)
  @synapse = SynapseAdapter.new(self, base_url, sdk_options)
  @time_series_insights = TimeSeriesInsightsAdapter.new(self, base_url, sdk_options)
  @traffic_manager = TrafficManagerAdapter.new(self, base_url, sdk_options)
  @vmware_cloud_simple = VMwareCloudSimpleAdapter.new(self, base_url, sdk_options)
  @web = WebAdapter.new(self, base_url, sdk_options)
  @anomaly_detector = AnomalyDetectorAdapter.new(self, base_url, sdk_options)
  @autosuggest = AutosuggestAdapter.new(self, base_url, sdk_options)
  @customimagesearch = CustomimagesearchAdapter.new(self, base_url, sdk_options)
  @computer_vision = ComputerVisionAdapter.new(self, base_url, sdk_options)
  @content_moderator = ContentModeratorAdapter.new(self, base_url, sdk_options)
  @custom_search = CustomSearchAdapter.new(self, base_url, sdk_options)
  @customvisiontraining = CustomvisiontrainingAdapter.new(self, base_url, sdk_options)
  @customvisionprediction = CustomvisionpredictionAdapter.new(self, base_url, sdk_options)
  @entity_search = EntitySearchAdapter.new(self, base_url, sdk_options)
  @face = FaceAdapter.new(self, base_url, sdk_options)
  @form_recognizer = FormRecognizerAdapter.new(self, base_url, sdk_options)
  @image_search = ImageSearchAdapter.new(self, base_url, sdk_options)
  @local_search = LocalSearchAdapter.new(self, base_url, sdk_options)
  @luis_runtime = LuisRuntimeAdapter.new(self, base_url, sdk_options)
  @luis_authoring = LuisAuthoringAdapter.new(self, base_url, sdk_options)
  @news_search = NewsSearchAdapter.new(self, base_url, sdk_options)
  @personalizer = PersonalizerAdapter.new(self, base_url, sdk_options)
  @qnamaker = QnamakerAdapter.new(self, base_url, sdk_options)
  @qnamaker_runtime = QnamakerRuntimeAdapter.new(self, base_url, sdk_options)
  @spell_check = SpellCheckAdapter.new(self, base_url, sdk_options)
  @text_analytics = TextAnalyticsAdapter.new(self, base_url, sdk_options)
  @video_search = VideoSearchAdapter.new(self, base_url, sdk_options)
  @web_search = WebSearchAdapter.new(self, base_url, sdk_options)
  @visual_search = VisualSearchAdapter.new(self, base_url, sdk_options)
end

Instance Attribute Details

#adhybrid_health_serviceObject (readonly)

Returns the value of attribute adhybrid_health_service.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def adhybrid_health_service
  @adhybrid_health_service
end

#advisorObject (readonly)

Returns the value of attribute advisor.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def advisor
  @advisor
end

#alerts_managementObject (readonly)

Returns the value of attribute alerts_management.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def alerts_management
  @alerts_management
end

#analysis_servicesObject (readonly)

Returns the value of attribute analysis_services.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def analysis_services
  @analysis_services
end

#anomaly_detectorObject (readonly)

Returns the value of attribute anomaly_detector.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def anomaly_detector
  @anomaly_detector
end

#api_managementObject (readonly)

Returns the value of attribute api_management.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def api_management
  @api_management
end

#appconfigurationObject (readonly)

Returns the value of attribute appconfiguration.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def appconfiguration
  @appconfiguration
end

#attestationObject (readonly)

Returns the value of attribute attestation.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def attestation
  @attestation
end

#authorizationObject (readonly)

Returns the value of attribute authorization.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def authorization
  @authorization
end

#automanageObject (readonly)

Returns the value of attribute automanage.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def automanage
  @automanage
end

#automationObject (readonly)

Returns the value of attribute automation.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def automation
  @automation
end

#autosuggestObject (readonly)

Returns the value of attribute autosuggest.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def autosuggest
  @autosuggest
end

#azure_stackObject (readonly)

Returns the value of attribute azure_stack.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def azure_stack
  @azure_stack
end

#azure_stack_hciObject (readonly)

Returns the value of attribute azure_stack_hci.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def azure_stack_hci
  @azure_stack_hci
end

#batchObject (readonly)

Returns the value of attribute batch.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def batch
  @batch
end

#batch_aiObject (readonly)

Returns the value of attribute batch_ai.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def batch_ai
  @batch_ai
end

#billingObject (readonly)

Returns the value of attribute billing.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def billing
  @billing
end

#bot_serviceObject (readonly)

Returns the value of attribute bot_service.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def bot_service
  @bot_service
end

#cdnObject (readonly)

Returns the value of attribute cdn.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def cdn
  @cdn
end

#cognitive_servicesObject (readonly)

Returns the value of attribute cognitive_services.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def cognitive_services
  @cognitive_services
end

#commerceObject (readonly)

Returns the value of attribute commerce.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def commerce
  @commerce
end

#computeObject (readonly)

Returns the value of attribute compute.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def compute
  @compute
end

#computer_visionObject (readonly)

Returns the value of attribute computer_vision.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def computer_vision
  @computer_vision
end

#consumptionObject (readonly)

Returns the value of attribute consumption.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def consumption
  @consumption
end

#container_instanceObject (readonly)

Returns the value of attribute container_instance.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def container_instance
  @container_instance
end

#container_registryObject (readonly)

Returns the value of attribute container_registry.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def container_registry
  @container_registry
end

#container_serviceObject (readonly)

Returns the value of attribute container_service.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def container_service
  @container_service
end

#content_moderatorObject (readonly)

Returns the value of attribute content_moderator.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def content_moderator
  @content_moderator
end

#cosmosdbObject (readonly)

Returns the value of attribute cosmosdb.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def cosmosdb
  @cosmosdb
end

#cost_managementObject (readonly)

Returns the value of attribute cost_management.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def cost_management
  @cost_management
end

#custom_searchObject (readonly)

Returns the value of attribute custom_search.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def custom_search
  @custom_search
end

#customer_insightsObject (readonly)

Returns the value of attribute customer_insights.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def customer_insights
  @customer_insights
end

#customimagesearchObject (readonly)

Returns the value of attribute customimagesearch.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def customimagesearch
  @customimagesearch
end

#customvisionpredictionObject (readonly)

Returns the value of attribute customvisionprediction.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def customvisionprediction
  @customvisionprediction
end

#customvisiontrainingObject (readonly)

Returns the value of attribute customvisiontraining.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def customvisiontraining
  @customvisiontraining
end

#data_boxObject (readonly)

Returns the value of attribute data_box.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def data_box
  @data_box
end

#data_factoryObject (readonly)

Returns the value of attribute data_factory.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def data_factory
  @data_factory
end

#data_lake_analyticsObject (readonly)

Returns the value of attribute data_lake_analytics.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def data_lake_analytics
  @data_lake_analytics
end

#data_lake_storeObject (readonly)

Returns the value of attribute data_lake_store.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def data_lake_store
  @data_lake_store
end

#data_migrationObject (readonly)

Returns the value of attribute data_migration.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def data_migration
  @data_migration
end

#data_shareObject (readonly)

Returns the value of attribute data_share.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def data_share
  @data_share
end

#deployment_managerObject (readonly)

Returns the value of attribute deployment_manager.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def deployment_manager
  @deployment_manager
end

#dev_spacesObject (readonly)

Returns the value of attribute dev_spaces.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def dev_spaces
  @dev_spaces
end

#dev_test_labsObject (readonly)

Returns the value of attribute dev_test_labs.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def dev_test_labs
  @dev_test_labs
end

#digital_twinsObject (readonly)

Returns the value of attribute digital_twins.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def digital_twins
  @digital_twins
end

#dnsObject (readonly)

Returns the value of attribute dns.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def dns
  @dns
end

#edge_gatewayObject (readonly)

Returns the value of attribute edge_gateway.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def edge_gateway
  @edge_gateway
end

#entity_searchObject (readonly)

Returns the value of attribute entity_search.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def entity_search
  @entity_search
end

#event_gridObject (readonly)

Returns the value of attribute event_grid.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def event_grid
  @event_grid
end

#event_hubObject (readonly)

Returns the value of attribute event_hub.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def event_hub
  @event_hub
end

#faceObject (readonly)

Returns the value of attribute face.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def face
  @face
end

#featuresObject (readonly)

Returns the value of attribute features.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def features
  @features
end

#form_recognizerObject (readonly)

Returns the value of attribute form_recognizer.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def form_recognizer
  @form_recognizer
end

#graph_rbacObject (readonly)

Returns the value of attribute graph_rbac.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def graph_rbac
  @graph_rbac
end

#hanaonazureObject (readonly)

Returns the value of attribute hanaonazure.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def hanaonazure
  @hanaonazure
end

#hdinsightObject (readonly)

Returns the value of attribute hdinsight.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def hdinsight
  @hdinsight
end

#hybrid_computeObject (readonly)

Returns the value of attribute hybrid_compute.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def hybrid_compute
  @hybrid_compute
end

#image_searchObject (readonly)

Returns the value of attribute image_search.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def image_search
  @image_search
end

#import_exportObject (readonly)

Returns the value of attribute import_export.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def import_export
  @import_export
end

#iot_centralObject (readonly)

Returns the value of attribute iot_central.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def iot_central
  @iot_central
end

#iot_hubObject (readonly)

Returns the value of attribute iot_hub.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def iot_hub
  @iot_hub
end

#key_vaultObject (readonly)

Returns the value of attribute key_vault.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def key_vault
  @key_vault
end

#kubernetes_configurationObject (readonly)

Returns the value of attribute kubernetes_configuration.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def kubernetes_configuration
  @kubernetes_configuration
end

#kustoObject (readonly)

Returns the value of attribute kusto.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def kusto
  @kusto
end

#labservicesObject (readonly)

Returns the value of attribute labservices.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def labservices
  @labservices
end

Returns the value of attribute links.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def links
  @links
end

#local_searchObject (readonly)

Returns the value of attribute local_search.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def local_search
  @local_search
end

#locksObject (readonly)

Returns the value of attribute locks.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def locks
  @locks
end

#logicObject (readonly)

Returns the value of attribute logic.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def logic
  @logic
end

#luis_authoringObject (readonly)

Returns the value of attribute luis_authoring.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def luis_authoring
  @luis_authoring
end

#luis_runtimeObject (readonly)

Returns the value of attribute luis_runtime.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def luis_runtime
  @luis_runtime
end

#machine_learningObject (readonly)

Returns the value of attribute machine_learning.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def machine_learning
  @machine_learning
end

#machine_learning_servicesObject (readonly)

Returns the value of attribute machine_learning_services.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def machine_learning_services
  @machine_learning_services
end

#maintenanceObject (readonly)

Returns the value of attribute maintenance.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def maintenance
  @maintenance
end

#managed_applicationsObject (readonly)

Returns the value of attribute managed_applications.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def managed_applications
  @managed_applications
end

#managed_service_identityObject (readonly)

Returns the value of attribute managed_service_identity.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def managed_service_identity
  @managed_service_identity
end

#maria_dbObject (readonly)

Returns the value of attribute maria_db.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def maria_db
  @maria_db
end

#marketplace_orderingObject (readonly)

Returns the value of attribute marketplace_ordering.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def marketplace_ordering
  @marketplace_ordering
end

#media_servicesObject (readonly)

Returns the value of attribute media_services.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def media_services
  @media_services
end

#migrateObject (readonly)

Returns the value of attribute migrate.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def migrate
  @migrate
end

#mixed_realityObject (readonly)

Returns the value of attribute mixed_reality.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def mixed_reality
  @mixed_reality
end

#monitorObject (readonly)

Returns the value of attribute monitor.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def monitor
  @monitor
end

#mysqlObject (readonly)

Returns the value of attribute mysql.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def mysql
  @mysql
end

#net_appObject (readonly)

Returns the value of attribute net_app.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def net_app
  @net_app
end

#networkObject (readonly)

Returns the value of attribute network.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def network
  @network
end

#news_searchObject (readonly)

Returns the value of attribute news_search.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def news_search
  @news_search
end

#notification_hubsObject (readonly)

Returns the value of attribute notification_hubs.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def notification_hubs
  @notification_hubs
end

#operational_insightsObject (readonly)

Returns the value of attribute operational_insights.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def operational_insights
  @operational_insights
end

#operations_managementObject (readonly)

Returns the value of attribute operations_management.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def operations_management
  @operations_management
end

#peeringObject (readonly)

Returns the value of attribute peering.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def peering
  @peering
end

#personalizerObject (readonly)

Returns the value of attribute personalizer.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def personalizer
  @personalizer
end

#policyObject (readonly)

Returns the value of attribute policy.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def policy
  @policy
end

#policy_insightsObject (readonly)

Returns the value of attribute policy_insights.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def policy_insights
  @policy_insights
end

#portalObject (readonly)

Returns the value of attribute portal.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def portal
  @portal
end

#postgresqlObject (readonly)

Returns the value of attribute postgresql.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def postgresql
  @postgresql
end

#power_bi_dedicatedObject (readonly)

Returns the value of attribute power_bi_dedicated.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def power_bi_dedicated
  @power_bi_dedicated
end

#power_bi_embeddedObject (readonly)

Returns the value of attribute power_bi_embedded.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def power_bi_embedded
  @power_bi_embedded
end

#private_dnsObject (readonly)

Returns the value of attribute private_dns.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def private_dns
  @private_dns
end

#qnamakerObject (readonly)

Returns the value of attribute qnamaker.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def qnamaker
  @qnamaker
end

#qnamaker_runtimeObject (readonly)

Returns the value of attribute qnamaker_runtime.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def qnamaker_runtime
  @qnamaker_runtime
end

#recovery_servicesObject (readonly)

Returns the value of attribute recovery_services.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def recovery_services
  @recovery_services
end

#recovery_services_backupObject (readonly)

Returns the value of attribute recovery_services_backup.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def recovery_services_backup
  @recovery_services_backup
end

#recovery_services_site_recoveryObject (readonly)

Returns the value of attribute recovery_services_site_recovery.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def recovery_services_site_recovery
  @recovery_services_site_recovery
end

#redisObject (readonly)

Returns the value of attribute redis.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def redis
  @redis
end

#relayObject (readonly)

Returns the value of attribute relay.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def relay
  @relay
end

#reservationsObject (readonly)

Returns the value of attribute reservations.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def reservations
  @reservations
end

#resource_graphObject (readonly)

Returns the value of attribute resource_graph.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def resource_graph
  @resource_graph
end

#resource_healthObject (readonly)

Returns the value of attribute resource_health.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def resource_health
  @resource_health
end

#resourcesObject (readonly)

Returns the value of attribute resources.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def resources
  @resources
end

#resources_managementObject (readonly)

Returns the value of attribute resources_management.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def resources_management
  @resources_management
end

#schedulerObject (readonly)

Returns the value of attribute scheduler.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def scheduler
  @scheduler
end

#searchObject (readonly)

Returns the value of attribute search.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def search
  @search
end

#securityObject (readonly)

Returns the value of attribute security.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def security
  @security
end

#serialconsoleObject (readonly)

Returns the value of attribute serialconsole.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def serialconsole
  @serialconsole
end

#service_busObject (readonly)

Returns the value of attribute service_bus.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def service_bus
  @service_bus
end

#service_fabricObject (readonly)

Returns the value of attribute service_fabric.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def service_fabric
  @service_fabric
end

#signalrObject (readonly)

Returns the value of attribute signalr.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def signalr
  @signalr
end

#spell_checkObject (readonly)

Returns the value of attribute spell_check.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def spell_check
  @spell_check
end

#sqlObject (readonly)

Returns the value of attribute sql.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def sql
  @sql
end

#sqlvirtualmachineObject (readonly)

Returns the value of attribute sqlvirtualmachine.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def sqlvirtualmachine
  @sqlvirtualmachine
end

#stor_simple8000_seriesObject (readonly)

Returns the value of attribute stor_simple8000_series.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def stor_simple8000_series
  @stor_simple8000_series
end

#storageObject (readonly)

Returns the value of attribute storage.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def storage
  @storage
end

#storage_cacheObject (readonly)

Returns the value of attribute storage_cache.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def storage_cache
  @storage_cache
end

#storage_syncObject (readonly)

Returns the value of attribute storage_sync.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def storage_sync
  @storage_sync
end

#stream_analyticsObject (readonly)

Returns the value of attribute stream_analytics.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def stream_analytics
  @stream_analytics
end

#subscriptionsObject (readonly)

Returns the value of attribute subscriptions.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def subscriptions
  @subscriptions
end

#supportObject (readonly)

Returns the value of attribute support.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def support
  @support
end

#synapseObject (readonly)

Returns the value of attribute synapse.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def synapse
  @synapse
end

#text_analyticsObject (readonly)

Returns the value of attribute text_analytics.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def text_analytics
  @text_analytics
end

#time_series_insightsObject (readonly)

Returns the value of attribute time_series_insights.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def time_series_insights
  @time_series_insights
end

#traffic_managerObject (readonly)

Returns the value of attribute traffic_manager.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def traffic_manager
  @traffic_manager
end

#video_searchObject (readonly)

Returns the value of attribute video_search.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def video_search
  @video_search
end

#visual_searchObject (readonly)

Returns the value of attribute visual_search.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def visual_search
  @visual_search
end

#vmware_cloud_simpleObject (readonly)

Returns the value of attribute vmware_cloud_simple.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def vmware_cloud_simple
  @vmware_cloud_simple
end

#webObject (readonly)

Returns the value of attribute web.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def web
  @web
end

#web_searchObject (readonly)

Returns the value of attribute web_search.



150
151
152
# File 'lib/latest/latest_profile_client.rb', line 150

def web_search
  @web_search
end