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

126 строки
10 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.sql.fluent.models.ServerFirewallRuleProperties"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerFirewallRuleProperties"
name: "ServerFirewallRuleProperties"
nameWithType: "ServerFirewallRuleProperties"
summary: "The properties of a server firewall rule."
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 **ServerFirewallRuleProperties**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.ServerFirewallRuleProperties?alt=com.azure.resourcemanager.sql.fluent.models.ServerFirewallRuleProperties&text=ServerFirewallRuleProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.sql.fluent.models.ServerFirewallRuleProperties.ServerFirewallRuleProperties()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerFirewallRuleProperties.ServerFirewallRuleProperties()"
name: "ServerFirewallRuleProperties()"
nameWithType: "ServerFirewallRuleProperties.ServerFirewallRuleProperties()"
summary: "Creates an instance of Server<wbr>Firewall<wbr>Rule<wbr>Properties class."
syntax: "public ServerFirewallRuleProperties()"
desc: "Creates an instance of ServerFirewallRuleProperties class."
methods:
- uid: "com.azure.resourcemanager.sql.fluent.models.ServerFirewallRuleProperties.endIpAddress()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerFirewallRuleProperties.endIpAddress()"
name: "endIpAddress()"
nameWithType: "ServerFirewallRuleProperties.endIpAddress()"
summary: "Get the end<wbr>IpAddress property: The end IP address of the firewall rule."
syntax: "public String endIpAddress()"
desc: "Get the endIpAddress property: The end IP address of the firewall rule. Must be IPv4 format. Must be greater than or equal to startIpAddress. Use value '0.0.0.0' for all Azure-internal IP addresses."
returns:
description: "the endIpAddress value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.fluent.models.ServerFirewallRuleProperties.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerFirewallRuleProperties.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "ServerFirewallRuleProperties.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Server<wbr>Firewall<wbr>Rule<wbr>Properties from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static ServerFirewallRuleProperties fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the ServerFirewallRuleProperties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of ServerFirewallRuleProperties from the JsonReader."
returns:
description: "An instance of ServerFirewallRuleProperties if the JsonReader was pointing to an instance of it, or null\n if it was pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ServerFirewallRuleProperties?alt=com.azure.resourcemanager.sql.fluent.models.ServerFirewallRuleProperties&text=ServerFirewallRuleProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ServerFirewallRuleProperties.startIpAddress()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerFirewallRuleProperties.startIpAddress()"
name: "startIpAddress()"
nameWithType: "ServerFirewallRuleProperties.startIpAddress()"
summary: "Get the start<wbr>IpAddress property: The start IP address of the firewall rule."
syntax: "public String startIpAddress()"
desc: "Get the startIpAddress property: The start IP address of the firewall rule. Must be IPv4 format. Use value '0.0.0.0' for all Azure-internal IP addresses."
returns:
description: "the startIpAddress value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.fluent.models.ServerFirewallRuleProperties.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerFirewallRuleProperties.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "ServerFirewallRuleProperties.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ServerFirewallRuleProperties.validate()"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerFirewallRuleProperties.validate()"
name: "validate()"
nameWithType: "ServerFirewallRuleProperties.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.sql.fluent.models.ServerFirewallRuleProperties.withEndIpAddress(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerFirewallRuleProperties.withEndIpAddress(String endIpAddress)"
name: "withEndIpAddress(String endIpAddress)"
nameWithType: "ServerFirewallRuleProperties.withEndIpAddress(String endIpAddress)"
summary: "Set the end<wbr>IpAddress property: The end IP address of the firewall rule."
parameters:
- description: "the endIpAddress value to set."
name: "endIpAddress"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ServerFirewallRuleProperties withEndIpAddress(String endIpAddress)"
desc: "Set the endIpAddress property: The end IP address of the firewall rule. Must be IPv4 format. Must be greater than or equal to startIpAddress. Use value '0.0.0.0' for all Azure-internal IP addresses."
returns:
description: "the ServerFirewallRuleProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ServerFirewallRuleProperties?alt=com.azure.resourcemanager.sql.fluent.models.ServerFirewallRuleProperties&text=ServerFirewallRuleProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.models.ServerFirewallRuleProperties.withStartIpAddress(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.models.ServerFirewallRuleProperties.withStartIpAddress(String startIpAddress)"
name: "withStartIpAddress(String startIpAddress)"
nameWithType: "ServerFirewallRuleProperties.withStartIpAddress(String startIpAddress)"
summary: "Set the start<wbr>IpAddress property: The start IP address of the firewall rule."
parameters:
- description: "the startIpAddress value to set."
name: "startIpAddress"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ServerFirewallRuleProperties withStartIpAddress(String startIpAddress)"
desc: "Set the startIpAddress property: The start IP address of the firewall rule. Must be IPv4 format. Use value '0.0.0.0' for all Azure-internal IP addresses."
returns:
description: "the ServerFirewallRuleProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.ServerFirewallRuleProperties?alt=com.azure.resourcemanager.sql.fluent.models.ServerFirewallRuleProperties&text=ServerFirewallRuleProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The properties of a server firewall rule."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.ServerFirewallRuleProperties?alt=com.azure.resourcemanager.sql.fluent.models.ServerFirewallRuleProperties&text=ServerFirewallRuleProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.sql.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-sql:2.42.0