PostgreSqlFlexibleServerResource.GetMajorVersionUpgradePrecheck Method
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.
Gets information about a major version upgrade precheck for a flexible server.
public virtual Azure.Response<Azure.ResourceManager.PostgreSql.FlexibleServers.MajorVersionUpgradePrecheckResource> GetMajorVersionUpgradePrecheck(string precheckValidationId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMajorVersionUpgradePrecheck : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.PostgreSql.FlexibleServers.MajorVersionUpgradePrecheckResource>
override this.GetMajorVersionUpgradePrecheck : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.PostgreSql.FlexibleServers.MajorVersionUpgradePrecheckResource>
Public Overridable Function GetMajorVersionUpgradePrecheck (precheckValidationId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MajorVersionUpgradePrecheckResource)
Parameters
- precheckValidationId
- String
The name of the MajorVersionUpgradePrecheckResource.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
precheckValidationId is null.
precheckValidationId is an empty string, and was expected to be non-empty.