276 строки
24 KiB
YAML
276 строки
24 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.network.VpnClientConfiguration"
|
|
fullName: "com.microsoft.azure.management.network.VpnClientConfiguration"
|
|
name: "VpnClientConfiguration"
|
|
nameWithType: "VpnClientConfiguration"
|
|
summary: "Vpn<wbr>Client<wbr>Configuration for P2S client."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public class **VpnClientConfiguration**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.network.VpnClientConfiguration.VpnClientConfiguration()"
|
|
fullName: "com.microsoft.azure.management.network.VpnClientConfiguration.VpnClientConfiguration()"
|
|
name: "VpnClientConfiguration()"
|
|
nameWithType: "VpnClientConfiguration.VpnClientConfiguration()"
|
|
syntax: "public VpnClientConfiguration()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.network.VpnClientConfiguration.aadAudience()"
|
|
fullName: "com.microsoft.azure.management.network.VpnClientConfiguration.aadAudience()"
|
|
name: "aadAudience()"
|
|
nameWithType: "VpnClientConfiguration.aadAudience()"
|
|
summary: "Get the AADAudience property of the Virtual<wbr>Network<wbr>Gateway resource for vpn client connection used for AAD authentication."
|
|
syntax: "public String aadAudience()"
|
|
desc: "Get the AADAudience property of the VirtualNetworkGateway resource for vpn client connection used for AAD authentication."
|
|
returns:
|
|
description: "the aadAudience 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.VpnClientConfiguration.aadIssuer()"
|
|
fullName: "com.microsoft.azure.management.network.VpnClientConfiguration.aadIssuer()"
|
|
name: "aadIssuer()"
|
|
nameWithType: "VpnClientConfiguration.aadIssuer()"
|
|
summary: "Get the AADIssuer property of the Virtual<wbr>Network<wbr>Gateway resource for vpn client connection used for AAD authentication."
|
|
syntax: "public String aadIssuer()"
|
|
desc: "Get the AADIssuer property of the VirtualNetworkGateway resource for vpn client connection used for AAD authentication."
|
|
returns:
|
|
description: "the aadIssuer 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.VpnClientConfiguration.aadTenant()"
|
|
fullName: "com.microsoft.azure.management.network.VpnClientConfiguration.aadTenant()"
|
|
name: "aadTenant()"
|
|
nameWithType: "VpnClientConfiguration.aadTenant()"
|
|
summary: "Get the AADTenant property of the Virtual<wbr>Network<wbr>Gateway resource for vpn client connection used for AAD authentication."
|
|
syntax: "public String aadTenant()"
|
|
desc: "Get the AADTenant property of the VirtualNetworkGateway resource for vpn client connection used for AAD authentication."
|
|
returns:
|
|
description: "the aadTenant 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.VpnClientConfiguration.radiusServerAddress()"
|
|
fullName: "com.microsoft.azure.management.network.VpnClientConfiguration.radiusServerAddress()"
|
|
name: "radiusServerAddress()"
|
|
nameWithType: "VpnClientConfiguration.radiusServerAddress()"
|
|
summary: "Get the radius server address property of the Virtual<wbr>Network<wbr>Gateway resource for vpn client connection."
|
|
syntax: "public String radiusServerAddress()"
|
|
desc: "Get the radius server address property of the VirtualNetworkGateway resource for vpn client connection."
|
|
returns:
|
|
description: "the radiusServerAddress 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.VpnClientConfiguration.radiusServerSecret()"
|
|
fullName: "com.microsoft.azure.management.network.VpnClientConfiguration.radiusServerSecret()"
|
|
name: "radiusServerSecret()"
|
|
nameWithType: "VpnClientConfiguration.radiusServerSecret()"
|
|
summary: "Get the radius secret property of the Virtual<wbr>Network<wbr>Gateway resource for vpn client connection."
|
|
syntax: "public String radiusServerSecret()"
|
|
desc: "Get the radius secret property of the VirtualNetworkGateway resource for vpn client connection."
|
|
returns:
|
|
description: "the radiusServerSecret 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.VpnClientConfiguration.vpnClientAddressPool()"
|
|
fullName: "com.microsoft.azure.management.network.VpnClientConfiguration.vpnClientAddressPool()"
|
|
name: "vpnClientAddressPool()"
|
|
nameWithType: "VpnClientConfiguration.vpnClientAddressPool()"
|
|
summary: "Get the reference to the address space resource which represents Address space for P2S Vpn<wbr>Client."
|
|
syntax: "public AddressSpace vpnClientAddressPool()"
|
|
desc: "Get the reference to the address space resource which represents Address space for P2S VpnClient."
|
|
returns:
|
|
description: "the vpnClientAddressPool value"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.AddressSpace?alt=com.microsoft.azure.management.network.AddressSpace&text=AddressSpace\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.VpnClientConfiguration.vpnClientIpsecPolicies()"
|
|
fullName: "com.microsoft.azure.management.network.VpnClientConfiguration.vpnClientIpsecPolicies()"
|
|
name: "vpnClientIpsecPolicies()"
|
|
nameWithType: "VpnClientConfiguration.vpnClientIpsecPolicies()"
|
|
summary: "Get vpn<wbr>Client<wbr>Ipsec<wbr>Policies for virtual network gateway P2S client."
|
|
syntax: "public List<IpsecPolicy> vpnClientIpsecPolicies()"
|
|
desc: "Get vpnClientIpsecPolicies for virtual network gateway P2S client."
|
|
returns:
|
|
description: "the vpnClientIpsecPolicies value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.IpsecPolicy?alt=com.microsoft.azure.management.network.IpsecPolicy&text=IpsecPolicy\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.network.VpnClientConfiguration.vpnClientProtocols()"
|
|
fullName: "com.microsoft.azure.management.network.VpnClientConfiguration.vpnClientProtocols()"
|
|
name: "vpnClientProtocols()"
|
|
nameWithType: "VpnClientConfiguration.vpnClientProtocols()"
|
|
summary: "Get vpn<wbr>Client<wbr>Protocols for Virtual network gateway."
|
|
syntax: "public List<VpnClientProtocol> vpnClientProtocols()"
|
|
desc: "Get vpnClientProtocols for Virtual network gateway."
|
|
returns:
|
|
description: "the vpnClientProtocols value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.VpnClientProtocol?alt=com.microsoft.azure.management.network.VpnClientProtocol&text=VpnClientProtocol\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.network.VpnClientConfiguration.vpnClientRevokedCertificates()"
|
|
fullName: "com.microsoft.azure.management.network.VpnClientConfiguration.vpnClientRevokedCertificates()"
|
|
name: "vpnClientRevokedCertificates()"
|
|
nameWithType: "VpnClientConfiguration.vpnClientRevokedCertificates()"
|
|
summary: "Get vpn<wbr>Client<wbr>Revoked<wbr>Certificate for Virtual network gateway."
|
|
syntax: "public List<VpnClientRevokedCertificate> vpnClientRevokedCertificates()"
|
|
desc: "Get vpnClientRevokedCertificate for Virtual network gateway."
|
|
returns:
|
|
description: "the vpnClientRevokedCertificates value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.VpnClientRevokedCertificate?alt=com.microsoft.azure.management.network.VpnClientRevokedCertificate&text=VpnClientRevokedCertificate\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.network.VpnClientConfiguration.vpnClientRootCertificates()"
|
|
fullName: "com.microsoft.azure.management.network.VpnClientConfiguration.vpnClientRootCertificates()"
|
|
name: "vpnClientRootCertificates()"
|
|
nameWithType: "VpnClientConfiguration.vpnClientRootCertificates()"
|
|
summary: "Get vpn<wbr>Client<wbr>Root<wbr>Certificate for virtual network gateway."
|
|
syntax: "public List<VpnClientRootCertificate> vpnClientRootCertificates()"
|
|
desc: "Get vpnClientRootCertificate for virtual network gateway."
|
|
returns:
|
|
description: "the vpnClientRootCertificates value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.VpnClientRootCertificate?alt=com.microsoft.azure.management.network.VpnClientRootCertificate&text=VpnClientRootCertificate\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.network.VpnClientConfiguration.withAadAudience(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.network.VpnClientConfiguration.withAadAudience(String aadAudience)"
|
|
name: "withAadAudience(String aadAudience)"
|
|
nameWithType: "VpnClientConfiguration.withAadAudience(String aadAudience)"
|
|
summary: "Set the AADAudience property of the Virtual<wbr>Network<wbr>Gateway resource for vpn client connection used for AAD authentication."
|
|
parameters:
|
|
- description: "the aadAudience value to set"
|
|
name: "aadAudience"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public VpnClientConfiguration withAadAudience(String aadAudience)"
|
|
desc: "Set the AADAudience property of the VirtualNetworkGateway resource for vpn client connection used for AAD authentication."
|
|
returns:
|
|
description: "the VpnClientConfiguration object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.VpnClientConfiguration?alt=com.microsoft.azure.management.network.VpnClientConfiguration&text=VpnClientConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.VpnClientConfiguration.withAadIssuer(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.network.VpnClientConfiguration.withAadIssuer(String aadIssuer)"
|
|
name: "withAadIssuer(String aadIssuer)"
|
|
nameWithType: "VpnClientConfiguration.withAadIssuer(String aadIssuer)"
|
|
summary: "Set the AADIssuer property of the Virtual<wbr>Network<wbr>Gateway resource for vpn client connection used for AAD authentication."
|
|
parameters:
|
|
- description: "the aadIssuer value to set"
|
|
name: "aadIssuer"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public VpnClientConfiguration withAadIssuer(String aadIssuer)"
|
|
desc: "Set the AADIssuer property of the VirtualNetworkGateway resource for vpn client connection used for AAD authentication."
|
|
returns:
|
|
description: "the VpnClientConfiguration object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.VpnClientConfiguration?alt=com.microsoft.azure.management.network.VpnClientConfiguration&text=VpnClientConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.VpnClientConfiguration.withAadTenant(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.network.VpnClientConfiguration.withAadTenant(String aadTenant)"
|
|
name: "withAadTenant(String aadTenant)"
|
|
nameWithType: "VpnClientConfiguration.withAadTenant(String aadTenant)"
|
|
summary: "Set the AADTenant property of the Virtual<wbr>Network<wbr>Gateway resource for vpn client connection used for AAD authentication."
|
|
parameters:
|
|
- description: "the aadTenant value to set"
|
|
name: "aadTenant"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public VpnClientConfiguration withAadTenant(String aadTenant)"
|
|
desc: "Set the AADTenant property of the VirtualNetworkGateway resource for vpn client connection used for AAD authentication."
|
|
returns:
|
|
description: "the VpnClientConfiguration object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.VpnClientConfiguration?alt=com.microsoft.azure.management.network.VpnClientConfiguration&text=VpnClientConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.VpnClientConfiguration.withRadiusServerAddress(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.network.VpnClientConfiguration.withRadiusServerAddress(String radiusServerAddress)"
|
|
name: "withRadiusServerAddress(String radiusServerAddress)"
|
|
nameWithType: "VpnClientConfiguration.withRadiusServerAddress(String radiusServerAddress)"
|
|
summary: "Set the radius server address property of the Virtual<wbr>Network<wbr>Gateway resource for vpn client connection."
|
|
parameters:
|
|
- description: "the radiusServerAddress value to set"
|
|
name: "radiusServerAddress"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public VpnClientConfiguration withRadiusServerAddress(String radiusServerAddress)"
|
|
desc: "Set the radius server address property of the VirtualNetworkGateway resource for vpn client connection."
|
|
returns:
|
|
description: "the VpnClientConfiguration object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.VpnClientConfiguration?alt=com.microsoft.azure.management.network.VpnClientConfiguration&text=VpnClientConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.VpnClientConfiguration.withRadiusServerSecret(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.network.VpnClientConfiguration.withRadiusServerSecret(String radiusServerSecret)"
|
|
name: "withRadiusServerSecret(String radiusServerSecret)"
|
|
nameWithType: "VpnClientConfiguration.withRadiusServerSecret(String radiusServerSecret)"
|
|
summary: "Set the radius secret property of the Virtual<wbr>Network<wbr>Gateway resource for vpn client connection."
|
|
parameters:
|
|
- description: "the radiusServerSecret value to set"
|
|
name: "radiusServerSecret"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public VpnClientConfiguration withRadiusServerSecret(String radiusServerSecret)"
|
|
desc: "Set the radius secret property of the VirtualNetworkGateway resource for vpn client connection."
|
|
returns:
|
|
description: "the VpnClientConfiguration object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.VpnClientConfiguration?alt=com.microsoft.azure.management.network.VpnClientConfiguration&text=VpnClientConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.VpnClientConfiguration.withVpnClientAddressPool(com.microsoft.azure.management.network.AddressSpace)"
|
|
fullName: "com.microsoft.azure.management.network.VpnClientConfiguration.withVpnClientAddressPool(AddressSpace vpnClientAddressPool)"
|
|
name: "withVpnClientAddressPool(AddressSpace vpnClientAddressPool)"
|
|
nameWithType: "VpnClientConfiguration.withVpnClientAddressPool(AddressSpace vpnClientAddressPool)"
|
|
summary: "Set the reference to the address space resource which represents Address space for P2S Vpn<wbr>Client."
|
|
parameters:
|
|
- description: "the vpnClientAddressPool value to set"
|
|
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\" />"
|
|
syntax: "public VpnClientConfiguration withVpnClientAddressPool(AddressSpace vpnClientAddressPool)"
|
|
desc: "Set the reference to the address space resource which represents Address space for P2S VpnClient."
|
|
returns:
|
|
description: "the VpnClientConfiguration object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.VpnClientConfiguration?alt=com.microsoft.azure.management.network.VpnClientConfiguration&text=VpnClientConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.VpnClientConfiguration.withVpnClientIpsecPolicies(java.util.List<com.microsoft.azure.management.network.IpsecPolicy>)"
|
|
fullName: "com.microsoft.azure.management.network.VpnClientConfiguration.withVpnClientIpsecPolicies(List<IpsecPolicy> vpnClientIpsecPolicies)"
|
|
name: "withVpnClientIpsecPolicies(List<IpsecPolicy> vpnClientIpsecPolicies)"
|
|
nameWithType: "VpnClientConfiguration.withVpnClientIpsecPolicies(List<IpsecPolicy> vpnClientIpsecPolicies)"
|
|
summary: "Set vpn<wbr>Client<wbr>Ipsec<wbr>Policies for virtual network gateway P2S client."
|
|
parameters:
|
|
- description: "the vpnClientIpsecPolicies value to set"
|
|
name: "vpnClientIpsecPolicies"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.IpsecPolicy?alt=com.microsoft.azure.management.network.IpsecPolicy&text=IpsecPolicy\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public VpnClientConfiguration withVpnClientIpsecPolicies(List<IpsecPolicy> vpnClientIpsecPolicies)"
|
|
desc: "Set vpnClientIpsecPolicies for virtual network gateway P2S client."
|
|
returns:
|
|
description: "the VpnClientConfiguration object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.VpnClientConfiguration?alt=com.microsoft.azure.management.network.VpnClientConfiguration&text=VpnClientConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.VpnClientConfiguration.withVpnClientProtocols(java.util.List<com.microsoft.azure.management.network.VpnClientProtocol>)"
|
|
fullName: "com.microsoft.azure.management.network.VpnClientConfiguration.withVpnClientProtocols(List<VpnClientProtocol> vpnClientProtocols)"
|
|
name: "withVpnClientProtocols(List<VpnClientProtocol> vpnClientProtocols)"
|
|
nameWithType: "VpnClientConfiguration.withVpnClientProtocols(List<VpnClientProtocol> vpnClientProtocols)"
|
|
summary: "Set vpn<wbr>Client<wbr>Protocols for Virtual network gateway."
|
|
parameters:
|
|
- description: "the vpnClientProtocols value to set"
|
|
name: "vpnClientProtocols"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.VpnClientProtocol?alt=com.microsoft.azure.management.network.VpnClientProtocol&text=VpnClientProtocol\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public VpnClientConfiguration withVpnClientProtocols(List<VpnClientProtocol> vpnClientProtocols)"
|
|
desc: "Set vpnClientProtocols for Virtual network gateway."
|
|
returns:
|
|
description: "the VpnClientConfiguration object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.VpnClientConfiguration?alt=com.microsoft.azure.management.network.VpnClientConfiguration&text=VpnClientConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.VpnClientConfiguration.withVpnClientRevokedCertificates(java.util.List<com.microsoft.azure.management.network.VpnClientRevokedCertificate>)"
|
|
fullName: "com.microsoft.azure.management.network.VpnClientConfiguration.withVpnClientRevokedCertificates(List<VpnClientRevokedCertificate> vpnClientRevokedCertificates)"
|
|
name: "withVpnClientRevokedCertificates(List<VpnClientRevokedCertificate> vpnClientRevokedCertificates)"
|
|
nameWithType: "VpnClientConfiguration.withVpnClientRevokedCertificates(List<VpnClientRevokedCertificate> vpnClientRevokedCertificates)"
|
|
summary: "Set vpn<wbr>Client<wbr>Revoked<wbr>Certificate for Virtual network gateway."
|
|
parameters:
|
|
- description: "the vpnClientRevokedCertificates value to set"
|
|
name: "vpnClientRevokedCertificates"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.VpnClientRevokedCertificate?alt=com.microsoft.azure.management.network.VpnClientRevokedCertificate&text=VpnClientRevokedCertificate\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public VpnClientConfiguration withVpnClientRevokedCertificates(List<VpnClientRevokedCertificate> vpnClientRevokedCertificates)"
|
|
desc: "Set vpnClientRevokedCertificate for Virtual network gateway."
|
|
returns:
|
|
description: "the VpnClientConfiguration object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.VpnClientConfiguration?alt=com.microsoft.azure.management.network.VpnClientConfiguration&text=VpnClientConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.VpnClientConfiguration.withVpnClientRootCertificates(java.util.List<com.microsoft.azure.management.network.VpnClientRootCertificate>)"
|
|
fullName: "com.microsoft.azure.management.network.VpnClientConfiguration.withVpnClientRootCertificates(List<VpnClientRootCertificate> vpnClientRootCertificates)"
|
|
name: "withVpnClientRootCertificates(List<VpnClientRootCertificate> vpnClientRootCertificates)"
|
|
nameWithType: "VpnClientConfiguration.withVpnClientRootCertificates(List<VpnClientRootCertificate> vpnClientRootCertificates)"
|
|
summary: "Set vpn<wbr>Client<wbr>Root<wbr>Certificate for virtual network gateway."
|
|
parameters:
|
|
- description: "the vpnClientRootCertificates value to set"
|
|
name: "vpnClientRootCertificates"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.VpnClientRootCertificate?alt=com.microsoft.azure.management.network.VpnClientRootCertificate&text=VpnClientRootCertificate\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public VpnClientConfiguration withVpnClientRootCertificates(List<VpnClientRootCertificate> vpnClientRootCertificates)"
|
|
desc: "Set vpnClientRootCertificate for virtual network gateway."
|
|
returns:
|
|
description: "the VpnClientConfiguration object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.VpnClientConfiguration?alt=com.microsoft.azure.management.network.VpnClientConfiguration&text=VpnClientConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "VpnClientConfiguration for P2S client."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.network"
|
|
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4
|