OrchestratorVersionProfileListResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.containerservice.fluent.models.OrchestratorVersionProfileListResultInner

public final class OrchestratorVersionProfileListResultInner

The list of versions for supported orchestrators.

Constructor Summary

Constructor Description
OrchestratorVersionProfileListResultInner()

Creates an instance of OrchestratorVersionProfileListResultInner class.

Method Summary

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.

Methods inherited from java.lang.Object

Constructor Details

OrchestratorVersionProfileListResultInner

public OrchestratorVersionProfileListResultInner()

Creates an instance of OrchestratorVersionProfileListResultInner class.

Method Details

id

public String id()

Get the id property: Id of the orchestrator version profile list result.

Returns:

the id value.

name

public String name()

Get the name property: Name of the orchestrator version profile list result.

Returns:

the name value.

orchestrators

public List orchestrators()

Get the orchestrators property: List of orchestrator version profiles.

Returns:

the orchestrators value.

type

public String type()

Get the type property: Type of the orchestrator version profile list result.

Returns:

the type value.

validate

public void validate()

Validates the instance.

withOrchestrators

public OrchestratorVersionProfileListResultInner withOrchestrators(List orchestrators)

Set the orchestrators property: List of orchestrator version profiles.

Parameters:

orchestrators - the orchestrators value to set.

Returns:

the OrchestratorVersionProfileListResultInner object itself.

Applies to