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.Models.ThroughputPolicyResource throughputPolicy = default);
new Microsoft.Azure.Management.CosmosDB.Models.AutoUpgradePolicyResource : Microsoft.Azure.Management.CosmosDB.Models.ThroughputPolicyResource -> Microsoft.Azure.Management.CosmosDB.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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET