Sha256: 3c28b3449b6641580620e8d7a7ffee1152cab824b50e131b9f1abba355f43e34
Contents?: true
Size: 1.65 KB
Versions: 2
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::Resources2::Mgmt::V2018_02_01 module Models # # Deployment on error behavior. # class OnErrorDeployment include MsRestAzure2 # @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
2 entries across 2 versions & 1 rubygems