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

109 строки
8.6 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.P2SConnectionConfiguration"
fullName: "com.microsoft.azure.management.network.P2SConnectionConfiguration"
name: "P2SConnectionConfiguration"
nameWithType: "P2SConnectionConfiguration"
summary: "P2SConnection<wbr>Configuration Resource."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.SubResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.microsoft.azure.SubResource?alt=com.microsoft.azure.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.microsoft.azure.SubResource.id()?alt=com.microsoft.azure.SubResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.SubResource.withId(java.lang.String)?alt=com.microsoft.azure.SubResource.withId&text=withId\" data-throw-if-not-resolved=\"False\" />"
- 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 **P2SConnectionConfiguration**</br> extends <xref href=\"com.microsoft.azure.SubResource?alt=com.microsoft.azure.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.microsoft.azure.management.network.P2SConnectionConfiguration.P2SConnectionConfiguration()"
fullName: "com.microsoft.azure.management.network.P2SConnectionConfiguration.P2SConnectionConfiguration()"
name: "P2SConnectionConfiguration()"
nameWithType: "P2SConnectionConfiguration.P2SConnectionConfiguration()"
syntax: "public P2SConnectionConfiguration()"
methods:
- uid: "com.microsoft.azure.management.network.P2SConnectionConfiguration.etag()"
fullName: "com.microsoft.azure.management.network.P2SConnectionConfiguration.etag()"
name: "etag()"
nameWithType: "P2SConnectionConfiguration.etag()"
summary: "Get a unique read-only string that changes whenever the resource is updated."
syntax: "public String etag()"
desc: "Get a unique read-only string that changes whenever the resource is updated."
returns:
description: "the etag 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.P2SConnectionConfiguration.name()"
fullName: "com.microsoft.azure.management.network.P2SConnectionConfiguration.name()"
name: "name()"
nameWithType: "P2SConnectionConfiguration.name()"
summary: "Get the name of the resource that is unique within a resource group."
syntax: "public String name()"
desc: "Get the name of the resource that is unique within a resource group. This name can be used to access the resource."
returns:
description: "the name 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.P2SConnectionConfiguration.provisioningState()"
fullName: "com.microsoft.azure.management.network.P2SConnectionConfiguration.provisioningState()"
name: "provisioningState()"
nameWithType: "P2SConnectionConfiguration.provisioningState()"
summary: "Get the provisioning state of the P2SConnection<wbr>Configuration resource."
syntax: "public ProvisioningState provisioningState()"
desc: "Get the provisioning state of the P2SConnectionConfiguration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'."
returns:
description: "the provisioningState value"
type: "<xref href=\"com.microsoft.azure.management.network.ProvisioningState?alt=com.microsoft.azure.management.network.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.P2SConnectionConfiguration.vpnClientAddressPool()"
fullName: "com.microsoft.azure.management.network.P2SConnectionConfiguration.vpnClientAddressPool()"
name: "vpnClientAddressPool()"
nameWithType: "P2SConnectionConfiguration.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.P2SConnectionConfiguration.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.network.P2SConnectionConfiguration.withName(String name)"
name: "withName(String name)"
nameWithType: "P2SConnectionConfiguration.withName(String name)"
summary: "Set the name of the resource that is unique within a resource group."
parameters:
- description: "the name value to set"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public P2SConnectionConfiguration withName(String name)"
desc: "Set the name of the resource that is unique within a resource group. This name can be used to access the resource."
returns:
description: "the P2SConnectionConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.network.P2SConnectionConfiguration?alt=com.microsoft.azure.management.network.P2SConnectionConfiguration&text=P2SConnectionConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.P2SConnectionConfiguration.withVpnClientAddressPool(com.microsoft.azure.management.network.AddressSpace)"
fullName: "com.microsoft.azure.management.network.P2SConnectionConfiguration.withVpnClientAddressPool(AddressSpace vpnClientAddressPool)"
name: "withVpnClientAddressPool(AddressSpace vpnClientAddressPool)"
nameWithType: "P2SConnectionConfiguration.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 P2SConnectionConfiguration withVpnClientAddressPool(AddressSpace vpnClientAddressPool)"
desc: "Set the reference to the address space resource which represents Address space for P2S VpnClient."
returns:
description: "the P2SConnectionConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.network.P2SConnectionConfiguration?alt=com.microsoft.azure.management.network.P2SConnectionConfiguration&text=P2SConnectionConfiguration\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "P2SConnectionConfiguration Resource."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4