### YamlMime:JavaType uid: "com.azure.resourcemanager.appservice.models.ProcessInfoCollection" fullName: "com.azure.resourcemanager.appservice.models.ProcessInfoCollection" name: "ProcessInfoCollection" nameWithType: "ProcessInfoCollection" summary: "Collection of Kudu process information elements." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public final class **ProcessInfoCollection**
implements <>" constructors: - uid: "com.azure.resourcemanager.appservice.models.ProcessInfoCollection.ProcessInfoCollection()" fullName: "com.azure.resourcemanager.appservice.models.ProcessInfoCollection.ProcessInfoCollection()" name: "ProcessInfoCollection()" nameWithType: "ProcessInfoCollection.ProcessInfoCollection()" summary: "Creates an instance of ProcessInfoCollection class." syntax: "public ProcessInfoCollection()" desc: "Creates an instance of ProcessInfoCollection class." methods: - uid: "com.azure.resourcemanager.appservice.models.ProcessInfoCollection.fromJson(com.azure.json.JsonReader)" fullName: "com.azure.resourcemanager.appservice.models.ProcessInfoCollection.fromJson(JsonReader jsonReader)" name: "fromJson(JsonReader jsonReader)" nameWithType: "ProcessInfoCollection.fromJson(JsonReader jsonReader)" summary: "Reads an instance of ProcessInfoCollection from the JsonReader." modifiers: - "static" parameters: - description: "The JsonReader being read." name: "jsonReader" type: "" syntax: "public static ProcessInfoCollection fromJson(JsonReader jsonReader)" exceptions: - description: "If the deserialized JSON object was missing any required properties." type: "IOException" desc: "Reads an instance of ProcessInfoCollection from the JsonReader." returns: description: "An instance of ProcessInfoCollection if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null." type: "" - uid: "com.azure.resourcemanager.appservice.models.ProcessInfoCollection.nextLink()" fullName: "com.azure.resourcemanager.appservice.models.ProcessInfoCollection.nextLink()" name: "nextLink()" nameWithType: "ProcessInfoCollection.nextLink()" summary: "Get the nextLink property: Link to next page of resources." syntax: "public String nextLink()" desc: "Get the nextLink property: Link to next page of resources." returns: description: "the nextLink value." type: "String" - uid: "com.azure.resourcemanager.appservice.models.ProcessInfoCollection.toJson(com.azure.json.JsonWriter)" fullName: "com.azure.resourcemanager.appservice.models.ProcessInfoCollection.toJson(JsonWriter jsonWriter)" name: "toJson(JsonWriter jsonWriter)" nameWithType: "ProcessInfoCollection.toJson(JsonWriter jsonWriter)" parameters: - name: "jsonWriter" type: "" syntax: "public JsonWriter toJson(JsonWriter jsonWriter)" exceptions: - type: "IOException" returns: type: "" - uid: "com.azure.resourcemanager.appservice.models.ProcessInfoCollection.validate()" fullName: "com.azure.resourcemanager.appservice.models.ProcessInfoCollection.validate()" name: "validate()" nameWithType: "ProcessInfoCollection.validate()" summary: "Validates the instance." syntax: "public void validate()" desc: "Validates the instance." - uid: "com.azure.resourcemanager.appservice.models.ProcessInfoCollection.value()" fullName: "com.azure.resourcemanager.appservice.models.ProcessInfoCollection.value()" name: "value()" nameWithType: "ProcessInfoCollection.value()" summary: "Get the value property: Collection of resources." syntax: "public List value()" desc: "Get the value property: Collection of resources." returns: description: "the value value." type: "List<>" - uid: "com.azure.resourcemanager.appservice.models.ProcessInfoCollection.withValue(java.util.List)" fullName: "com.azure.resourcemanager.appservice.models.ProcessInfoCollection.withValue(List value)" name: "withValue(List value)" nameWithType: "ProcessInfoCollection.withValue(List value)" summary: "Set the value property: Collection of resources." parameters: - description: "the value value to set." name: "value" type: "List<>" syntax: "public ProcessInfoCollection withValue(List value)" desc: "Set the value property: Collection of resources." returns: description: "the ProcessInfoCollection object itself." type: "" type: "class" desc: "Collection of Kudu process information elements." implements: - "<>" metadata: {} package: "com.azure.resourcemanager.appservice.models" artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.44.0