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

167 строки
10 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\" />"
inheritedMembers:
- "java.lang.Object.clone()"
- "java.lang.Object.equals(java.lang.Object)"
- "java.lang.Object.finalize()"
- "java.lang.Object.getClass()"
- "java.lang.Object.hashCode()"
- "java.lang.Object.notify()"
- "java.lang.Object.notifyAll()"
- "java.lang.Object.toString()"
- "java.lang.Object.wait()"
- "java.lang.Object.wait(long)"
- "java.lang.Object.wait(long,int)"
syntax: "public final class VnetInfo"
constructors:
- uid: "com.azure.resourcemanager.appservice.fluent.models.VnetInfo.VnetInfo()"
fullName: "com.azure.resourcemanager.appservice.fluent.models.VnetInfo.VnetInfo()"
name: "VnetInfo()"
nameWithType: "VnetInfo.VnetInfo()"
syntax: "public VnetInfo()"
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.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>&lt;<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\" />&gt;"
- 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."
metadata: {}
package: "com.azure.resourcemanager.appservice.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.18.0