class Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::Display

Displays the details related to operations supported by Azure Active Directory Connect Health.

Attributes

description[RW]

@return [String] The description for the operation.

operation[RW]

@return [String] The details of the operation.

provider[RW]

@return [String] The provider name.

Private Class Methods

mapper() click to toggle source

Mapper for Display class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/display.rb, line 30
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'Display',
    type: {
      name: 'Composite',
      class_name: 'Display',
      model_properties: {
        description: {
          client_side_validation: true,
          required: false,
          serialized_name: 'description',
          type: {
            name: 'String'
          }
        },
        operation: {
          client_side_validation: true,
          required: false,
          serialized_name: 'operation',
          type: {
            name: 'String'
          }
        },
        provider: {
          client_side_validation: true,
          required: false,
          serialized_name: 'provider',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end