Uses of Class
com.azure.resourcemanager.containerservice.fluent.models.OrchestratorVersionProfileListResultInner
Packages that use OrchestratorVersionProfileListResultInner
Package
Description
Package containing the service clients for ContainerServiceManagementClient.
Package containing the inner data models for ContainerServiceManagementClient.
-
Uses of OrchestratorVersionProfileListResultInner in com.azure.resourcemanager.containerservice.fluent
Methods in com.azure.resourcemanager.containerservice.fluent that return OrchestratorVersionProfileListResultInnerModifier and TypeMethodDescriptionContainerServicesClient.listOrchestrators(String location) Gets a list of supported orchestrators in the specified subscription.Methods in com.azure.resourcemanager.containerservice.fluent that return types with arguments of type OrchestratorVersionProfileListResultInnerModifier and TypeMethodDescriptionContainerServicesClient.listOrchestratorsAsync(String location) Gets a list of supported orchestrators in the specified subscription.ContainerServicesClient.listOrchestratorsAsync(String location, String resourceType) Gets a list of supported orchestrators in the specified subscription.com.azure.core.http.rest.Response<OrchestratorVersionProfileListResultInner>ContainerServicesClient.listOrchestratorsWithResponse(String location, String resourceType, com.azure.core.util.Context context) Gets a list of supported orchestrators in the specified subscription.Mono<com.azure.core.http.rest.Response<OrchestratorVersionProfileListResultInner>>ContainerServicesClient.listOrchestratorsWithResponseAsync(String location, String resourceType) Gets a list of supported orchestrators in the specified subscription. -
Uses of OrchestratorVersionProfileListResultInner in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return OrchestratorVersionProfileListResultInnerModifier and TypeMethodDescriptionOrchestratorVersionProfileListResultInner.withOrchestrators(List<OrchestratorVersionProfile> orchestrators) Set the orchestrators property: List of orchestrator version profiles.