Uses of Class
com.azure.resourcemanager.appservice.fluent.models.ProcessInfoInner
Packages that use ProcessInfoInner
Package
Description
Package containing the service clients for AppService.
Package containing the inner data models for AppService.
-
Uses of ProcessInfoInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return ProcessInfoInnerModifier and TypeMethodDescriptionWebAppsClient.getInstanceProcess(String resourceGroupName, String name, String processId, String instanceId) Get process information by its ID for a specific scaled-out instance in a web site.WebAppsClient.getInstanceProcessSlot(String resourceGroupName, String name, String processId, String slot, String instanceId) Get process information by its ID for a specific scaled-out instance in a web site.WebAppsClient.getProcess(String resourceGroupName, String name, String processId) Get process information by its ID for a specific scaled-out instance in a web site.WebAppsClient.getProcessSlot(String resourceGroupName, String name, String processId, String slot) Get process information by its ID for a specific scaled-out instance in a web site.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type ProcessInfoInnerModifier and TypeMethodDescriptionWebAppsClient.getInstanceProcessAsync(String resourceGroupName, String name, String processId, String instanceId) Get process information by its ID for a specific scaled-out instance in a web site.WebAppsClient.getInstanceProcessSlotAsync(String resourceGroupName, String name, String processId, String slot, String instanceId) Get process information by its ID for a specific scaled-out instance in a web site.com.azure.core.http.rest.Response<ProcessInfoInner> WebAppsClient.getInstanceProcessSlotWithResponse(String resourceGroupName, String name, String processId, String slot, String instanceId, com.azure.core.util.Context context) Get process information by its ID for a specific scaled-out instance in a web site.Mono<com.azure.core.http.rest.Response<ProcessInfoInner>> WebAppsClient.getInstanceProcessSlotWithResponseAsync(String resourceGroupName, String name, String processId, String slot, String instanceId) Get process information by its ID for a specific scaled-out instance in a web site.com.azure.core.http.rest.Response<ProcessInfoInner> WebAppsClient.getInstanceProcessWithResponse(String resourceGroupName, String name, String processId, String instanceId, com.azure.core.util.Context context) Get process information by its ID for a specific scaled-out instance in a web site.Mono<com.azure.core.http.rest.Response<ProcessInfoInner>> WebAppsClient.getInstanceProcessWithResponseAsync(String resourceGroupName, String name, String processId, String instanceId) Get process information by its ID for a specific scaled-out instance in a web site.WebAppsClient.getProcessAsync(String resourceGroupName, String name, String processId) Get process information by its ID for a specific scaled-out instance in a web site.WebAppsClient.getProcessSlotAsync(String resourceGroupName, String name, String processId, String slot) Get process information by its ID for a specific scaled-out instance in a web site.com.azure.core.http.rest.Response<ProcessInfoInner> WebAppsClient.getProcessSlotWithResponse(String resourceGroupName, String name, String processId, String slot, com.azure.core.util.Context context) Get process information by its ID for a specific scaled-out instance in a web site.Mono<com.azure.core.http.rest.Response<ProcessInfoInner>> WebAppsClient.getProcessSlotWithResponseAsync(String resourceGroupName, String name, String processId, String slot) Get process information by its ID for a specific scaled-out instance in a web site.com.azure.core.http.rest.Response<ProcessInfoInner> WebAppsClient.getProcessWithResponse(String resourceGroupName, String name, String processId, com.azure.core.util.Context context) Get process information by its ID for a specific scaled-out instance in a web site.Mono<com.azure.core.http.rest.Response<ProcessInfoInner>> WebAppsClient.getProcessWithResponseAsync(String resourceGroupName, String name, String processId) Get process information by its ID for a specific scaled-out instance in a web site.com.azure.core.http.rest.PagedIterable<ProcessInfoInner> WebAppsClient.listInstanceProcesses(String resourceGroupName, String name, String instanceId) Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site.com.azure.core.http.rest.PagedIterable<ProcessInfoInner> WebAppsClient.listInstanceProcesses(String resourceGroupName, String name, String instanceId, com.azure.core.util.Context context) Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site.com.azure.core.http.rest.PagedFlux<ProcessInfoInner> WebAppsClient.listInstanceProcessesAsync(String resourceGroupName, String name, String instanceId) Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site.com.azure.core.http.rest.PagedIterable<ProcessInfoInner> WebAppsClient.listInstanceProcessesSlot(String resourceGroupName, String name, String slot, String instanceId) Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site.com.azure.core.http.rest.PagedIterable<ProcessInfoInner> WebAppsClient.listInstanceProcessesSlot(String resourceGroupName, String name, String slot, String instanceId, com.azure.core.util.Context context) Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site.com.azure.core.http.rest.PagedFlux<ProcessInfoInner> WebAppsClient.listInstanceProcessesSlotAsync(String resourceGroupName, String name, String slot, String instanceId) Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site.com.azure.core.http.rest.PagedIterable<ProcessInfoInner> WebAppsClient.listProcesses(String resourceGroupName, String name) Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site.com.azure.core.http.rest.PagedIterable<ProcessInfoInner> WebAppsClient.listProcesses(String resourceGroupName, String name, com.azure.core.util.Context context) Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site.com.azure.core.http.rest.PagedFlux<ProcessInfoInner> WebAppsClient.listProcessesAsync(String resourceGroupName, String name) Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site.com.azure.core.http.rest.PagedIterable<ProcessInfoInner> WebAppsClient.listProcessesSlot(String resourceGroupName, String name, String slot) Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site.com.azure.core.http.rest.PagedIterable<ProcessInfoInner> WebAppsClient.listProcessesSlot(String resourceGroupName, String name, String slot, com.azure.core.util.Context context) Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site.com.azure.core.http.rest.PagedFlux<ProcessInfoInner> WebAppsClient.listProcessesSlotAsync(String resourceGroupName, String name, String slot) Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site. -
Uses of ProcessInfoInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return ProcessInfoInnerModifier and TypeMethodDescriptionstatic ProcessInfoInnerProcessInfoInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ProcessInfoInner from the JsonReader.