Uses of Class
com.azure.resourcemanager.appservice.fluent.models.ProcessThreadInfoInner
-
Packages that use ProcessThreadInfoInner Package Description com.azure.resourcemanager.appservice.fluent Package containing the service clients for WebSiteManagementClient.com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of ProcessThreadInfoInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type ProcessThreadInfoInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<ProcessThreadInfoInner>WebAppsClient. listInstanceProcessThreads(String resourceGroupName, String name, String processId, String instanceId)Description for List the threads in a process by its ID for a specific scaled-out instance in a web site.com.azure.core.http.rest.PagedIterable<ProcessThreadInfoInner>WebAppsClient. listInstanceProcessThreads(String resourceGroupName, String name, String processId, String instanceId, com.azure.core.util.Context context)Description for List the threads in a process by its ID for a specific scaled-out instance in a web site.com.azure.core.http.rest.PagedFlux<ProcessThreadInfoInner>WebAppsClient. listInstanceProcessThreadsAsync(String resourceGroupName, String name, String processId, String instanceId)Description for List the threads in a process by its ID for a specific scaled-out instance in a web site.com.azure.core.http.rest.PagedIterable<ProcessThreadInfoInner>WebAppsClient. listInstanceProcessThreadsSlot(String resourceGroupName, String name, String processId, String slot, String instanceId)Description for List the threads in a process by its ID for a specific scaled-out instance in a web site.com.azure.core.http.rest.PagedIterable<ProcessThreadInfoInner>WebAppsClient. listInstanceProcessThreadsSlot(String resourceGroupName, String name, String processId, String slot, String instanceId, com.azure.core.util.Context context)Description for List the threads in a process by its ID for a specific scaled-out instance in a web site.com.azure.core.http.rest.PagedFlux<ProcessThreadInfoInner>WebAppsClient. listInstanceProcessThreadsSlotAsync(String resourceGroupName, String name, String processId, String slot, String instanceId)Description for List the threads in a process by its ID for a specific scaled-out instance in a web site.com.azure.core.http.rest.PagedIterable<ProcessThreadInfoInner>WebAppsClient. listProcessThreads(String resourceGroupName, String name, String processId)Description for List the threads in a process by its ID for a specific scaled-out instance in a web site.com.azure.core.http.rest.PagedIterable<ProcessThreadInfoInner>WebAppsClient. listProcessThreads(String resourceGroupName, String name, String processId, com.azure.core.util.Context context)Description for List the threads in a process by its ID for a specific scaled-out instance in a web site.com.azure.core.http.rest.PagedFlux<ProcessThreadInfoInner>WebAppsClient. listProcessThreadsAsync(String resourceGroupName, String name, String processId)Description for List the threads in a process by its ID for a specific scaled-out instance in a web site.com.azure.core.http.rest.PagedIterable<ProcessThreadInfoInner>WebAppsClient. listProcessThreadsSlot(String resourceGroupName, String name, String processId, String slot)Description for List the threads in a process by its ID for a specific scaled-out instance in a web site.com.azure.core.http.rest.PagedIterable<ProcessThreadInfoInner>WebAppsClient. listProcessThreadsSlot(String resourceGroupName, String name, String processId, String slot, com.azure.core.util.Context context)Description for List the threads in a process by its ID for a specific scaled-out instance in a web site.com.azure.core.http.rest.PagedFlux<ProcessThreadInfoInner>WebAppsClient. listProcessThreadsSlotAsync(String resourceGroupName, String name, String processId, String slot)Description for List the threads in a process by its ID for a specific scaled-out instance in a web site. -
Uses of ProcessThreadInfoInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return ProcessThreadInfoInner Modifier and Type Method Description ProcessThreadInfoInnerProcessThreadInfoInner. withBasePriority(Integer basePriority)Set the basePriority property: Base priority.ProcessThreadInfoInnerProcessThreadInfoInner. withCurrentPriority(Integer currentPriority)Set the currentPriority property: Current thread priority.ProcessThreadInfoInnerProcessThreadInfoInner. withHref(String href)Set the href property: HRef URI.ProcessThreadInfoInnerProcessThreadInfoInner. withKind(String kind)Set the kind property: Kind of resource.ProcessThreadInfoInnerProcessThreadInfoInner. withPriorityLevel(String priorityLevel)Set the priorityLevel property: Thread priority level.ProcessThreadInfoInnerProcessThreadInfoInner. withProcess(String process)Set the process property: Process URI.ProcessThreadInfoInnerProcessThreadInfoInner. withStartAddress(String startAddress)Set the startAddress property: Start address.ProcessThreadInfoInnerProcessThreadInfoInner. withStartTime(OffsetDateTime startTime)Set the startTime property: Start time.ProcessThreadInfoInnerProcessThreadInfoInner. withState(String state)Set the state property: Thread state.ProcessThreadInfoInnerProcessThreadInfoInner. withTotalProcessorTime(String totalProcessorTime)Set the totalProcessorTime property: Total processor time.ProcessThreadInfoInnerProcessThreadInfoInner. withUserProcessorTime(String userProcessorTime)Set the userProcessorTime property: User processor time.ProcessThreadInfoInnerProcessThreadInfoInner. withWaitReason(String waitReason)Set the waitReason property: Wait reason.Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type ProcessThreadInfoInner Modifier and Type Method Description List<ProcessThreadInfoInner>ProcessInfoInner. threads()Get the threads property: Thread list.List<ProcessThreadInfoInner>ProcessInfoProperties. threads()Get the threads property: Thread list.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type ProcessThreadInfoInner Modifier and Type Method Description ProcessInfoInnerProcessInfoInner. withThreads(List<ProcessThreadInfoInner> threads)Set the threads property: Thread list.ProcessInfoPropertiesProcessInfoProperties. withThreads(List<ProcessThreadInfoInner> threads)Set the threads property: Thread list. -
Uses of ProcessThreadInfoInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type ProcessThreadInfoInner Modifier and Type Method Description List<ProcessThreadInfoInner>ProcessThreadInfoCollection. value()Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type ProcessThreadInfoInner Modifier and Type Method Description ProcessThreadInfoCollectionProcessThreadInfoCollection. withValue(List<ProcessThreadInfoInner> value)Set the value property: Collection of resources.
-