Sha256: 62350d4f89625e77ea6d651d4edf78f013a04c5ceeb7c37616ecf7556d5d2817
Contents?: true
Size: 558 Bytes
Versions: 1
Compression:
Stored size: 558 Bytes
Contents
# encoding: utf-8 # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. require 'profiles/latest/mediaservices_module_definition' require 'profiles/latest/modules/mediaservices_profile_module' module Azure::MediaServices::Profiles::Latest::Mgmt # # Client class for the Latest profile SDK. # class Client < MediaServicesClass include MsRestAzure::Common::Configurable def initialize(options = {}) super(options) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_media_services-0.15.2 | lib/profiles/latest/mediaservices_latest_profile_client.rb |