class Azure::Synapse::Mgmt::V2019_06_01_preview::Models::WorkspacePatchInfo
Workspace
patch details
Attributes
encryption[RW]
@return [EncryptionDetails] The encryption details of the workspace
identity[RW]
@return [ManagedIdentity] The identity of the workspace
managed_virtual_network_settings[RW]
@return [ManagedVirtualNetworkSettings] Managed Virtual Network Settings
provisioning_state[RW]
@return [String] Resource
provisioning state
purview_configuration[RW]
@return [PurviewConfiguration] Purview Configuration
sql_administrator_login_password[RW]
@return [String] SQL administrator login password
workspace_repository_configuration[RW]
@return [WorkspaceRepositoryConfiguration] Git integration settings
Private Class Methods
mapper()
click to toggle source
Mapper for WorkspacePatchInfo
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/workspace_patch_info.rb, line 45 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'WorkspacePatchInfo', type: { name: 'Composite', class_name: 'WorkspacePatchInfo', model_properties: { tags: { client_side_validation: true, required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, identity: { client_side_validation: true, required: false, serialized_name: 'identity', type: { name: 'Composite', class_name: 'ManagedIdentity' } }, sql_administrator_login_password: { client_side_validation: true, required: false, serialized_name: 'properties.sqlAdministratorLoginPassword', type: { name: 'String' } }, managed_virtual_network_settings: { client_side_validation: true, required: false, serialized_name: 'properties.managedVirtualNetworkSettings', type: { name: 'Composite', class_name: 'ManagedVirtualNetworkSettings' } }, workspace_repository_configuration: { client_side_validation: true, required: false, serialized_name: 'properties.workspaceRepositoryConfiguration', type: { name: 'Composite', class_name: 'WorkspaceRepositoryConfiguration' } }, purview_configuration: { client_side_validation: true, required: false, serialized_name: 'properties.purviewConfiguration', type: { name: 'Composite', class_name: 'PurviewConfiguration' } }, provisioning_state: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.provisioningState', type: { name: 'String' } }, encryption: { client_side_validation: true, required: false, serialized_name: 'properties.encryption', type: { name: 'Composite', class_name: 'EncryptionDetails' } } } } } end