AutoUpgradePolicyResource Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AutoUpgradePolicyResource() |
Initializes a new instance of the AutoUpgradePolicyResource class. |
AutoUpgradePolicyResource(ThroughputPolicyResource) |
Initializes a new instance of the AutoUpgradePolicyResource class. |
AutoUpgradePolicyResource()
Initializes a new instance of the AutoUpgradePolicyResource class.
public AutoUpgradePolicyResource ();
Public Sub New ()
Applies to
AutoUpgradePolicyResource(ThroughputPolicyResource)
Initializes a new instance of the AutoUpgradePolicyResource class.
public AutoUpgradePolicyResource (Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputPolicyResource throughputPolicy = default);
new Microsoft.Azure.Management.CosmosDB.Fluent.Models.AutoUpgradePolicyResource : Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputPolicyResource -> Microsoft.Azure.Management.CosmosDB.Fluent.Models.AutoUpgradePolicyResource
Public Sub New (Optional throughputPolicy As ThroughputPolicyResource = Nothing)
Parameters
- throughputPolicy
- ThroughputPolicyResource
Represents throughput policy which service must adhere to for auto-upgrade
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET