Sha256: 959dc93703f37c30ff6031e47eb55589e106d75c1e4647ebba05c468fc8aafbb
Contents?: true
Size: 1.26 KB
Versions: 6
Compression:
Stored size: 1.26 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::Subscriptions::Mgmt::V2018_11_01_preview module Models # # The created subscription object. # class SubscriptionCreationResult include MsRestAzure # @return [String] The link to the new subscription. Use this link to # check the status of subscription creation operation. attr_accessor :subscription_link # # Mapper for SubscriptionCreationResult class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'SubscriptionCreationResult', type: { name: 'Composite', class_name: 'SubscriptionCreationResult', model_properties: { subscription_link: { client_side_validation: true, required: false, serialized_name: 'subscriptionLink', type: { name: 'String' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems