NotebookWorkspaceCollection
NotebookWorkspaceCollection()
CreateOrUpdate(WaitUntil, NotebookWorkspaceName, NotebookWorkspaceCreateOrUpdateContent, CancellationToken)
CreateOrUpdateAsync(WaitUntil, NotebookWorkspaceName, NotebookWorkspaceCreateOrUpdateContent, CancellationToken)
Exists(NotebookWorkspaceName, CancellationToken)
ExistsAsync(NotebookWorkspaceName, CancellationToken)
Get(NotebookWorkspaceName, CancellationToken)
GetAll(CancellationToken)
GetAllAsync(CancellationToken)
GetAsync(NotebookWorkspaceName, CancellationToken)
GetIfExists(NotebookWorkspaceName, CancellationToken)
GetIfExistsAsync(NotebookWorkspaceName, CancellationToken)
net11.0
namespace Azure.ResourceManager.CosmosDB
{
public class NotebookWorkspaceCollection : ArmCollection, IAsyncEnumerable<NotebookWorkspaceResource>, IEnumerable, IEnumerable<NotebookWorkspaceResource>
{
[AsyncStateMachine(typeof(<GetAsync>d__7))]
public virtual Task<Response<NotebookWorkspaceResource>> GetAsync(NotebookWorkspaceName notebookWorkspaceName, CancellationToken cancellationToken = default);
}
}
| .NET | 8.09.010.011.0 |
|---|---|
Information specific to net11.0 | |
| Assembly | Azure.ResourceManager.CosmosDB , Version=1.5.0.0, PublicKeyToken=92742159e12e44c8 |
| Referencing | Your project needs a package reference to |
| Package | Azure.ResourceManager.CosmosDB (1.5.0) net10.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API