azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.n...

572 строки
53 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.network.fluent.VpnSitesClient"
fullName: "com.azure.resourcemanager.network.fluent.VpnSitesClient"
name: "VpnSitesClient"
nameWithType: "VpnSitesClient"
summary: "An instance of this class provides access to all the operations defined in Vpn<wbr>Sites<wbr>Client."
syntax: "public interface **VpnSitesClient**</br> extends <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsGet?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsGet&text=InnerSupportsGet\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnSiteInner?alt=com.azure.resourcemanager.network.fluent.models.VpnSiteInner&text=VpnSiteInner\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsListing?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsListing&text=InnerSupportsListing\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnSiteInner?alt=com.azure.resourcemanager.network.fluent.models.VpnSiteInner&text=VpnSiteInner\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsDelete?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsDelete&text=InnerSupportsDelete\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
methods:
- uid: "com.azure.resourcemanager.network.fluent.VpnSitesClient.beginCreateOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.VpnSiteInner)"
fullName: "com.azure.resourcemanager.network.fluent.VpnSitesClient.beginCreateOrUpdate(String resourceGroupName, String vpnSiteName, VpnSiteInner vpnSiteParameters)"
name: "beginCreateOrUpdate(String resourceGroupName, String vpnSiteName, VpnSiteInner vpnSiteParameters)"
nameWithType: "VpnSitesClient.beginCreateOrUpdate(String resourceGroupName, String vpnSiteName, VpnSiteInner vpnSiteParameters)"
summary: "Creates a Vpn<wbr>Site resource if it doesn't exist else updates the existing Vpn<wbr>Site."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnSite."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the VpnSite being created or updated."
name: "vpnSiteName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to create or update VpnSite."
name: "vpnSiteParameters"
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnSiteInner?alt=com.azure.resourcemanager.network.fluent.models.VpnSiteInner&text=VpnSiteInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<VpnSiteInner>,VpnSiteInner> beginCreateOrUpdate(String resourceGroupName, String vpnSiteName, VpnSiteInner vpnSiteParameters)"
desc: "Creates a VpnSite resource if it doesn't exist else updates the existing VpnSite."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of vpnSite Resource."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnSiteInner?alt=com.azure.resourcemanager.network.fluent.models.VpnSiteInner&text=VpnSiteInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnSiteInner?alt=com.azure.resourcemanager.network.fluent.models.VpnSiteInner&text=VpnSiteInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.VpnSitesClient.beginCreateOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.VpnSiteInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.network.fluent.VpnSitesClient.beginCreateOrUpdate(String resourceGroupName, String vpnSiteName, VpnSiteInner vpnSiteParameters, Context context)"
name: "beginCreateOrUpdate(String resourceGroupName, String vpnSiteName, VpnSiteInner vpnSiteParameters, Context context)"
nameWithType: "VpnSitesClient.beginCreateOrUpdate(String resourceGroupName, String vpnSiteName, VpnSiteInner vpnSiteParameters, Context context)"
summary: "Creates a Vpn<wbr>Site resource if it doesn't exist else updates the existing Vpn<wbr>Site."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnSite."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the VpnSite being created or updated."
name: "vpnSiteName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to create or update VpnSite."
name: "vpnSiteParameters"
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnSiteInner?alt=com.azure.resourcemanager.network.fluent.models.VpnSiteInner&text=VpnSiteInner\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<VpnSiteInner>,VpnSiteInner> beginCreateOrUpdate(String resourceGroupName, String vpnSiteName, VpnSiteInner vpnSiteParameters, Context context)"
desc: "Creates a VpnSite resource if it doesn't exist else updates the existing VpnSite."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of vpnSite Resource."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnSiteInner?alt=com.azure.resourcemanager.network.fluent.models.VpnSiteInner&text=VpnSiteInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnSiteInner?alt=com.azure.resourcemanager.network.fluent.models.VpnSiteInner&text=VpnSiteInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.VpnSitesClient.beginCreateOrUpdateAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.VpnSiteInner)"
fullName: "com.azure.resourcemanager.network.fluent.VpnSitesClient.beginCreateOrUpdateAsync(String resourceGroupName, String vpnSiteName, VpnSiteInner vpnSiteParameters)"
name: "beginCreateOrUpdateAsync(String resourceGroupName, String vpnSiteName, VpnSiteInner vpnSiteParameters)"
nameWithType: "VpnSitesClient.beginCreateOrUpdateAsync(String resourceGroupName, String vpnSiteName, VpnSiteInner vpnSiteParameters)"
summary: "Creates a Vpn<wbr>Site resource if it doesn't exist else updates the existing Vpn<wbr>Site."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnSite."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the VpnSite being created or updated."
name: "vpnSiteName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to create or update VpnSite."
name: "vpnSiteParameters"
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnSiteInner?alt=com.azure.resourcemanager.network.fluent.models.VpnSiteInner&text=VpnSiteInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PollerFlux<PollResult<VpnSiteInner>,VpnSiteInner> beginCreateOrUpdateAsync(String resourceGroupName, String vpnSiteName, VpnSiteInner vpnSiteParameters)"
desc: "Creates a VpnSite resource if it doesn't exist else updates the existing VpnSite."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of vpnSite Resource."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnSiteInner?alt=com.azure.resourcemanager.network.fluent.models.VpnSiteInner&text=VpnSiteInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnSiteInner?alt=com.azure.resourcemanager.network.fluent.models.VpnSiteInner&text=VpnSiteInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.VpnSitesClient.beginDelete(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.VpnSitesClient.beginDelete(String resourceGroupName, String vpnSiteName)"
name: "beginDelete(String resourceGroupName, String vpnSiteName)"
nameWithType: "VpnSitesClient.beginDelete(String resourceGroupName, String vpnSiteName)"
summary: "Deletes a Vpn<wbr>Site."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnSite."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the VpnSite being deleted."
name: "vpnSiteName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String vpnSiteName)"
desc: "Deletes a VpnSite."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.network.fluent.VpnSitesClient.beginDelete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.network.fluent.VpnSitesClient.beginDelete(String resourceGroupName, String vpnSiteName, Context context)"
name: "beginDelete(String resourceGroupName, String vpnSiteName, Context context)"
nameWithType: "VpnSitesClient.beginDelete(String resourceGroupName, String vpnSiteName, Context context)"
summary: "Deletes a Vpn<wbr>Site."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnSite."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the VpnSite being deleted."
name: "vpnSiteName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String vpnSiteName, Context context)"
desc: "Deletes a VpnSite."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.network.fluent.VpnSitesClient.beginDeleteAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.VpnSitesClient.beginDeleteAsync(String resourceGroupName, String vpnSiteName)"
name: "beginDeleteAsync(String resourceGroupName, String vpnSiteName)"
nameWithType: "VpnSitesClient.beginDeleteAsync(String resourceGroupName, String vpnSiteName)"
summary: "Deletes a Vpn<wbr>Site."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnSite."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the VpnSite being deleted."
name: "vpnSiteName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String vpnSiteName)"
desc: "Deletes a VpnSite."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.network.fluent.VpnSitesClient.createOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.VpnSiteInner)"
fullName: "com.azure.resourcemanager.network.fluent.VpnSitesClient.createOrUpdate(String resourceGroupName, String vpnSiteName, VpnSiteInner vpnSiteParameters)"
name: "createOrUpdate(String resourceGroupName, String vpnSiteName, VpnSiteInner vpnSiteParameters)"
nameWithType: "VpnSitesClient.createOrUpdate(String resourceGroupName, String vpnSiteName, VpnSiteInner vpnSiteParameters)"
summary: "Creates a Vpn<wbr>Site resource if it doesn't exist else updates the existing Vpn<wbr>Site."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnSite."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the VpnSite being created or updated."
name: "vpnSiteName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to create or update VpnSite."
name: "vpnSiteParameters"
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnSiteInner?alt=com.azure.resourcemanager.network.fluent.models.VpnSiteInner&text=VpnSiteInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract VpnSiteInner createOrUpdate(String resourceGroupName, String vpnSiteName, VpnSiteInner vpnSiteParameters)"
desc: "Creates a VpnSite resource if it doesn't exist else updates the existing VpnSite."
returns:
description: "vpnSite Resource."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnSiteInner?alt=com.azure.resourcemanager.network.fluent.models.VpnSiteInner&text=VpnSiteInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.VpnSitesClient.createOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.VpnSiteInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.network.fluent.VpnSitesClient.createOrUpdate(String resourceGroupName, String vpnSiteName, VpnSiteInner vpnSiteParameters, Context context)"
name: "createOrUpdate(String resourceGroupName, String vpnSiteName, VpnSiteInner vpnSiteParameters, Context context)"
nameWithType: "VpnSitesClient.createOrUpdate(String resourceGroupName, String vpnSiteName, VpnSiteInner vpnSiteParameters, Context context)"
summary: "Creates a Vpn<wbr>Site resource if it doesn't exist else updates the existing Vpn<wbr>Site."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnSite."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the VpnSite being created or updated."
name: "vpnSiteName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to create or update VpnSite."
name: "vpnSiteParameters"
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnSiteInner?alt=com.azure.resourcemanager.network.fluent.models.VpnSiteInner&text=VpnSiteInner\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract VpnSiteInner createOrUpdate(String resourceGroupName, String vpnSiteName, VpnSiteInner vpnSiteParameters, Context context)"
desc: "Creates a VpnSite resource if it doesn't exist else updates the existing VpnSite."
returns:
description: "vpnSite Resource."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnSiteInner?alt=com.azure.resourcemanager.network.fluent.models.VpnSiteInner&text=VpnSiteInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.VpnSitesClient.createOrUpdateAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.VpnSiteInner)"
fullName: "com.azure.resourcemanager.network.fluent.VpnSitesClient.createOrUpdateAsync(String resourceGroupName, String vpnSiteName, VpnSiteInner vpnSiteParameters)"
name: "createOrUpdateAsync(String resourceGroupName, String vpnSiteName, VpnSiteInner vpnSiteParameters)"
nameWithType: "VpnSitesClient.createOrUpdateAsync(String resourceGroupName, String vpnSiteName, VpnSiteInner vpnSiteParameters)"
summary: "Creates a Vpn<wbr>Site resource if it doesn't exist else updates the existing Vpn<wbr>Site."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnSite."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the VpnSite being created or updated."
name: "vpnSiteName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to create or update VpnSite."
name: "vpnSiteParameters"
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnSiteInner?alt=com.azure.resourcemanager.network.fluent.models.VpnSiteInner&text=VpnSiteInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<VpnSiteInner> createOrUpdateAsync(String resourceGroupName, String vpnSiteName, VpnSiteInner vpnSiteParameters)"
desc: "Creates a VpnSite resource if it doesn't exist else updates the existing VpnSite."
returns:
description: "vpnSite Resource on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnSiteInner?alt=com.azure.resourcemanager.network.fluent.models.VpnSiteInner&text=VpnSiteInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.VpnSitesClient.createOrUpdateWithResponseAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.network.fluent.models.VpnSiteInner)"
fullName: "com.azure.resourcemanager.network.fluent.VpnSitesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String vpnSiteName, VpnSiteInner vpnSiteParameters)"
name: "createOrUpdateWithResponseAsync(String resourceGroupName, String vpnSiteName, VpnSiteInner vpnSiteParameters)"
nameWithType: "VpnSitesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String vpnSiteName, VpnSiteInner vpnSiteParameters)"
summary: "Creates a Vpn<wbr>Site resource if it doesn't exist else updates the existing Vpn<wbr>Site."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnSite."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the VpnSite being created or updated."
name: "vpnSiteName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to create or update VpnSite."
name: "vpnSiteParameters"
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnSiteInner?alt=com.azure.resourcemanager.network.fluent.models.VpnSiteInner&text=VpnSiteInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String vpnSiteName, VpnSiteInner vpnSiteParameters)"
desc: "Creates a VpnSite resource if it doesn't exist else updates the existing VpnSite."
returns:
description: "vpnSite Resource along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>&gt;&gt;&gt;"
- uid: "com.azure.resourcemanager.network.fluent.VpnSitesClient.delete(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.VpnSitesClient.delete(String resourceGroupName, String vpnSiteName)"
name: "delete(String resourceGroupName, String vpnSiteName)"
nameWithType: "VpnSitesClient.delete(String resourceGroupName, String vpnSiteName)"
summary: "Deletes a Vpn<wbr>Site."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnSite."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the VpnSite being deleted."
name: "vpnSiteName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void delete(String resourceGroupName, String vpnSiteName)"
desc: "Deletes a VpnSite."
- uid: "com.azure.resourcemanager.network.fluent.VpnSitesClient.delete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.network.fluent.VpnSitesClient.delete(String resourceGroupName, String vpnSiteName, Context context)"
name: "delete(String resourceGroupName, String vpnSiteName, Context context)"
nameWithType: "VpnSitesClient.delete(String resourceGroupName, String vpnSiteName, Context context)"
summary: "Deletes a Vpn<wbr>Site."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnSite."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the VpnSite being deleted."
name: "vpnSiteName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void delete(String resourceGroupName, String vpnSiteName, Context context)"
desc: "Deletes a VpnSite."
- uid: "com.azure.resourcemanager.network.fluent.VpnSitesClient.deleteAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.VpnSitesClient.deleteAsync(String resourceGroupName, String vpnSiteName)"
name: "deleteAsync(String resourceGroupName, String vpnSiteName)"
nameWithType: "VpnSitesClient.deleteAsync(String resourceGroupName, String vpnSiteName)"
summary: "Deletes a Vpn<wbr>Site."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnSite."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the VpnSite being deleted."
name: "vpnSiteName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Void> deleteAsync(String resourceGroupName, String vpnSiteName)"
desc: "Deletes a VpnSite."
returns:
description: "A <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref> that completes when a successful response is received."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.network.fluent.VpnSitesClient.deleteWithResponseAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.VpnSitesClient.deleteWithResponseAsync(String resourceGroupName, String vpnSiteName)"
name: "deleteWithResponseAsync(String resourceGroupName, String vpnSiteName)"
nameWithType: "VpnSitesClient.deleteWithResponseAsync(String resourceGroupName, String vpnSiteName)"
summary: "Deletes a Vpn<wbr>Site."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnSite."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the VpnSite being deleted."
name: "vpnSiteName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String vpnSiteName)"
desc: "Deletes a VpnSite."
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>&gt;&gt;&gt;"
- uid: "com.azure.resourcemanager.network.fluent.VpnSitesClient.getByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.VpnSitesClient.getByResourceGroup(String resourceGroupName, String vpnSiteName)"
name: "getByResourceGroup(String resourceGroupName, String vpnSiteName)"
nameWithType: "VpnSitesClient.getByResourceGroup(String resourceGroupName, String vpnSiteName)"
summary: "Retrieves the details of a VPN site."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnSite."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the VpnSite being retrieved."
name: "vpnSiteName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract VpnSiteInner getByResourceGroup(String resourceGroupName, String vpnSiteName)"
desc: "Retrieves the details of a VPN site."
returns:
description: "vpnSite Resource."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnSiteInner?alt=com.azure.resourcemanager.network.fluent.models.VpnSiteInner&text=VpnSiteInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.VpnSitesClient.getByResourceGroupAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.VpnSitesClient.getByResourceGroupAsync(String resourceGroupName, String vpnSiteName)"
name: "getByResourceGroupAsync(String resourceGroupName, String vpnSiteName)"
nameWithType: "VpnSitesClient.getByResourceGroupAsync(String resourceGroupName, String vpnSiteName)"
summary: "Retrieves the details of a VPN site."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnSite."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the VpnSite being retrieved."
name: "vpnSiteName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<VpnSiteInner> getByResourceGroupAsync(String resourceGroupName, String vpnSiteName)"
desc: "Retrieves the details of a VPN site."
returns:
description: "vpnSite Resource on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnSiteInner?alt=com.azure.resourcemanager.network.fluent.models.VpnSiteInner&text=VpnSiteInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.VpnSitesClient.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.network.fluent.VpnSitesClient.getByResourceGroupWithResponse(String resourceGroupName, String vpnSiteName, Context context)"
name: "getByResourceGroupWithResponse(String resourceGroupName, String vpnSiteName, Context context)"
nameWithType: "VpnSitesClient.getByResourceGroupWithResponse(String resourceGroupName, String vpnSiteName, Context context)"
summary: "Retrieves the details of a VPN site."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnSite."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the VpnSite being retrieved."
name: "vpnSiteName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<VpnSiteInner> getByResourceGroupWithResponse(String resourceGroupName, String vpnSiteName, Context context)"
desc: "Retrieves the details of a VPN site."
returns:
description: "vpnSite Resource along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnSiteInner?alt=com.azure.resourcemanager.network.fluent.models.VpnSiteInner&text=VpnSiteInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.VpnSitesClient.getByResourceGroupWithResponseAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.VpnSitesClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String vpnSiteName)"
name: "getByResourceGroupWithResponseAsync(String resourceGroupName, String vpnSiteName)"
nameWithType: "VpnSitesClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String vpnSiteName)"
summary: "Retrieves the details of a VPN site."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnSite."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the VpnSite being retrieved."
name: "vpnSiteName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<VpnSiteInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String vpnSiteName)"
desc: "Retrieves the details of a VPN site."
returns:
description: "vpnSite Resource along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnSiteInner?alt=com.azure.resourcemanager.network.fluent.models.VpnSiteInner&text=VpnSiteInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.network.fluent.VpnSitesClient.list()"
fullName: "com.azure.resourcemanager.network.fluent.VpnSitesClient.list()"
name: "list()"
nameWithType: "VpnSitesClient.list()"
summary: "Lists all the Vpn<wbr>Sites in a subscription."
modifiers:
- "abstract"
syntax: "public abstract PagedIterable<VpnSiteInner> list()"
desc: "Lists all the VpnSites in a subscription."
returns:
description: "result of the request to list VpnSites as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnSiteInner?alt=com.azure.resourcemanager.network.fluent.models.VpnSiteInner&text=VpnSiteInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.VpnSitesClient.list(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.network.fluent.VpnSitesClient.list(Context context)"
name: "list(Context context)"
nameWithType: "VpnSitesClient.list(Context context)"
summary: "Lists all the Vpn<wbr>Sites in a subscription."
modifiers:
- "abstract"
parameters:
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<VpnSiteInner> list(Context context)"
desc: "Lists all the VpnSites in a subscription."
returns:
description: "result of the request to list VpnSites as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnSiteInner?alt=com.azure.resourcemanager.network.fluent.models.VpnSiteInner&text=VpnSiteInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.VpnSitesClient.listAsync()"
fullName: "com.azure.resourcemanager.network.fluent.VpnSitesClient.listAsync()"
name: "listAsync()"
nameWithType: "VpnSitesClient.listAsync()"
summary: "Lists all the Vpn<wbr>Sites in a subscription."
modifiers:
- "abstract"
syntax: "public abstract PagedFlux<VpnSiteInner> listAsync()"
desc: "Lists all the VpnSites in a subscription."
returns:
description: "result of the request to list VpnSites as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnSiteInner?alt=com.azure.resourcemanager.network.fluent.models.VpnSiteInner&text=VpnSiteInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.VpnSitesClient.listByResourceGroup(java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.VpnSitesClient.listByResourceGroup(String resourceGroupName)"
name: "listByResourceGroup(String resourceGroupName)"
nameWithType: "VpnSitesClient.listByResourceGroup(String resourceGroupName)"
summary: "Lists all the vpn<wbr>Sites in a resource group."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnSite."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<VpnSiteInner> listByResourceGroup(String resourceGroupName)"
desc: "Lists all the vpnSites in a resource group."
returns:
description: "result of the request to list VpnSites as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnSiteInner?alt=com.azure.resourcemanager.network.fluent.models.VpnSiteInner&text=VpnSiteInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.VpnSitesClient.listByResourceGroup(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.network.fluent.VpnSitesClient.listByResourceGroup(String resourceGroupName, Context context)"
name: "listByResourceGroup(String resourceGroupName, Context context)"
nameWithType: "VpnSitesClient.listByResourceGroup(String resourceGroupName, Context context)"
summary: "Lists all the vpn<wbr>Sites in a resource group."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnSite."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<VpnSiteInner> listByResourceGroup(String resourceGroupName, Context context)"
desc: "Lists all the vpnSites in a resource group."
returns:
description: "result of the request to list VpnSites as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnSiteInner?alt=com.azure.resourcemanager.network.fluent.models.VpnSiteInner&text=VpnSiteInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.VpnSitesClient.listByResourceGroupAsync(java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.VpnSitesClient.listByResourceGroupAsync(String resourceGroupName)"
name: "listByResourceGroupAsync(String resourceGroupName)"
nameWithType: "VpnSitesClient.listByResourceGroupAsync(String resourceGroupName)"
summary: "Lists all the vpn<wbr>Sites in a resource group."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnSite."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedFlux<VpnSiteInner> listByResourceGroupAsync(String resourceGroupName)"
desc: "Lists all the vpnSites in a resource group."
returns:
description: "result of the request to list VpnSites as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnSiteInner?alt=com.azure.resourcemanager.network.fluent.models.VpnSiteInner&text=VpnSiteInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.VpnSitesClient.updateTags(java.lang.String,java.lang.String,com.azure.resourcemanager.network.models.TagsObject)"
fullName: "com.azure.resourcemanager.network.fluent.VpnSitesClient.updateTags(String resourceGroupName, String vpnSiteName, TagsObject vpnSiteParameters)"
name: "updateTags(String resourceGroupName, String vpnSiteName, TagsObject vpnSiteParameters)"
nameWithType: "VpnSitesClient.updateTags(String resourceGroupName, String vpnSiteName, TagsObject vpnSiteParameters)"
summary: "Updates Vpn<wbr>Site tags."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnSite."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the VpnSite being updated."
name: "vpnSiteName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to update VpnSite tags."
name: "vpnSiteParameters"
type: "<xref href=\"com.azure.resourcemanager.network.models.TagsObject?alt=com.azure.resourcemanager.network.models.TagsObject&text=TagsObject\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract VpnSiteInner updateTags(String resourceGroupName, String vpnSiteName, TagsObject vpnSiteParameters)"
desc: "Updates VpnSite tags."
returns:
description: "vpnSite Resource."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnSiteInner?alt=com.azure.resourcemanager.network.fluent.models.VpnSiteInner&text=VpnSiteInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.VpnSitesClient.updateTagsAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.network.models.TagsObject)"
fullName: "com.azure.resourcemanager.network.fluent.VpnSitesClient.updateTagsAsync(String resourceGroupName, String vpnSiteName, TagsObject vpnSiteParameters)"
name: "updateTagsAsync(String resourceGroupName, String vpnSiteName, TagsObject vpnSiteParameters)"
nameWithType: "VpnSitesClient.updateTagsAsync(String resourceGroupName, String vpnSiteName, TagsObject vpnSiteParameters)"
summary: "Updates Vpn<wbr>Site tags."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnSite."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the VpnSite being updated."
name: "vpnSiteName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to update VpnSite tags."
name: "vpnSiteParameters"
type: "<xref href=\"com.azure.resourcemanager.network.models.TagsObject?alt=com.azure.resourcemanager.network.models.TagsObject&text=TagsObject\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<VpnSiteInner> updateTagsAsync(String resourceGroupName, String vpnSiteName, TagsObject vpnSiteParameters)"
desc: "Updates VpnSite tags."
returns:
description: "vpnSite Resource on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnSiteInner?alt=com.azure.resourcemanager.network.fluent.models.VpnSiteInner&text=VpnSiteInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.VpnSitesClient.updateTagsWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.network.models.TagsObject,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.network.fluent.VpnSitesClient.updateTagsWithResponse(String resourceGroupName, String vpnSiteName, TagsObject vpnSiteParameters, Context context)"
name: "updateTagsWithResponse(String resourceGroupName, String vpnSiteName, TagsObject vpnSiteParameters, Context context)"
nameWithType: "VpnSitesClient.updateTagsWithResponse(String resourceGroupName, String vpnSiteName, TagsObject vpnSiteParameters, Context context)"
summary: "Updates Vpn<wbr>Site tags."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnSite."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the VpnSite being updated."
name: "vpnSiteName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to update VpnSite tags."
name: "vpnSiteParameters"
type: "<xref href=\"com.azure.resourcemanager.network.models.TagsObject?alt=com.azure.resourcemanager.network.models.TagsObject&text=TagsObject\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<VpnSiteInner> updateTagsWithResponse(String resourceGroupName, String vpnSiteName, TagsObject vpnSiteParameters, Context context)"
desc: "Updates VpnSite tags."
returns:
description: "vpnSite Resource along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnSiteInner?alt=com.azure.resourcemanager.network.fluent.models.VpnSiteInner&text=VpnSiteInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.VpnSitesClient.updateTagsWithResponseAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.network.models.TagsObject)"
fullName: "com.azure.resourcemanager.network.fluent.VpnSitesClient.updateTagsWithResponseAsync(String resourceGroupName, String vpnSiteName, TagsObject vpnSiteParameters)"
name: "updateTagsWithResponseAsync(String resourceGroupName, String vpnSiteName, TagsObject vpnSiteParameters)"
nameWithType: "VpnSitesClient.updateTagsWithResponseAsync(String resourceGroupName, String vpnSiteName, TagsObject vpnSiteParameters)"
summary: "Updates Vpn<wbr>Site tags."
modifiers:
- "abstract"
parameters:
- description: "The resource group name of the VpnSite."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the VpnSite being updated."
name: "vpnSiteName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to update VpnSite tags."
name: "vpnSiteParameters"
type: "<xref href=\"com.azure.resourcemanager.network.models.TagsObject?alt=com.azure.resourcemanager.network.models.TagsObject&text=TagsObject\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Response<VpnSiteInner>> updateTagsWithResponseAsync(String resourceGroupName, String vpnSiteName, TagsObject vpnSiteParameters)"
desc: "Updates VpnSite tags."
returns:
description: "vpnSite Resource along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnSiteInner?alt=com.azure.resourcemanager.network.fluent.models.VpnSiteInner&text=VpnSiteInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in VpnSitesClient."
implements:
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsDelete?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsDelete&text=InnerSupportsDelete\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsGet?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsGet&text=InnerSupportsGet\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnSiteInner?alt=com.azure.resourcemanager.network.fluent.models.VpnSiteInner&text=VpnSiteInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsListing?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsListing&text=InnerSupportsListing\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.VpnSiteInner?alt=com.azure.resourcemanager.network.fluent.models.VpnSiteInner&text=VpnSiteInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.network.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.42.0