ResourceConnectorApplianceResource.GetUpgradeGraph 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 the upgrade graph of an Appliance with a specified resource group and name and specific release train.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ResourceConnector/appliances/{resourceName}/upgradeGraphs/{upgradeGraph}
- Operation Id: Appliances_GetUpgradeGraph
public virtual Azure.Response<Azure.ResourceManager.ResourceConnector.Models.ApplianceUpgradeGraph> GetUpgradeGraph (string upgradeGraph, System.Threading.CancellationToken cancellationToken = default);
abstract member GetUpgradeGraph : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ResourceConnector.Models.ApplianceUpgradeGraph>
override this.GetUpgradeGraph : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ResourceConnector.Models.ApplianceUpgradeGraph>
Public Overridable Function GetUpgradeGraph (upgradeGraph As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ApplianceUpgradeGraph)
Parameters
- upgradeGraph
- String
Upgrade graph version, ex - stable.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
upgradeGraph
is an empty string, and was expected to be non-empty.
upgradeGraph
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET