Freigeben über


ContainerDefinition<T>.WithComputedProperties Method

Definition

ComputedProperty definition for Azure Cosmos container.

public Microsoft.Azure.Cosmos.Fluent.ComputedPropertiesDefinition<T> WithComputedProperties();
member this.WithComputedProperties : unit -> Microsoft.Azure.Cosmos.Fluent.ComputedPropertiesDefinition<'T (requires 'T :> Microsoft.Azure.Cosmos.Fluent.ContainerDefinition<'T>)>
Public Function WithComputedProperties () As ComputedPropertiesDefinition(Of T)

Returns

An instance of ComputedPropertiesDefinition<T>.

Applies to