Sha256: 16087a251d917e4b1092a2a458741b7e843d9149824040f6c710920886dcf948
Contents?: true
Size: 1.68 KB
Versions: 15
Compression:
Stored size: 1.68 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::Compute::Mgmt::V2018_06_01 module Models # # Model object. # # class VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue include MsRestAzure # @return [String] The principal id of user assigned identity. attr_accessor :principal_id # @return [String] The client id of user assigned identity. attr_accessor :client_id # # Mapper for VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue # class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'VirtualMachineScaleSetIdentity_userAssignedIdentitiesValue', type: { name: 'Composite', class_name: 'VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue', model_properties: { principal_id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'principalId', type: { name: 'String' } }, client_id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'clientId', type: { name: 'String' } } } } } end end end end
Version data entries
15 entries across 15 versions & 1 rubygems