Sha256: 6243b9aa7d76240104abdb95cedb3f00aed4f0bb2b72082457410b65cbee2274
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::V2019_10_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