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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET