Sha256: b95517a5cb200bc02f33415170bd20e02fdb3d95eb0500285859837261adb137
Contents?: true
Size: 1.32 KB
Versions: 2
Compression:
Stored size: 1.32 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::Compute::Mgmt::V2020_10_01_preview module Models # # Describes a single certificate reference in a Key Vault, and where the # certificate should reside on the role instance. # class CloudServiceVaultCertificate include MsRestAzure # @return [String] This is the URL of a certificate that has been # uploaded to Key Vault as a secret. attr_accessor :certificate_url # # Mapper for CloudServiceVaultCertificate class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'CloudServiceVaultCertificate', type: { name: 'Composite', class_name: 'CloudServiceVaultCertificate', model_properties: { certificate_url: { client_side_validation: true, required: false, serialized_name: 'certificateUrl', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems