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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET