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