Sha256: 7fb59c07caf3d24b1e5444fdf9c0c7cf48aecc1916f855d4acd334b6b007e436
Contents?: true
Size: 1.1 KB
Versions: 5
Compression:
Stored size: 1.1 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::CDN::Mgmt::V2020_04_15 module Models # # Input of the validate probe API. # class ValidateProbeInput include MsRestAzure # @return [String] The probe URL to validate. attr_accessor :probe_url # # Mapper for ValidateProbeInput class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ValidateProbeInput', type: { name: 'Composite', class_name: 'ValidateProbeInput', model_properties: { probe_url: { client_side_validation: true, required: true, serialized_name: 'probeURL', type: { name: 'String' } } } } } end end end end
Version data entries
5 entries across 5 versions & 1 rubygems