ArmResourceConnectorModelFactory.ApplianceUpgradeGraph 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.
Initializes a new instance of ApplianceUpgradeGraph.
public static Azure.ResourceManager.ResourceConnector.Models.ApplianceUpgradeGraph ApplianceUpgradeGraph(string id = default, string name = default, Azure.ResourceManager.ResourceConnector.Models.ApplianceUpgradeGraphProperties properties = default);
static member ApplianceUpgradeGraph : string * string * Azure.ResourceManager.ResourceConnector.Models.ApplianceUpgradeGraphProperties -> Azure.ResourceManager.ResourceConnector.Models.ApplianceUpgradeGraph
Public Shared Function ApplianceUpgradeGraph (Optional id As String = Nothing, Optional name As String = Nothing, Optional properties As ApplianceUpgradeGraphProperties = Nothing) As ApplianceUpgradeGraph
Parameters
- id
- String
The appliance resource path.
- name
- String
The release train name.
- properties
- ApplianceUpgradeGraphProperties
The properties of supported version.
Returns
A new ApplianceUpgradeGraph instance for mocking.
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