public class OrchestratorVersionProfileListResultInner extends Object
| Constructor and Description |
|---|
OrchestratorVersionProfileListResultInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
id()
Get the id property: Id of the orchestrator version profile list result.
|
String |
name()
Get the name property: Name of the orchestrator version profile list result.
|
List<OrchestratorVersionProfile> |
orchestrators()
Get the orchestrators property: List of orchestrator version profiles.
|
String |
type()
Get the type property: Type of the orchestrator version profile list result.
|
void |
validate()
Validates the instance.
|
OrchestratorVersionProfileListResultInner |
withOrchestrators(List<OrchestratorVersionProfile> orchestrators)
Set the orchestrators property: List of orchestrator version profiles.
|
public OrchestratorVersionProfileListResultInner()
public String id()
public String name()
public String type()
public List<OrchestratorVersionProfile> orchestrators()
public OrchestratorVersionProfileListResultInner withOrchestrators(List<OrchestratorVersionProfile> orchestrators)
orchestrators - the orchestrators value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.