Sha256: 5e1209a64a7f0fc7482e5bcaca2b705efa77a8c0dcf9d97b5164d7cf4f916096
Contents?: true
Size: 1.18 KB
Versions: 5
Compression:
Stored size: 1.18 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::V2019_06_01 module Models # # Information about a tenant managing the subscription. # class ManagedByTenant include MsRestAzure # @return [String] The tenant ID of the managing tenant. This is a GUID. attr_accessor :tenant_id # # Mapper for ManagedByTenant class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ManagedByTenant', type: { name: 'Composite', class_name: 'ManagedByTenant', model_properties: { tenant_id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'tenantId', type: { name: 'String' } } } } } end end end end
Version data entries
5 entries across 5 versions & 1 rubygems