ContainerResponse.Implicit(ContainerResponse to Container) Operator

Definition

Get Container implicitly from ContainerResponse

public static implicit operator Microsoft.Azure.Cosmos.Container (Microsoft.Azure.Cosmos.ContainerResponse response);
static member op_Implicit : Microsoft.Azure.Cosmos.ContainerResponse -> Microsoft.Azure.Cosmos.Container
Public Shared Widening Operator CType (response As ContainerResponse) As Container

Parameters

response
ContainerResponse

ContainerResponse

Returns

Applies to