Class: Azure::Web::Profiles::V2019_03_01_Hybrid::Mgmt::Client
- Inherits:
-
WebManagementClass
- Object
- WebManagementClass
- Azure::Web::Profiles::V2019_03_01_Hybrid::Mgmt::Client
- Includes:
- MsRestAzure::Common::Configurable
- Defined in:
- lib/profiles/v2019_03_01_hybrid/web_v2019_03_01_hybrid_profile_client.rb
Overview
Client class for the V2019_03_01_Hybrid profile SDK.
Instance Attribute Summary
Attributes inherited from WebManagementClass
#app_service_certificate_orders, #app_service_environments, #app_service_plans, #base_url, #billing_meters, #certificate_registration_provider, #certificates, #configurable, #deleted_web_apps, #diagnostics, #domain_registration_provider, #domains, #model_classes, #options, #provider, #recommendations, #resource_health_metadata_operations, #top_level_domains, #web_apps
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Client
constructor
Initializes a new instance of the Client class.
Methods inherited from WebManagementClass
#add_telemetry, #method_missing
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.
34 35 36 |
# File 'lib/profiles/v2019_03_01_hybrid/web_v2019_03_01_hybrid_profile_client.rb', line 34 def initialize( = {}) super() end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Azure::Web::Profiles::V2019_03_01_Hybrid::Mgmt::WebManagementClass