Sha256: dcb3313a30dab23d4520aaeb1b0917996076d6589e3782ce8062d902278627db
Contents?: true
Size: 1.9 KB
Versions: 5
Compression:
Stored size: 1.9 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::Scheduler::Mgmt::V2016_03_01 module Models # # Model object. # # class ServiceBusAuthentication include MsRestAzure # @return [String] Gets or sets the SAS key. attr_accessor :sas_key # @return [String] Gets or sets the SAS key name. attr_accessor :sas_key_name # @return [ServiceBusAuthenticationType] Gets or sets the authentication # type. Possible values include: 'NotSpecified', 'SharedAccessKey' attr_accessor :type # # Mapper for ServiceBusAuthentication class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ServiceBusAuthentication', type: { name: 'Composite', class_name: 'ServiceBusAuthentication', model_properties: { sas_key: { client_side_validation: true, required: false, serialized_name: 'sasKey', type: { name: 'String' } }, sas_key_name: { client_side_validation: true, required: false, serialized_name: 'sasKeyName', type: { name: 'String' } }, type: { client_side_validation: true, required: false, serialized_name: 'type', type: { name: 'Enum', module: 'ServiceBusAuthenticationType' } } } } } end end end end
Version data entries
5 entries across 5 versions & 1 rubygems