### YamlMime:JavaType uid: "com.azure.resourcemanager.network.models.AdminRuleListResult" fullName: "com.azure.resourcemanager.network.models.AdminRuleListResult" name: "AdminRuleListResult" nameWithType: "AdminRuleListResult" summary: "security configuration admin rule list result." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public final class **AdminRuleListResult**
implements <>" constructors: - uid: "com.azure.resourcemanager.network.models.AdminRuleListResult.AdminRuleListResult()" fullName: "com.azure.resourcemanager.network.models.AdminRuleListResult.AdminRuleListResult()" name: "AdminRuleListResult()" nameWithType: "AdminRuleListResult.AdminRuleListResult()" summary: "Creates an instance of AdminRuleListResult class." syntax: "public AdminRuleListResult()" desc: "Creates an instance of AdminRuleListResult class." methods: - uid: "com.azure.resourcemanager.network.models.AdminRuleListResult.fromJson(com.azure.json.JsonReader)" fullName: "com.azure.resourcemanager.network.models.AdminRuleListResult.fromJson(JsonReader jsonReader)" name: "fromJson(JsonReader jsonReader)" nameWithType: "AdminRuleListResult.fromJson(JsonReader jsonReader)" summary: "Reads an instance of AdminRuleListResult from the JsonReader." modifiers: - "static" parameters: - description: "The JsonReader being read." name: "jsonReader" type: "" syntax: "public static AdminRuleListResult fromJson(JsonReader jsonReader)" exceptions: - description: "If an error occurs while reading the AdminRuleListResult." type: "IOException" desc: "Reads an instance of AdminRuleListResult from the JsonReader." returns: description: "An instance of AdminRuleListResult if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null." type: "" - uid: "com.azure.resourcemanager.network.models.AdminRuleListResult.nextLink()" fullName: "com.azure.resourcemanager.network.models.AdminRuleListResult.nextLink()" name: "nextLink()" nameWithType: "AdminRuleListResult.nextLink()" summary: "Get the nextLink property: The URL to get the next set of results." syntax: "public String nextLink()" desc: "Get the nextLink property: The URL to get the next set of results." returns: description: "the nextLink value." type: "String" - uid: "com.azure.resourcemanager.network.models.AdminRuleListResult.toJson(com.azure.json.JsonWriter)" fullName: "com.azure.resourcemanager.network.models.AdminRuleListResult.toJson(JsonWriter jsonWriter)" name: "toJson(JsonWriter jsonWriter)" nameWithType: "AdminRuleListResult.toJson(JsonWriter jsonWriter)" parameters: - name: "jsonWriter" type: "" syntax: "public JsonWriter toJson(JsonWriter jsonWriter)" exceptions: - type: "IOException" returns: type: "" - uid: "com.azure.resourcemanager.network.models.AdminRuleListResult.validate()" fullName: "com.azure.resourcemanager.network.models.AdminRuleListResult.validate()" name: "validate()" nameWithType: "AdminRuleListResult.validate()" summary: "Validates the instance." syntax: "public void validate()" desc: "Validates the instance." - uid: "com.azure.resourcemanager.network.models.AdminRuleListResult.value()" fullName: "com.azure.resourcemanager.network.models.AdminRuleListResult.value()" name: "value()" nameWithType: "AdminRuleListResult.value()" summary: "Get the value property: A list of admin rules." syntax: "public List value()" desc: "Get the value property: A list of admin rules." returns: description: "the value value." type: "List<>" - uid: "com.azure.resourcemanager.network.models.AdminRuleListResult.withNextLink(java.lang.String)" fullName: "com.azure.resourcemanager.network.models.AdminRuleListResult.withNextLink(String nextLink)" name: "withNextLink(String nextLink)" nameWithType: "AdminRuleListResult.withNextLink(String nextLink)" summary: "Set the nextLink property: The URL to get the next set of results." parameters: - description: "the nextLink value to set." name: "nextLink" type: "String" syntax: "public AdminRuleListResult withNextLink(String nextLink)" desc: "Set the nextLink property: The URL to get the next set of results." returns: description: "the AdminRuleListResult object itself." type: "" - uid: "com.azure.resourcemanager.network.models.AdminRuleListResult.withValue(java.util.List)" fullName: "com.azure.resourcemanager.network.models.AdminRuleListResult.withValue(List value)" name: "withValue(List value)" nameWithType: "AdminRuleListResult.withValue(List value)" summary: "Set the value property: A list of admin rules." parameters: - description: "the value value to set." name: "value" type: "List<>" syntax: "public AdminRuleListResult withValue(List value)" desc: "Set the value property: A list of admin rules." returns: description: "the AdminRuleListResult object itself." type: "" type: "class" desc: "security configuration admin rule list result." implements: - "<>" metadata: {} package: "com.azure.resourcemanager.network.models" artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.44.0