182 строки
11 KiB
YAML
182 строки
11 KiB
YAML
### YamlMime:JavaType
|
|
inheritances:
|
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
|
methods:
|
|
- fullName: com.microsoft.azure.management.network.VpnClientConfiguration.radiusServerAddress()
|
|
name: radiusServerAddress()
|
|
nameWithType: VpnClientConfiguration.radiusServerAddress()
|
|
returns:
|
|
description: <p>the radiusServerAddress value </p>
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Get the radiusServerAddress value.</p>
|
|
|
|
<p></p>
|
|
syntax: public String radiusServerAddress()
|
|
uid: com.microsoft.azure.management.network.VpnClientConfiguration.radiusServerAddress()
|
|
- fullName: com.microsoft.azure.management.network.VpnClientConfiguration.radiusServerSecret()
|
|
name: radiusServerSecret()
|
|
nameWithType: VpnClientConfiguration.radiusServerSecret()
|
|
returns:
|
|
description: <p>the radiusServerSecret value </p>
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Get the radiusServerSecret value.</p>
|
|
|
|
<p></p>
|
|
syntax: public String radiusServerSecret()
|
|
uid: com.microsoft.azure.management.network.VpnClientConfiguration.radiusServerSecret()
|
|
- fullName: com.microsoft.azure.management.network.VpnClientConfiguration.vpnClientAddressPool()
|
|
name: vpnClientAddressPool()
|
|
nameWithType: VpnClientConfiguration.vpnClientAddressPool()
|
|
returns:
|
|
description: <p>the vpnClientAddressPool value </p>
|
|
type: <xref href="com.microsoft.azure.management.network.AddressSpace?alt=com.microsoft.azure.management.network.AddressSpace&text=AddressSpace" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Get the vpnClientAddressPool value.</p>
|
|
|
|
<p></p>
|
|
syntax: public AddressSpace vpnClientAddressPool()
|
|
uid: com.microsoft.azure.management.network.VpnClientConfiguration.vpnClientAddressPool()
|
|
- fullName: com.microsoft.azure.management.network.VpnClientConfiguration.vpnClientProtocols()
|
|
name: vpnClientProtocols()
|
|
nameWithType: VpnClientConfiguration.vpnClientProtocols()
|
|
returns:
|
|
description: <p>the vpnClientProtocols value </p>
|
|
type: List<<xref href="com.microsoft.azure.management.network.VpnClientProtocol?alt=com.microsoft.azure.management.network.VpnClientProtocol&text=VpnClientProtocol" data-throw-if-not-resolved="False"/>>
|
|
summary: >-
|
|
<p>Get the vpnClientProtocols value.</p>
|
|
|
|
<p></p>
|
|
syntax: public List<VpnClientProtocol> vpnClientProtocols()
|
|
uid: com.microsoft.azure.management.network.VpnClientConfiguration.vpnClientProtocols()
|
|
- fullName: com.microsoft.azure.management.network.VpnClientConfiguration.vpnClientRevokedCertificates()
|
|
name: vpnClientRevokedCertificates()
|
|
nameWithType: VpnClientConfiguration.vpnClientRevokedCertificates()
|
|
returns:
|
|
description: <p>the vpnClientRevokedCertificates value </p>
|
|
type: <xref href="List%3CVpnClientRevokedCertificateInner%3E?alt=List%3CVpnClientRevokedCertificateInner%3E&text=List%3CVpnClientRevokedCertificateInner%3E" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Get the vpnClientRevokedCertificates value.</p>
|
|
|
|
<p></p>
|
|
syntax: public List<VpnClientRevokedCertificateInner> vpnClientRevokedCertificates()
|
|
uid: com.microsoft.azure.management.network.VpnClientConfiguration.vpnClientRevokedCertificates()
|
|
- fullName: com.microsoft.azure.management.network.VpnClientConfiguration.vpnClientRootCertificates()
|
|
name: vpnClientRootCertificates()
|
|
nameWithType: VpnClientConfiguration.vpnClientRootCertificates()
|
|
returns:
|
|
description: <p>the vpnClientRootCertificates value </p>
|
|
type: <xref href="List%3CVpnClientRootCertificateInner%3E?alt=List%3CVpnClientRootCertificateInner%3E&text=List%3CVpnClientRootCertificateInner%3E" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Get the vpnClientRootCertificates value.</p>
|
|
|
|
<p></p>
|
|
syntax: public List<VpnClientRootCertificateInner> vpnClientRootCertificates()
|
|
uid: com.microsoft.azure.management.network.VpnClientConfiguration.vpnClientRootCertificates()
|
|
- fullName: com.microsoft.azure.management.network.VpnClientConfiguration.withRadiusServerAddress(String radiusServerAddress)
|
|
name: withRadiusServerAddress(String radiusServerAddress)
|
|
nameWithType: VpnClientConfiguration.withRadiusServerAddress(String radiusServerAddress)
|
|
parameters:
|
|
- description: <p>the radiusServerAddress value to set </p>
|
|
name: radiusServerAddress
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>the VpnClientConfiguration object itself. </p>
|
|
type: <xref href="com.microsoft.azure.management.network.VpnClientConfiguration?alt=com.microsoft.azure.management.network.VpnClientConfiguration&text=VpnClientConfiguration" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set the radiusServerAddress value.</p>
|
|
|
|
<p></p>
|
|
syntax: public VpnClientConfiguration withRadiusServerAddress(String radiusServerAddress)
|
|
uid: com.microsoft.azure.management.network.VpnClientConfiguration.withRadiusServerAddress(String)
|
|
- fullName: com.microsoft.azure.management.network.VpnClientConfiguration.withRadiusServerSecret(String radiusServerSecret)
|
|
name: withRadiusServerSecret(String radiusServerSecret)
|
|
nameWithType: VpnClientConfiguration.withRadiusServerSecret(String radiusServerSecret)
|
|
parameters:
|
|
- description: <p>the radiusServerSecret value to set </p>
|
|
name: radiusServerSecret
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>the VpnClientConfiguration object itself. </p>
|
|
type: <xref href="com.microsoft.azure.management.network.VpnClientConfiguration?alt=com.microsoft.azure.management.network.VpnClientConfiguration&text=VpnClientConfiguration" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set the radiusServerSecret value.</p>
|
|
|
|
<p></p>
|
|
syntax: public VpnClientConfiguration withRadiusServerSecret(String radiusServerSecret)
|
|
uid: com.microsoft.azure.management.network.VpnClientConfiguration.withRadiusServerSecret(String)
|
|
- fullName: com.microsoft.azure.management.network.VpnClientConfiguration.withVpnClientAddressPool(AddressSpace vpnClientAddressPool)
|
|
name: withVpnClientAddressPool(AddressSpace vpnClientAddressPool)
|
|
nameWithType: VpnClientConfiguration.withVpnClientAddressPool(AddressSpace vpnClientAddressPool)
|
|
parameters:
|
|
- description: <p>the vpnClientAddressPool value to set </p>
|
|
name: vpnClientAddressPool
|
|
type: <xref href="com.microsoft.azure.management.network.AddressSpace?alt=com.microsoft.azure.management.network.AddressSpace&text=AddressSpace" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>the VpnClientConfiguration object itself. </p>
|
|
type: <xref href="com.microsoft.azure.management.network.VpnClientConfiguration?alt=com.microsoft.azure.management.network.VpnClientConfiguration&text=VpnClientConfiguration" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set the vpnClientAddressPool value.</p>
|
|
|
|
<p></p>
|
|
syntax: public VpnClientConfiguration withVpnClientAddressPool(AddressSpace vpnClientAddressPool)
|
|
uid: com.microsoft.azure.management.network.VpnClientConfiguration.withVpnClientAddressPool(AddressSpace)
|
|
- fullName: com.microsoft.azure.management.network.VpnClientConfiguration.withVpnClientProtocols(List<VpnClientProtocol> vpnClientProtocols)
|
|
name: withVpnClientProtocols(List<VpnClientProtocol> vpnClientProtocols)
|
|
nameWithType: VpnClientConfiguration.withVpnClientProtocols(List<VpnClientProtocol> vpnClientProtocols)
|
|
parameters:
|
|
- description: <p>the vpnClientProtocols value to set </p>
|
|
name: vpnClientProtocols
|
|
type: List<<xref href="com.microsoft.azure.management.network.VpnClientProtocol?alt=com.microsoft.azure.management.network.VpnClientProtocol&text=VpnClientProtocol" data-throw-if-not-resolved="False"/>>
|
|
returns:
|
|
description: <p>the VpnClientConfiguration object itself. </p>
|
|
type: <xref href="com.microsoft.azure.management.network.VpnClientConfiguration?alt=com.microsoft.azure.management.network.VpnClientConfiguration&text=VpnClientConfiguration" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set the vpnClientProtocols value.</p>
|
|
|
|
<p></p>
|
|
syntax: public VpnClientConfiguration withVpnClientProtocols(List<VpnClientProtocol> vpnClientProtocols)
|
|
uid: com.microsoft.azure.management.network.VpnClientConfiguration.withVpnClientProtocols(List<VpnClientProtocol>)
|
|
- fullName: com.microsoft.azure.management.network.VpnClientConfiguration.withVpnClientRevokedCertificates(List<VpnClientRevokedCertificateInner> vpnClientRevokedCertificates)
|
|
name: withVpnClientRevokedCertificates(List<VpnClientRevokedCertificateInner> vpnClientRevokedCertificates)
|
|
nameWithType: VpnClientConfiguration.withVpnClientRevokedCertificates(List<VpnClientRevokedCertificateInner> vpnClientRevokedCertificates)
|
|
parameters:
|
|
- description: <p>the vpnClientRevokedCertificates value to set </p>
|
|
name: vpnClientRevokedCertificates
|
|
type: <xref href="List%3CVpnClientRevokedCertificateInner%3E?alt=List%3CVpnClientRevokedCertificateInner%3E&text=List%3CVpnClientRevokedCertificateInner%3E" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>the VpnClientConfiguration object itself. </p>
|
|
type: <xref href="com.microsoft.azure.management.network.VpnClientConfiguration?alt=com.microsoft.azure.management.network.VpnClientConfiguration&text=VpnClientConfiguration" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set the vpnClientRevokedCertificates value.</p>
|
|
|
|
<p></p>
|
|
syntax: public VpnClientConfiguration withVpnClientRevokedCertificates(List<VpnClientRevokedCertificateInner> vpnClientRevokedCertificates)
|
|
uid: com.microsoft.azure.management.network.VpnClientConfiguration.withVpnClientRevokedCertificates(List<VpnClientRevokedCertificateInner>)
|
|
- fullName: com.microsoft.azure.management.network.VpnClientConfiguration.withVpnClientRootCertificates(List<VpnClientRootCertificateInner> vpnClientRootCertificates)
|
|
name: withVpnClientRootCertificates(List<VpnClientRootCertificateInner> vpnClientRootCertificates)
|
|
nameWithType: VpnClientConfiguration.withVpnClientRootCertificates(List<VpnClientRootCertificateInner> vpnClientRootCertificates)
|
|
parameters:
|
|
- description: <p>the vpnClientRootCertificates value to set </p>
|
|
name: vpnClientRootCertificates
|
|
type: <xref href="List%3CVpnClientRootCertificateInner%3E?alt=List%3CVpnClientRootCertificateInner%3E&text=List%3CVpnClientRootCertificateInner%3E" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>the VpnClientConfiguration object itself. </p>
|
|
type: <xref href="com.microsoft.azure.management.network.VpnClientConfiguration?alt=com.microsoft.azure.management.network.VpnClientConfiguration&text=VpnClientConfiguration" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set the vpnClientRootCertificates value.</p>
|
|
|
|
<p></p>
|
|
syntax: public VpnClientConfiguration withVpnClientRootCertificates(List<VpnClientRootCertificateInner> vpnClientRootCertificates)
|
|
uid: com.microsoft.azure.management.network.VpnClientConfiguration.withVpnClientRootCertificates(List<VpnClientRootCertificateInner>)
|
|
nameWithType: VpnClientConfiguration
|
|
syntax: public class VpnClientConfiguration
|
|
type: class
|
|
uid: com.microsoft.azure.management.network.VpnClientConfiguration
|
|
fullName: com.microsoft.azure.management.network.VpnClientConfiguration
|
|
name: VpnClientConfiguration
|
|
package: com.microsoft.azure.management.network
|
|
summary: <p>VpnClientConfiguration for P2S client. </p>
|
|
metadata: {}
|