Class: Azure::Cosmosdb::Mgmt::V2020_06_01_preview::Models::NotebookWorkspaceCreateUpdateParameters
- Inherits:
-
ARMProxyResource
- Object
- ARMProxyResource
- Azure::Cosmosdb::Mgmt::V2020_06_01_preview::Models::NotebookWorkspaceCreateUpdateParameters
- Includes:
- MsRestAzure
- Defined in:
- lib/2020-06-01-preview/generated/azure_mgmt_cosmosdb/models/notebook_workspace_create_update_parameters.rb
Overview
Parameters to create a notebook workspace resource
Instance Attribute Summary
Attributes inherited from ARMProxyResource
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for NotebookWorkspaceCreateUpdateParameters class as Ruby Hash.
Class Method Details
.mapper ⇒ Object
Mapper for NotebookWorkspaceCreateUpdateParameters class as Ruby Hash. This will be used for serialization/deserialization.
20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 |
# File 'lib/2020-06-01-preview/generated/azure_mgmt_cosmosdb/models/notebook_workspace_create_update_parameters.rb', line 20 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'NotebookWorkspaceCreateUpdateParameters', type: { name: 'Composite', class_name: 'NotebookWorkspaceCreateUpdateParameters', 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' } } } } } end |