Sha256: 5c55c0170d997af8b7f727d2259b351ec8cc045923ae9b35c76f5b66ae45b4d1
Contents?: true
Size: 1.49 KB
Versions: 1
Compression:
Stored size: 1.49 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::ARM::Compute module Models # # Profile for diagnostics on the container service VMs. # class ContainerServiceVMDiagnostics include MsRestAzure include MsRest::JSONable # @return [Boolean] Whether the VM diagnostic agent is provisioned on the # VM. attr_accessor :enabled # @return [String] The URI of the storage account where diagnostics are # stored. attr_accessor :storage_uri # # Mapper for ContainerServiceVMDiagnostics class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'ContainerServiceVMDiagnostics', type: { name: 'Composite', class_name: 'ContainerServiceVMDiagnostics', model_properties: { enabled: { required: true, serialized_name: 'enabled', type: { name: 'Boolean' } }, storage_uri: { required: false, read_only: true, serialized_name: 'storageUri', type: { name: 'String' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_compute-0.13.0 | lib/generated/azure_mgmt_compute/models/container_service_vmdiagnostics.rb |