class Azure::ServiceFabric::V7_0_0_42::Models::ServiceTypeManifest
Contains the manifest describing a service type registered as part of an application in a Service Fabric cluster.
Attributes
manifest[RW]
@return [String] The XML manifest as a string.
Private Class Methods
mapper()
click to toggle source
Mapper for ServiceTypeManifest
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/7.0.0.42/generated/azure_service_fabric/models/service_type_manifest.rb, line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ServiceTypeManifest', type: { name: 'Composite', class_name: 'ServiceTypeManifest', model_properties: { manifest: { client_side_validation: true, required: false, serialized_name: 'Manifest', type: { name: 'String' } } } } } end