204 строки
14 KiB
YAML
204 строки
14 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.appservice.fluent.models.VnetInfo"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.VnetInfo"
|
|
name: "VnetInfo"
|
|
nameWithType: "VnetInfo"
|
|
summary: "Virtual Network information contract."
|
|
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 **VnetInfo**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.VnetInfo?alt=com.azure.resourcemanager.appservice.fluent.models.VnetInfo&text=VnetInfo\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.models.VnetInfo.VnetInfo()"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.VnetInfo.VnetInfo()"
|
|
name: "VnetInfo()"
|
|
nameWithType: "VnetInfo.VnetInfo()"
|
|
summary: "Creates an instance of Vnet<wbr>Info class."
|
|
syntax: "public VnetInfo()"
|
|
desc: "Creates an instance of VnetInfo class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.models.VnetInfo.certBlob()"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.VnetInfo.certBlob()"
|
|
name: "certBlob()"
|
|
nameWithType: "VnetInfo.certBlob()"
|
|
summary: "Get the cert<wbr>Blob property: A certificate file (.cer) blob containing the public key of the private key used to authenticate a Point-To-Site VPN connection."
|
|
syntax: "public String certBlob()"
|
|
desc: "Get the certBlob property: A certificate file (.cer) blob containing the public key of the private key used to authenticate a Point-To-Site VPN connection."
|
|
returns:
|
|
description: "the certBlob value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.models.VnetInfo.certThumbprint()"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.VnetInfo.certThumbprint()"
|
|
name: "certThumbprint()"
|
|
nameWithType: "VnetInfo.certThumbprint()"
|
|
summary: "Get the cert<wbr>Thumbprint property: The client certificate thumbprint."
|
|
syntax: "public String certThumbprint()"
|
|
desc: "Get the certThumbprint property: The client certificate thumbprint."
|
|
returns:
|
|
description: "the certThumbprint value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.models.VnetInfo.dnsServers()"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.VnetInfo.dnsServers()"
|
|
name: "dnsServers()"
|
|
nameWithType: "VnetInfo.dnsServers()"
|
|
summary: "Get the dns<wbr>Servers property: DNS servers to be used by this Virtual Network."
|
|
syntax: "public String dnsServers()"
|
|
desc: "Get the dnsServers property: DNS servers to be used by this Virtual Network. This should be a comma-separated list of IP addresses."
|
|
returns:
|
|
description: "the dnsServers value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.models.VnetInfo.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.VnetInfo.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "VnetInfo.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Vnet<wbr>Info 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 VnetInfo fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the VnetInfo."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of VnetInfo from the JsonReader."
|
|
returns:
|
|
description: "An instance of VnetInfo if the JsonReader was pointing to an instance of it, or null if it was pointing\n to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.VnetInfo?alt=com.azure.resourcemanager.appservice.fluent.models.VnetInfo&text=VnetInfo\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.models.VnetInfo.isSwift()"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.VnetInfo.isSwift()"
|
|
name: "isSwift()"
|
|
nameWithType: "VnetInfo.isSwift()"
|
|
summary: "Get the is<wbr>Swift property: Flag that is used to denote if this is VNET injection."
|
|
syntax: "public Boolean isSwift()"
|
|
desc: "Get the isSwift property: Flag that is used to denote if this is VNET injection."
|
|
returns:
|
|
description: "the isSwift value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.models.VnetInfo.resyncRequired()"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.VnetInfo.resyncRequired()"
|
|
name: "resyncRequired()"
|
|
nameWithType: "VnetInfo.resyncRequired()"
|
|
summary: "Get the resync<wbr>Required property: <code>true</code> if a resync is required; otherwise, <code>false</code>."
|
|
syntax: "public Boolean resyncRequired()"
|
|
desc: "Get the resyncRequired property: <code>true</code> if a resync is required; otherwise, <code>false</code>."
|
|
returns:
|
|
description: "the resyncRequired value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.models.VnetInfo.routes()"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.VnetInfo.routes()"
|
|
name: "routes()"
|
|
nameWithType: "VnetInfo.routes()"
|
|
summary: "Get the routes property: The routes that this Virtual Network connection uses."
|
|
syntax: "public List<VnetRouteInner> routes()"
|
|
desc: "Get the routes property: The routes that this Virtual Network connection uses."
|
|
returns:
|
|
description: "the routes value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.VnetRouteInner?alt=com.azure.resourcemanager.appservice.fluent.models.VnetRouteInner&text=VnetRouteInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.models.VnetInfo.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.VnetInfo.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "VnetInfo.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.appservice.fluent.models.VnetInfo.validate()"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.VnetInfo.validate()"
|
|
name: "validate()"
|
|
nameWithType: "VnetInfo.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.models.VnetInfo.vnetResourceId()"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.VnetInfo.vnetResourceId()"
|
|
name: "vnetResourceId()"
|
|
nameWithType: "VnetInfo.vnetResourceId()"
|
|
summary: "Get the vnet<wbr>Resource<wbr>Id property: The Virtual Network's resource ID."
|
|
syntax: "public String vnetResourceId()"
|
|
desc: "Get the vnetResourceId property: The Virtual Network's resource ID."
|
|
returns:
|
|
description: "the vnetResourceId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.models.VnetInfo.withCertBlob(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.VnetInfo.withCertBlob(String certBlob)"
|
|
name: "withCertBlob(String certBlob)"
|
|
nameWithType: "VnetInfo.withCertBlob(String certBlob)"
|
|
summary: "Set the cert<wbr>Blob property: A certificate file (.cer) blob containing the public key of the private key used to authenticate a Point-To-Site VPN connection."
|
|
parameters:
|
|
- description: "the certBlob value to set."
|
|
name: "certBlob"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public VnetInfo withCertBlob(String certBlob)"
|
|
desc: "Set the certBlob property: A certificate file (.cer) blob containing the public key of the private key used to authenticate a Point-To-Site VPN connection."
|
|
returns:
|
|
description: "the VnetInfo object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.VnetInfo?alt=com.azure.resourcemanager.appservice.fluent.models.VnetInfo&text=VnetInfo\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.models.VnetInfo.withDnsServers(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.VnetInfo.withDnsServers(String dnsServers)"
|
|
name: "withDnsServers(String dnsServers)"
|
|
nameWithType: "VnetInfo.withDnsServers(String dnsServers)"
|
|
summary: "Set the dns<wbr>Servers property: DNS servers to be used by this Virtual Network."
|
|
parameters:
|
|
- description: "the dnsServers value to set."
|
|
name: "dnsServers"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public VnetInfo withDnsServers(String dnsServers)"
|
|
desc: "Set the dnsServers property: DNS servers to be used by this Virtual Network. This should be a comma-separated list of IP addresses."
|
|
returns:
|
|
description: "the VnetInfo object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.VnetInfo?alt=com.azure.resourcemanager.appservice.fluent.models.VnetInfo&text=VnetInfo\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.models.VnetInfo.withIsSwift(java.lang.Boolean)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.VnetInfo.withIsSwift(Boolean isSwift)"
|
|
name: "withIsSwift(Boolean isSwift)"
|
|
nameWithType: "VnetInfo.withIsSwift(Boolean isSwift)"
|
|
summary: "Set the is<wbr>Swift property: Flag that is used to denote if this is VNET injection."
|
|
parameters:
|
|
- description: "the isSwift value to set."
|
|
name: "isSwift"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
syntax: "public VnetInfo withIsSwift(Boolean isSwift)"
|
|
desc: "Set the isSwift property: Flag that is used to denote if this is VNET injection."
|
|
returns:
|
|
description: "the VnetInfo object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.VnetInfo?alt=com.azure.resourcemanager.appservice.fluent.models.VnetInfo&text=VnetInfo\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.fluent.models.VnetInfo.withVnetResourceId(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.fluent.models.VnetInfo.withVnetResourceId(String vnetResourceId)"
|
|
name: "withVnetResourceId(String vnetResourceId)"
|
|
nameWithType: "VnetInfo.withVnetResourceId(String vnetResourceId)"
|
|
summary: "Set the vnet<wbr>Resource<wbr>Id property: The Virtual Network's resource ID."
|
|
parameters:
|
|
- description: "the vnetResourceId value to set."
|
|
name: "vnetResourceId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public VnetInfo withVnetResourceId(String vnetResourceId)"
|
|
desc: "Set the vnetResourceId property: The Virtual Network's resource ID."
|
|
returns:
|
|
description: "the VnetInfo object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.fluent.models.VnetInfo?alt=com.azure.resourcemanager.appservice.fluent.models.VnetInfo&text=VnetInfo\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Virtual Network information contract."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.VnetInfo?alt=com.azure.resourcemanager.appservice.fluent.models.VnetInfo&text=VnetInfo\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.appservice.fluent.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.44.0
|