class Azure::Cosmosdb::Mgmt::V2019_12_12::Models::NotebookWorkspace
A notebook workspace resource
Attributes
notebook_server_endpoint[RW]
@return [String] Specifies the endpoint of Notebook server.
status[RW]
@return [String] Status of the notebook workspace. Possible values are: Creating, Online, Deleting, Failed, Updating.
Public Class Methods
mapper()
click to toggle source
Mapper for NotebookWorkspace
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-12-12/generated/azure_mgmt_cosmosdb/models/notebook_workspace.rb, line 27 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'NotebookWorkspace', type: { name: 'Composite', class_name: 'NotebookWorkspace', 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' } }, notebook_server_endpoint: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.notebookServerEndpoint', type: { name: 'String' } }, status: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.status', type: { name: 'String' } } } } } end