PSServiceGetResults Constructors

Definition

Overloads

PSServiceGetResults()
PSServiceGetResults(ServiceResource)

PSServiceGetResults()

public PSServiceGetResults ();
Public Sub New ()

Applies to

PSServiceGetResults(ServiceResource)

public PSServiceGetResults (Microsoft.Azure.Management.CosmosDB.Models.ServiceResource serviceGetResult);
new Microsoft.Azure.Commands.CosmosDB.Models.PSServiceGetResults : Microsoft.Azure.Management.CosmosDB.Models.ServiceResource -> Microsoft.Azure.Commands.CosmosDB.Models.PSServiceGetResults
Public Sub New (serviceGetResult As ServiceResource)

Parameters

serviceGetResult
ServiceResource

Applies to