DataConnection Type
The CosmosDBConnection object.
Remarks
The CosmosDBConnection object. Connection properties can be accessed with the getter and setter methods of this object:
$conn = Connect-CosmosDB -AccountEndpoint "myAccountEndpoint" -AccountKey "myAccountKey" $conn | GM