Interface IUpdateDefinition<ParentT>
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
The entirety of a private endpoint connection definition definition as a part of parent update.
public interface IUpdateDefinition<ParentT> : IBlank<ParentT>, IWithAttach<ParentT>, IWithState<ParentT>, IInUpdate<ParentT>
Type Parameters
ParentT
The stage of the parent update to return to after attaching this definition.
- Inherited Members