ArmResourceConnectorModelFactory.ApplianceSupportedVersionCatalogVersion 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 ApplianceSupportedVersionCatalogVersion.
public static Azure.ResourceManager.ResourceConnector.Models.ApplianceSupportedVersionCatalogVersion ApplianceSupportedVersionCatalogVersion (Azure.ResourceManager.ResourceConnector.Models.ApplianceSupportedVersionCatalogVersionProperties data = default, string name = default, string namespace = default);
static member ApplianceSupportedVersionCatalogVersion : Azure.ResourceManager.ResourceConnector.Models.ApplianceSupportedVersionCatalogVersionProperties * string * string -> Azure.ResourceManager.ResourceConnector.Models.ApplianceSupportedVersionCatalogVersion
Public Shared Function ApplianceSupportedVersionCatalogVersion (Optional data As ApplianceSupportedVersionCatalogVersionProperties = Nothing, Optional name As String = Nothing, Optional namespace As String = Nothing) As ApplianceSupportedVersionCatalogVersion
Parameters
The newer supported version catalog version data.
- name
- String
The catalog version name for the version available for upgrade.
- namespace
- String
The catalog version namespace for the version available for upgrade.
Returns
A new ApplianceSupportedVersionCatalogVersion instance for mocking.