Sha256: 4c4a0bb7092c27302d7077391ace37faad37072ede42d03282bb741fe5b1920f
Contents?: true
Size: 1.65 KB
Versions: 15
Compression:
Stored size: 1.65 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::Resources::Mgmt::V2018_02_01 module Models # # Deployment on error behavior. # class OnErrorDeployment include MsRestAzure # @return [OnErrorDeploymentType] The deployment on error behavior type. # Possible values are LastSuccessful and SpecificDeployment. Possible # values include: 'LastSuccessful', 'SpecificDeployment' attr_accessor :type # @return [String] The deployment to be used on error case. attr_accessor :deployment_name # # Mapper for OnErrorDeployment class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'OnErrorDeployment', type: { name: 'Composite', class_name: 'OnErrorDeployment', model_properties: { type: { client_side_validation: true, required: false, serialized_name: 'type', type: { name: 'Enum', module: 'OnErrorDeploymentType' } }, deployment_name: { client_side_validation: true, required: false, serialized_name: 'deploymentName', type: { name: 'String' } } } } } end end end end
Version data entries
15 entries across 15 versions & 2 rubygems