Sha256: d6cfa88875030b89771999fbdfefa3d840997e4d0606ed0d541bdcbf8bf414b1
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/servicefabric_module_definition' require 'profiles/latest/modules/servicefabric_profile_module' module Azure::ServiceFabric::Profiles::Latest::Mgmt # # Client class for the Latest profile SDK. # class Client < ServiceFabricClass 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_service_fabric-0.15.2 | lib/profiles/latest/servicefabric_latest_profile_client.rb |