CompatibleVersions Constructors
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.
Overloads
| Name | Description |
|---|---|
| CompatibleVersions() |
Initializes a new instance of the CompatibleVersions class. |
| CompatibleVersions(String, IList<String>) |
Initializes a new instance of the CompatibleVersions class. |
CompatibleVersions()
Initializes a new instance of the CompatibleVersions class.
public CompatibleVersions();
Public Sub New ()
Applies to
CompatibleVersions(String, IList<String>)
Initializes a new instance of the CompatibleVersions class.
public CompatibleVersions(string name = default, System.Collections.Generic.IList<string> versions = default);
new Microsoft.Azure.Management.ContainerService.Models.CompatibleVersions : string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.ContainerService.Models.CompatibleVersions
Public Sub New (Optional name As String = Nothing, Optional versions As IList(Of String) = Nothing)
Parameters
- name
- String
The product/service name.