Sha256: 76ea7a36e46383b2ad193241329c8bea9943be9699d86c842da6bbf3d23ec06f
Contents?: true
Size: 1.29 KB
Versions: 1
Compression:
Stored size: 1.29 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 # # Directory for virtual application # class VirtualDirectory include MsRestAzure # @return [String] Path to virtual application attr_accessor :virtual_path # @return [String] Physical path attr_accessor :physical_path # # Mapper for VirtualDirectory class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'VirtualDirectory', type: { name: 'Composite', class_name: 'VirtualDirectory', model_properties: { virtual_path: { required: false, serialized_name: 'virtualPath', type: { name: 'String' } }, physical_path: { required: false, serialized_name: 'physicalPath', type: { name: 'String' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_web-0.8.0 | lib/generated/azure_mgmt_web/models/virtual_directory.rb |