OrchestratorVersionProfileListResultInner 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
OrchestratorVersionProfileListResultInner() |
Initializes a new instance of the OrchestratorVersionProfileListResultInner class. |
OrchestratorVersionProfileListResultInner(IList<OrchestratorVersionProfile>, String, String, String) |
Initializes a new instance of the OrchestratorVersionProfileListResultInner class. |
OrchestratorVersionProfileListResultInner()
Initializes a new instance of the OrchestratorVersionProfileListResultInner class.
public OrchestratorVersionProfileListResultInner ();
Public Sub New ()
Applies to
OrchestratorVersionProfileListResultInner(IList<OrchestratorVersionProfile>, String, String, String)
Initializes a new instance of the OrchestratorVersionProfileListResultInner class.
public OrchestratorVersionProfileListResultInner (System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.OrchestratorVersionProfile> orchestrators, string id = default, string name = default, string type = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.OrchestratorVersionProfileListResultInner : System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.OrchestratorVersionProfile> * string * string * string -> Microsoft.Azure.Management.ContainerService.Fluent.Models.OrchestratorVersionProfileListResultInner
Public Sub New (orchestrators As IList(Of OrchestratorVersionProfile), Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing)
Parameters
- orchestrators
- IList<OrchestratorVersionProfile>
List of orchestrator version profiles.
- id
- String
Id of the orchestrator version profile list result.
- name
- String
Name of the orchestrator version profile list result.
- type
- String
Type of the orchestrator version profile list result.
Applies to
Azure SDK for .NET