82 строки
5.9 KiB
YAML
82 строки
5.9 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.network.VirtualWanVpnProfileParameters"
|
|
fullName: "com.microsoft.azure.management.network.VirtualWanVpnProfileParameters"
|
|
name: "VirtualWanVpnProfileParameters"
|
|
nameWithType: "VirtualWanVpnProfileParameters"
|
|
summary: "Virtual Wan Vpn profile parameters Vpn profile generation."
|
|
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 class VirtualWanVpnProfileParameters"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.network.VirtualWanVpnProfileParameters.VirtualWanVpnProfileParameters()"
|
|
fullName: "com.microsoft.azure.management.network.VirtualWanVpnProfileParameters.VirtualWanVpnProfileParameters()"
|
|
name: "VirtualWanVpnProfileParameters()"
|
|
nameWithType: "VirtualWanVpnProfileParameters.VirtualWanVpnProfileParameters()"
|
|
syntax: "public VirtualWanVpnProfileParameters()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.network.VirtualWanVpnProfileParameters.authenticationMethod()"
|
|
fullName: "com.microsoft.azure.management.network.VirtualWanVpnProfileParameters.authenticationMethod()"
|
|
name: "authenticationMethod()"
|
|
nameWithType: "VirtualWanVpnProfileParameters.authenticationMethod()"
|
|
summary: "Get vPN client authentication method."
|
|
syntax: "public AuthenticationMethod authenticationMethod()"
|
|
desc: "Get vPN client authentication method. Possible values include: 'EAPTLS', 'EAPMSCHAPv2'."
|
|
returns:
|
|
description: "the authenticationMethod value"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.AuthenticationMethod?alt=com.microsoft.azure.management.network.AuthenticationMethod&text=AuthenticationMethod\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.VirtualWanVpnProfileParameters.vpnServerConfigurationResourceId()"
|
|
fullName: "com.microsoft.azure.management.network.VirtualWanVpnProfileParameters.vpnServerConfigurationResourceId()"
|
|
name: "vpnServerConfigurationResourceId()"
|
|
nameWithType: "VirtualWanVpnProfileParameters.vpnServerConfigurationResourceId()"
|
|
summary: "Get vpn<wbr>Server<wbr>Configuration partial resource uri with which Virtual<wbr>Wan is associated to."
|
|
syntax: "public String vpnServerConfigurationResourceId()"
|
|
desc: "Get vpnServerConfiguration partial resource uri with which VirtualWan is associated to."
|
|
returns:
|
|
description: "the vpnServerConfigurationResourceId value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.VirtualWanVpnProfileParameters.withAuthenticationMethod(com.microsoft.azure.management.network.AuthenticationMethod)"
|
|
fullName: "com.microsoft.azure.management.network.VirtualWanVpnProfileParameters.withAuthenticationMethod(AuthenticationMethod authenticationMethod)"
|
|
name: "withAuthenticationMethod(AuthenticationMethod authenticationMethod)"
|
|
nameWithType: "VirtualWanVpnProfileParameters.withAuthenticationMethod(AuthenticationMethod authenticationMethod)"
|
|
summary: "Set vPN client authentication method."
|
|
parameters:
|
|
- description: "the authenticationMethod value to set"
|
|
name: "authenticationMethod"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.AuthenticationMethod?alt=com.microsoft.azure.management.network.AuthenticationMethod&text=AuthenticationMethod\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public VirtualWanVpnProfileParameters withAuthenticationMethod(AuthenticationMethod authenticationMethod)"
|
|
desc: "Set vPN client authentication method. Possible values include: 'EAPTLS', 'EAPMSCHAPv2'."
|
|
returns:
|
|
description: "the VirtualWanVpnProfileParameters object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.VirtualWanVpnProfileParameters?alt=com.microsoft.azure.management.network.VirtualWanVpnProfileParameters&text=VirtualWanVpnProfileParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.VirtualWanVpnProfileParameters.withVpnServerConfigurationResourceId(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.network.VirtualWanVpnProfileParameters.withVpnServerConfigurationResourceId(String vpnServerConfigurationResourceId)"
|
|
name: "withVpnServerConfigurationResourceId(String vpnServerConfigurationResourceId)"
|
|
nameWithType: "VirtualWanVpnProfileParameters.withVpnServerConfigurationResourceId(String vpnServerConfigurationResourceId)"
|
|
summary: "Set vpn<wbr>Server<wbr>Configuration partial resource uri with which Virtual<wbr>Wan is associated to."
|
|
parameters:
|
|
- description: "the vpnServerConfigurationResourceId value to set"
|
|
name: "vpnServerConfigurationResourceId"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public VirtualWanVpnProfileParameters withVpnServerConfigurationResourceId(String vpnServerConfigurationResourceId)"
|
|
desc: "Set vpnServerConfiguration partial resource uri with which VirtualWan is associated to."
|
|
returns:
|
|
description: "the VirtualWanVpnProfileParameters object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.VirtualWanVpnProfileParameters?alt=com.microsoft.azure.management.network.VirtualWanVpnProfileParameters&text=VirtualWanVpnProfileParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Virtual Wan Vpn profile parameters Vpn profile generation."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.network"
|
|
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4
|