class Azure::Synapse::Mgmt::V2019_06_01_preview::Models::IntegrationRuntimeCustomSetupScriptProperties
Custom setup script properties for a managed dedicated integration runtime.
Attributes
blob_container_uri[RW]
@return [String] The URI of the Azure
blob container that contains the custom setup script.
sas_token[RW]
@return [SecureString] The SAS token of the Azure
blob container.
Private Class Methods
mapper()
click to toggle source
Mapper for IntegrationRuntimeCustomSetupScriptProperties
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/integration_runtime_custom_setup_script_properties.rb, line 29 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'IntegrationRuntimeCustomSetupScriptProperties', type: { name: 'Composite', class_name: 'IntegrationRuntimeCustomSetupScriptProperties', model_properties: { blob_container_uri: { client_side_validation: true, required: false, serialized_name: 'blobContainerUri', type: { name: 'String' } }, sas_token: { client_side_validation: true, required: false, serialized_name: 'sasToken', type: { name: 'Composite', class_name: 'SecureString' } } } } } end