Interface OrchestratorVersionProfileListResult
public interface OrchestratorVersionProfileListResult
An immutable client-side representation of OrchestratorVersionProfileListResult.
-
Method Summary
Modifier and TypeMethodDescriptionid()
Gets the id property: Resource Id.Gets the inner com.azure.resourcemanager.hybridcontainerservice.fluent.models.OrchestratorVersionProfileListResultInner object.name()
Gets the name property: Resource Name.Gets the orchestrators property: Profile of the orchestrator versions.type()
Gets the type property: Resource Type.
-
Method Details
-
orchestrators
List<OrchestratorVersionProfile> orchestrators()Gets the orchestrators property: Profile of the orchestrator versions.- Returns:
- the orchestrators value.
-
id
String id()Gets the id property: Resource Id.- Returns:
- the id value.
-
name
String name()Gets the name property: Resource Name.- Returns:
- the name value.
-
type
String type()Gets the type property: Resource Type.- Returns:
- the type value.
-
innerModel
OrchestratorVersionProfileListResultInner innerModel()Gets the inner com.azure.resourcemanager.hybridcontainerservice.fluent.models.OrchestratorVersionProfileListResultInner object.- Returns:
- the inner object.
-