Sha256: 6368e7d907c0901bcadf24a15edab3e4f67df1754718517859a4758f95ed6ead
Contents?: true
Size: 1.35 KB
Versions: 1
Compression:
Stored size: 1.35 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Web module Models # # Diagnostics for an App Service Environment. # class HostingEnvironmentDiagnostics include MsRestAzure # @return [String] Name/identifier of the diagnostics. attr_accessor :name # @return [String] Diagnostics output. attr_accessor :diagnosics_output # # Mapper for HostingEnvironmentDiagnostics class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'HostingEnvironmentDiagnostics', type: { name: 'Composite', class_name: 'HostingEnvironmentDiagnostics', model_properties: { name: { required: false, serialized_name: 'name', type: { name: 'String' } }, diagnosics_output: { required: false, serialized_name: 'diagnosicsOutput', type: { name: 'String' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_web-0.9.0 | lib/generated/azure_mgmt_web/models/hosting_environment_diagnostics.rb |