Uses of Class
com.azure.resourcemanager.cosmos.fluent.models.NotebookWorkspaceConnectionInfoResultInner
Packages that use NotebookWorkspaceConnectionInfoResultInner
Package
Description
Package containing the service clients for CosmosDBManagementClient.
Package containing the inner data models for CosmosDBManagementClient.
-
Uses of NotebookWorkspaceConnectionInfoResultInner in com.azure.resourcemanager.cosmos.fluent
Methods in com.azure.resourcemanager.cosmos.fluent that return NotebookWorkspaceConnectionInfoResultInnerModifier and TypeMethodDescriptionNotebookWorkspacesClient.listConnectionInfo
(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName) Retrieves the connection info for the notebook workspace.Methods in com.azure.resourcemanager.cosmos.fluent that return types with arguments of type NotebookWorkspaceConnectionInfoResultInnerModifier and TypeMethodDescriptionNotebookWorkspacesClient.listConnectionInfoAsync
(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName) Retrieves the connection info for the notebook workspace.com.azure.core.http.rest.Response
<NotebookWorkspaceConnectionInfoResultInner> NotebookWorkspacesClient.listConnectionInfoWithResponse
(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName, com.azure.core.util.Context context) Retrieves the connection info for the notebook workspace.Mono
<com.azure.core.http.rest.Response<NotebookWorkspaceConnectionInfoResultInner>> NotebookWorkspacesClient.listConnectionInfoWithResponseAsync
(String resourceGroupName, String accountName, NotebookWorkspaceName notebookWorkspaceName) Retrieves the connection info for the notebook workspace. -
Uses of NotebookWorkspaceConnectionInfoResultInner in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return NotebookWorkspaceConnectionInfoResultInnerModifier and TypeMethodDescriptionNotebookWorkspaceConnectionInfoResultInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of NotebookWorkspaceConnectionInfoResultInner from the JsonReader.