azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.p...

67 строки
4.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.postgresql.models.FirewallRuleListResult"
fullName: "com.azure.resourcemanager.postgresql.models.FirewallRuleListResult"
name: "FirewallRuleListResult"
nameWithType: "FirewallRuleListResult"
summary: "A list of firewall rules."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **FirewallRuleListResult**"
constructors:
- uid: "com.azure.resourcemanager.postgresql.models.FirewallRuleListResult.FirewallRuleListResult()"
fullName: "com.azure.resourcemanager.postgresql.models.FirewallRuleListResult.FirewallRuleListResult()"
name: "FirewallRuleListResult()"
nameWithType: "FirewallRuleListResult.FirewallRuleListResult()"
syntax: "public FirewallRuleListResult()"
methods:
- uid: "com.azure.resourcemanager.postgresql.models.FirewallRuleListResult.validate()"
fullName: "com.azure.resourcemanager.postgresql.models.FirewallRuleListResult.validate()"
name: "validate()"
nameWithType: "FirewallRuleListResult.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.postgresql.models.FirewallRuleListResult.value()"
fullName: "com.azure.resourcemanager.postgresql.models.FirewallRuleListResult.value()"
name: "value()"
nameWithType: "FirewallRuleListResult.value()"
summary: "Get the value property: The list of firewall rules in a server."
syntax: "public List<FirewallRuleInner> value()"
desc: "Get the value property: The list of firewall rules in a server."
returns:
description: "the value value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.postgresql.fluent.models.FirewallRuleInner?alt=com.azure.resourcemanager.postgresql.fluent.models.FirewallRuleInner&text=FirewallRuleInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.postgresql.models.FirewallRuleListResult.withValue(java.util.List<com.azure.resourcemanager.postgresql.fluent.models.FirewallRuleInner>)"
fullName: "com.azure.resourcemanager.postgresql.models.FirewallRuleListResult.withValue(List<FirewallRuleInner> value)"
name: "withValue(List<FirewallRuleInner> value)"
nameWithType: "FirewallRuleListResult.withValue(List<FirewallRuleInner> value)"
summary: "Set the value property: The list of firewall rules in a server."
parameters:
- description: "the value value to set."
name: "value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.postgresql.fluent.models.FirewallRuleInner?alt=com.azure.resourcemanager.postgresql.fluent.models.FirewallRuleInner&text=FirewallRuleInner\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public FirewallRuleListResult withValue(List<FirewallRuleInner> value)"
desc: "Set the value property: The list of firewall rules in a server."
returns:
description: "the FirewallRuleListResult object itself."
type: "<xref href=\"com.azure.resourcemanager.postgresql.models.FirewallRuleListResult?alt=com.azure.resourcemanager.postgresql.models.FirewallRuleListResult&text=FirewallRuleListResult\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "A list of firewall rules."
metadata: {}
package: "com.azure.resourcemanager.postgresql.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-postgresql:1.0.2