azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

84 строки
6.6 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.P2SVpnConnectionHealthRequest"
fullName: "com.microsoft.azure.management.network.P2SVpnConnectionHealthRequest"
name: "P2SVpnConnectionHealthRequest"
nameWithType: "P2SVpnConnectionHealthRequest"
summary: "List of P2S Vpn connection health request."
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 **P2SVpnConnectionHealthRequest**"
constructors:
- uid: "com.microsoft.azure.management.network.P2SVpnConnectionHealthRequest.P2SVpnConnectionHealthRequest()"
fullName: "com.microsoft.azure.management.network.P2SVpnConnectionHealthRequest.P2SVpnConnectionHealthRequest()"
name: "P2SVpnConnectionHealthRequest()"
nameWithType: "P2SVpnConnectionHealthRequest.P2SVpnConnectionHealthRequest()"
syntax: "public P2SVpnConnectionHealthRequest()"
methods:
- uid: "com.microsoft.azure.management.network.P2SVpnConnectionHealthRequest.outputBlobSasUrl()"
fullName: "com.microsoft.azure.management.network.P2SVpnConnectionHealthRequest.outputBlobSasUrl()"
name: "outputBlobSasUrl()"
nameWithType: "P2SVpnConnectionHealthRequest.outputBlobSasUrl()"
summary: "Get the sas-url to download the P2S Vpn connection health detail."
syntax: "public String outputBlobSasUrl()"
desc: "Get the sas-url to download the P2S Vpn connection health detail."
returns:
description: "the outputBlobSasUrl 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.P2SVpnConnectionHealthRequest.vpnUserNamesFilter()"
fullName: "com.microsoft.azure.management.network.P2SVpnConnectionHealthRequest.vpnUserNamesFilter()"
name: "vpnUserNamesFilter()"
nameWithType: "P2SVpnConnectionHealthRequest.vpnUserNamesFilter()"
summary: "Get the list of p2s vpn user names whose p2s vpn connection detailed health to retrieve for."
syntax: "public List<String> vpnUserNamesFilter()"
desc: "Get the list of p2s vpn user names whose p2s vpn connection detailed health to retrieve for."
returns:
description: "the vpnUserNamesFilter value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.P2SVpnConnectionHealthRequest.withOutputBlobSasUrl(java.lang.String)"
fullName: "com.microsoft.azure.management.network.P2SVpnConnectionHealthRequest.withOutputBlobSasUrl(String outputBlobSasUrl)"
name: "withOutputBlobSasUrl(String outputBlobSasUrl)"
nameWithType: "P2SVpnConnectionHealthRequest.withOutputBlobSasUrl(String outputBlobSasUrl)"
summary: "Set the sas-url to download the P2S Vpn connection health detail."
parameters:
- description: "the outputBlobSasUrl value to set"
name: "outputBlobSasUrl"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public P2SVpnConnectionHealthRequest withOutputBlobSasUrl(String outputBlobSasUrl)"
desc: "Set the sas-url to download the P2S Vpn connection health detail."
returns:
description: "the P2SVpnConnectionHealthRequest object itself."
type: "<xref href=\"com.microsoft.azure.management.network.P2SVpnConnectionHealthRequest?alt=com.microsoft.azure.management.network.P2SVpnConnectionHealthRequest&text=P2SVpnConnectionHealthRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.P2SVpnConnectionHealthRequest.withVpnUserNamesFilter(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.network.P2SVpnConnectionHealthRequest.withVpnUserNamesFilter(List<String> vpnUserNamesFilter)"
name: "withVpnUserNamesFilter(List<String> vpnUserNamesFilter)"
nameWithType: "P2SVpnConnectionHealthRequest.withVpnUserNamesFilter(List<String> vpnUserNamesFilter)"
summary: "Set the list of p2s vpn user names whose p2s vpn connection detailed health to retrieve for."
parameters:
- description: "the vpnUserNamesFilter value to set"
name: "vpnUserNamesFilter"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public P2SVpnConnectionHealthRequest withVpnUserNamesFilter(List<String> vpnUserNamesFilter)"
desc: "Set the list of p2s vpn user names whose p2s vpn connection detailed health to retrieve for."
returns:
description: "the P2SVpnConnectionHealthRequest object itself."
type: "<xref href=\"com.microsoft.azure.management.network.P2SVpnConnectionHealthRequest?alt=com.microsoft.azure.management.network.P2SVpnConnectionHealthRequest&text=P2SVpnConnectionHealthRequest\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "List of P2S Vpn connection health request."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4