Class: Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateOrUpdateProperties
- Inherits:
-
Object
- Object
- Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateOrUpdateProperties
- Includes:
- MsRestAzure
- Defined in:
- lib/2018-03-01-preview/generated/azure_mgmt_signalr/models/signal_rcreate_or_update_properties.rb
Overview
Settings used to provision or configure the resource.
Instance Attribute Summary collapse
-
#host_name_prefix ⇒ String
Retained for future use.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for SignalRCreateOrUpdateProperties class as Ruby Hash.
Instance Attribute Details
#host_name_prefix ⇒ String
Retained for future use. The hostname will be of format: <hostNamePrefix>.service.signalr.net.
19 20 21 |
# File 'lib/2018-03-01-preview/generated/azure_mgmt_signalr/models/signal_rcreate_or_update_properties.rb', line 19 def host_name_prefix @host_name_prefix end |
Class Method Details
.mapper ⇒ Object
Mapper for SignalRCreateOrUpdateProperties class as Ruby Hash. This will be used for serialization/deserialization.
26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
# File 'lib/2018-03-01-preview/generated/azure_mgmt_signalr/models/signal_rcreate_or_update_properties.rb', line 26 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'SignalRCreateOrUpdateProperties', type: { name: 'Composite', class_name: 'SignalRCreateOrUpdateProperties', model_properties: { host_name_prefix: { client_side_validation: true, required: false, serialized_name: 'hostNamePrefix', type: { name: 'String' } } } } } end |