Uses of Class
org.openapitools.client.model.AgentPoolUpdateSetting
Packages that use AgentPoolUpdateSetting
- 
Uses of AgentPoolUpdateSetting in org.openapitools.client.api
Methods in org.openapitools.client.api that return AgentPoolUpdateSettingModifier and TypeMethodDescriptionAgentPoolsApi.getAgentPoolsUpdateSettings(String poolId) Retrieve an Agent Pool update's settings Retrieves the current state of the agent pool update instance settingsAgentPoolsApi.updateAgentPoolsUpdateSettings(String poolId, AgentPoolUpdateSetting agentPoolUpdateSetting) Update an Agent Pool update settings Updates an agent pool update settingsMethods in org.openapitools.client.api that return types with arguments of type AgentPoolUpdateSettingModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<AgentPoolUpdateSetting>AgentPoolsApi.getAgentPoolsUpdateSettingsWithHttpInfo(String poolId) Retrieve an Agent Pool update's settings Retrieves the current state of the agent pool update instance settingsorg.springframework.http.ResponseEntity<AgentPoolUpdateSetting>AgentPoolsApi.updateAgentPoolsUpdateSettingsWithHttpInfo(String poolId, AgentPoolUpdateSetting agentPoolUpdateSetting) Update an Agent Pool update settings Updates an agent pool update settingsMethods in org.openapitools.client.api with parameters of type AgentPoolUpdateSettingModifier and TypeMethodDescription<T> TAgentPoolsApi.updateAgentPoolsUpdateSettings(Class<?> T, String poolId, AgentPoolUpdateSetting agentPoolUpdateSetting) Update an Agent Pool update settings Updates an agent pool update settingsAgentPoolsApi.updateAgentPoolsUpdateSettings(String poolId, AgentPoolUpdateSetting agentPoolUpdateSetting) Update an Agent Pool update settings Updates an agent pool update settingsorg.springframework.http.ResponseEntity<AgentPoolUpdateSetting>AgentPoolsApi.updateAgentPoolsUpdateSettingsWithHttpInfo(String poolId, AgentPoolUpdateSetting agentPoolUpdateSetting) Update an Agent Pool update settings Updates an agent pool update settingsAgentPoolsApi.updateAgentPoolsUpdateSettingsWithPaginationInfo(String poolId, AgentPoolUpdateSetting agentPoolUpdateSetting) Update an Agent Pool update settings Updates an agent pool update settings - 
Uses of AgentPoolUpdateSetting in org.openapitools.client.model
Methods in org.openapitools.client.model that return AgentPoolUpdateSettingModifier and TypeMethodDescriptionAgentPoolUpdateSetting.continueOnError(Boolean continueOnError) AgentPoolUpdateSetting.latestVersion(String latestVersion) AgentPoolUpdateSetting.minimalSupportedVersion(String minimalSupportedVersion) AgentPoolUpdateSetting.releaseChannel(ReleaseChannel releaseChannel)