Class: Azure::Synapse::Mgmt::V2019_06_01_preview::Models::Workspace
- Inherits:
-
TrackedResource
- Object
- Resource
- TrackedResource
- Azure::Synapse::Mgmt::V2019_06_01_preview::Models::Workspace
- Includes:
- MsRestAzure
- Defined in:
- lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/workspace.rb
Overview
A workspace
Instance Attribute Summary collapse
-
#connectivity_endpoints ⇒ Hash{String => String}
Connectivity endpoints.
-
#default_data_lake_storage ⇒ DataLakeStorageAccountDetails
storage account details.
-
#encryption ⇒ EncryptionDetails
The encryption details of the workspace.
-
#extra_properties ⇒ Object
Workspace level configs and feature flags.
-
#identity ⇒ ManagedIdentity
Identity of the workspace.
-
#managed_resource_group_name ⇒ String
name uniquely identifies the resource group within the user subscriptionId.
-
#managed_virtual_network ⇒ String
for this workspace is in a virtual network managed on behalf of the user.
-
#managed_virtual_network_settings ⇒ ManagedVirtualNetworkSettings
Settings.
-
#private_endpoint_connections ⇒ Array<PrivateEndpointConnection>
to the workspace.
-
#provisioning_state ⇒ String
Resource provisioning state.
-
#purview_configuration ⇒ PurviewConfiguration
Purview Configuration.
-
#sql_administrator_login ⇒ String
Login for workspace SQL active directory administrator.
-
#sql_administrator_login_password ⇒ String
SQL administrator login password.
-
#virtual_network_profile ⇒ VirtualNetworkProfile
Virtual Network profile.
-
#workspace_repository_configuration ⇒ WorkspaceRepositoryConfiguration
Git integration settings.
-
#workspace_uid ⇒ Object
The workspace unique identifier.
Attributes inherited from TrackedResource
Attributes inherited from Resource
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for Workspace class as Ruby Hash.
Methods inherited from Resource
Instance Attribute Details
#connectivity_endpoints ⇒ Hash{String => String}
Returns Connectivity endpoints.
40 41 42 |
# File 'lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/workspace.rb', line 40 def connectivity_endpoints @connectivity_endpoints end |
#default_data_lake_storage ⇒ DataLakeStorageAccountDetails
storage account details
17 18 19 |
# File 'lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/workspace.rb', line 17 def default_data_lake_storage @default_data_lake_storage end |
#encryption ⇒ EncryptionDetails
Returns The encryption details of the workspace.
52 53 54 |
# File 'lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/workspace.rb', line 52 def encryption @encryption end |
#extra_properties ⇒ Object
Returns Workspace level configs and feature flags.
58 59 60 |
# File 'lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/workspace.rb', line 58 def extra_properties @extra_properties end |
#identity ⇒ ManagedIdentity
Returns Identity of the workspace.
71 72 73 |
# File 'lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/workspace.rb', line 71 def identity @identity end |
#managed_resource_group_name ⇒ String
name uniquely identifies the resource group within the user subscriptionId. The resource group name must be no longer than 90 characters long, and must be alphanumeric characters (Char.IsLetterOrDigit()) and ‘-’, ‘_’, ‘(’, ‘)’ and’.‘. Note that the name cannot end with ’.‘
28 29 30 |
# File 'lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/workspace.rb', line 28 def managed_resource_group_name @managed_resource_group_name end |
#managed_virtual_network ⇒ String
for this workspace is in a virtual network managed on behalf of the user.
45 46 47 |
# File 'lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/workspace.rb', line 45 def managed_virtual_network @managed_virtual_network end |
#managed_virtual_network_settings ⇒ ManagedVirtualNetworkSettings
Settings
62 63 64 |
# File 'lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/workspace.rb', line 62 def managed_virtual_network_settings @managed_virtual_network_settings end |
#private_endpoint_connections ⇒ Array<PrivateEndpointConnection>
to the workspace
49 50 51 |
# File 'lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/workspace.rb', line 49 def private_endpoint_connections @private_endpoint_connections end |
#provisioning_state ⇒ String
Returns Resource provisioning state.
31 32 33 |
# File 'lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/workspace.rb', line 31 def provisioning_state @provisioning_state end |
#purview_configuration ⇒ PurviewConfiguration
Returns Purview Configuration.
68 69 70 |
# File 'lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/workspace.rb', line 68 def purview_configuration @purview_configuration end |
#sql_administrator_login ⇒ String
Returns Login for workspace SQL active directory administrator.
34 35 36 |
# File 'lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/workspace.rb', line 34 def sql_administrator_login @sql_administrator_login end |
#sql_administrator_login_password ⇒ String
Returns SQL administrator login password.
20 21 22 |
# File 'lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/workspace.rb', line 20 def sql_administrator_login_password @sql_administrator_login_password end |
#virtual_network_profile ⇒ VirtualNetworkProfile
Returns Virtual Network profile.
37 38 39 |
# File 'lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/workspace.rb', line 37 def virtual_network_profile @virtual_network_profile end |
#workspace_repository_configuration ⇒ WorkspaceRepositoryConfiguration
Returns Git integration settings.
65 66 67 |
# File 'lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/workspace.rb', line 65 def workspace_repository_configuration @workspace_repository_configuration end |
#workspace_uid ⇒ Object
Returns The workspace unique identifier.
55 56 57 |
# File 'lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/workspace.rb', line 55 def workspace_uid @workspace_uid end |
Class Method Details
.mapper ⇒ Object
Mapper for Workspace class as Ruby Hash. This will be used for serialization/deserialization.
78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 |
# File 'lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/workspace.rb', line 78 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'Workspace', type: { name: 'Composite', class_name: 'Workspace', model_properties: { id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } }, name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } }, 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' } } } }, location: { client_side_validation: true, required: true, serialized_name: 'location', type: { name: 'String' } }, default_data_lake_storage: { client_side_validation: true, required: false, serialized_name: 'properties.defaultDataLakeStorage', type: { name: 'Composite', class_name: 'DataLakeStorageAccountDetails' } }, sql_administrator_login_password: { client_side_validation: true, required: false, serialized_name: 'properties.sqlAdministratorLoginPassword', type: { name: 'String' } }, managed_resource_group_name: { client_side_validation: true, required: false, serialized_name: 'properties.managedResourceGroupName', type: { name: 'String' } }, provisioning_state: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.provisioningState', type: { name: 'String' } }, sql_administrator_login: { client_side_validation: true, required: false, serialized_name: 'properties.sqlAdministratorLogin', type: { name: 'String' } }, virtual_network_profile: { client_side_validation: true, required: false, serialized_name: 'properties.virtualNetworkProfile', type: { name: 'Composite', class_name: 'VirtualNetworkProfile' } }, connectivity_endpoints: { client_side_validation: true, required: false, serialized_name: 'properties.connectivityEndpoints', type: { name: 'Dictionary', value: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, managed_virtual_network: { client_side_validation: true, required: false, serialized_name: 'properties.managedVirtualNetwork', type: { name: 'String' } }, private_endpoint_connections: { client_side_validation: true, required: false, serialized_name: 'properties.privateEndpointConnections', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'PrivateEndpointConnectionElementType', type: { name: 'Composite', class_name: 'PrivateEndpointConnection' } } } }, encryption: { client_side_validation: true, required: false, serialized_name: 'properties.encryption', type: { name: 'Composite', class_name: 'EncryptionDetails' } }, workspace_uid: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.workspaceUID', type: { name: 'String' } }, extra_properties: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.extraProperties', type: { name: 'Dictionary', value: { client_side_validation: true, required: false, serialized_name: 'ObjectElementType', type: { name: 'Object' } } } }, 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' } }, identity: { client_side_validation: true, required: false, serialized_name: 'identity', type: { name: 'Composite', class_name: 'ManagedIdentity' } } } } } end |