AlternativeOption Class
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.
Describes the alternative option specified by the Publisher for this image when this image is deprecated.
public class AlternativeOption
type AlternativeOption = class
Public Class AlternativeOption
- Inheritance
-
AlternativeOption
Constructors
AlternativeOption() |
Initializes a new instance of the AlternativeOption class. |
AlternativeOption(String, String) |
Initializes a new instance of the AlternativeOption class. |
Properties
Type |
Gets or sets describes the type of the alternative option. Possible values include: 'None', 'Offer', 'Plan' |
Value |
Gets or sets indicates the alternative option value specified by the Publisher. This is the Offer name when the type is Offer or the Plan name when the type is Plan. |
Applies to
Azure SDK for .NET