PSThroughputSettingsGetResults Constructors

Definition

Overloads

PSThroughputSettingsGetResults()
PSThroughputSettingsGetResults(ThroughputSettingsGetResults)

PSThroughputSettingsGetResults()

public PSThroughputSettingsGetResults ();
Public Sub New ()

Applies to

PSThroughputSettingsGetResults(ThroughputSettingsGetResults)

public PSThroughputSettingsGetResults (Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsGetResults throughputSettingsGetResults);
new Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults : Microsoft.Azure.Management.CosmosDB.Models.ThroughputSettingsGetResults -> Microsoft.Azure.Commands.CosmosDB.Models.PSThroughputSettingsGetResults
Public Sub New (throughputSettingsGetResults As ThroughputSettingsGetResults)

Parameters

throughputSettingsGetResults
ThroughputSettingsGetResults

Applies to