Uses of Class
com.azure.resourcemanager.containerservice.fluent.models.OrchestratorVersionProfileListResultInner
-
Packages that use OrchestratorVersionProfileListResultInner Package Description com.azure.resourcemanager.containerservice.fluent Package containing the service clients for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.fluent.models 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 OrchestratorVersionProfileListResultInner Modifier and Type Method Description OrchestratorVersionProfileListResultInnerContainerServicesClient. 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 OrchestratorVersionProfileListResultInner Modifier and Type Method Description Mono<OrchestratorVersionProfileListResultInner>ContainerServicesClient. listOrchestratorsAsync(String location)Gets a list of supported orchestrators in the specified subscription.Mono<OrchestratorVersionProfileListResultInner>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 OrchestratorVersionProfileListResultInner Modifier and Type Method Description OrchestratorVersionProfileListResultInnerOrchestratorVersionProfileListResultInner. withOrchestrators(List<OrchestratorVersionProfile> orchestrators)Set the orchestrators property: List of orchestrator version profiles.
-