### 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 VpnSitesClient." syntax: "public interface **VpnSitesClient**
extends <>, <>, <Void>" 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 VpnSite resource if it doesn't exist else updates the existing VpnSite." modifiers: - "abstract" parameters: - description: "The resource group name of the VpnSite." name: "resourceGroupName" type: "String" - description: "The name of the VpnSite being created or updated." name: "vpnSiteName" type: "String" - description: "Parameters supplied to create or update VpnSite." name: "vpnSiteParameters" type: "" syntax: "public abstract SyncPoller,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 for polling of vpnSite Resource." type: "<<>,>" - 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 VpnSite resource if it doesn't exist else updates the existing VpnSite." modifiers: - "abstract" parameters: - description: "The resource group name of the VpnSite." name: "resourceGroupName" type: "String" - description: "The name of the VpnSite being created or updated." name: "vpnSiteName" type: "String" - description: "Parameters supplied to create or update VpnSite." name: "vpnSiteParameters" type: "" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract SyncPoller,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 for polling of vpnSite Resource." type: "<<>,>" - 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 VpnSite resource if it doesn't exist else updates the existing VpnSite." modifiers: - "abstract" parameters: - description: "The resource group name of the VpnSite." name: "resourceGroupName" type: "String" - description: "The name of the VpnSite being created or updated." name: "vpnSiteName" type: "String" - description: "Parameters supplied to create or update VpnSite." name: "vpnSiteParameters" type: "" syntax: "public abstract PollerFlux,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 for polling of vpnSite Resource." type: "<<>,>" - 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 VpnSite." modifiers: - "abstract" parameters: - description: "The resource group name of the VpnSite." name: "resourceGroupName" type: "String" - description: "The name of the VpnSite being deleted." name: "vpnSiteName" type: "String" syntax: "public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String vpnSiteName)" desc: "Deletes a VpnSite." returns: description: "the for polling of long-running operation." type: "<<Void>,Void>" - 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 VpnSite." modifiers: - "abstract" parameters: - description: "The resource group name of the VpnSite." name: "resourceGroupName" type: "String" - description: "The name of the VpnSite being deleted." name: "vpnSiteName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String vpnSiteName, Context context)" desc: "Deletes a VpnSite." returns: description: "the for polling of long-running operation." type: "<<Void>,Void>" - 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 VpnSite." modifiers: - "abstract" parameters: - description: "The resource group name of the VpnSite." name: "resourceGroupName" type: "String" - description: "The name of the VpnSite being deleted." name: "vpnSiteName" type: "String" syntax: "public abstract PollerFlux,Void> beginDeleteAsync(String resourceGroupName, String vpnSiteName)" desc: "Deletes a VpnSite." returns: description: "the for polling of long-running operation." type: "<<Void>,Void>" - 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 VpnSite resource if it doesn't exist else updates the existing VpnSite." modifiers: - "abstract" parameters: - description: "The resource group name of the VpnSite." name: "resourceGroupName" type: "String" - description: "The name of the VpnSite being created or updated." name: "vpnSiteName" type: "String" - description: "Parameters supplied to create or update VpnSite." name: "vpnSiteParameters" type: "" 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: "" - 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 VpnSite resource if it doesn't exist else updates the existing VpnSite." modifiers: - "abstract" parameters: - description: "The resource group name of the VpnSite." name: "resourceGroupName" type: "String" - description: "The name of the VpnSite being created or updated." name: "vpnSiteName" type: "String" - description: "Parameters supplied to create or update VpnSite." name: "vpnSiteParameters" type: "" - description: "The context to associate with this operation." name: "context" type: "" 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: "" - 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 VpnSite resource if it doesn't exist else updates the existing VpnSite." modifiers: - "abstract" parameters: - description: "The resource group name of the VpnSite." name: "resourceGroupName" type: "String" - description: "The name of the VpnSite being created or updated." name: "vpnSiteName" type: "String" - description: "Parameters supplied to create or update VpnSite." name: "vpnSiteParameters" type: "" syntax: "public abstract Mono 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 ." type: "Mono<>" - 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 VpnSite resource if it doesn't exist else updates the existing VpnSite." modifiers: - "abstract" parameters: - description: "The resource group name of the VpnSite." name: "resourceGroupName" type: "String" - description: "The name of the VpnSite being created or updated." name: "vpnSiteName" type: "String" - description: "Parameters supplied to create or update VpnSite." name: "vpnSiteParameters" type: "" syntax: "public abstract Mono>> 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 on successful completion of ." type: "Mono<<Flux<ByteBuffer>>>" - 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 VpnSite." modifiers: - "abstract" parameters: - description: "The resource group name of the VpnSite." name: "resourceGroupName" type: "String" - description: "The name of the VpnSite being deleted." name: "vpnSiteName" type: "String" 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 VpnSite." modifiers: - "abstract" parameters: - description: "The resource group name of the VpnSite." name: "resourceGroupName" type: "String" - description: "The name of the VpnSite being deleted." name: "vpnSiteName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" 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 VpnSite." modifiers: - "abstract" parameters: - description: "The resource group name of the VpnSite." name: "resourceGroupName" type: "String" - description: "The name of the VpnSite being deleted." name: "vpnSiteName" type: "String" syntax: "public abstract Mono deleteAsync(String resourceGroupName, String vpnSiteName)" desc: "Deletes a VpnSite." returns: description: "A that completes when a successful response is received." type: "Mono<Void>" - 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 VpnSite." modifiers: - "abstract" parameters: - description: "The resource group name of the VpnSite." name: "resourceGroupName" type: "String" - description: "The name of the VpnSite being deleted." name: "vpnSiteName" type: "String" syntax: "public abstract Mono>> deleteWithResponseAsync(String resourceGroupName, String vpnSiteName)" desc: "Deletes a VpnSite." returns: description: "the on successful completion of ." type: "Mono<<Flux<ByteBuffer>>>" - 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: "String" - description: "The name of the VpnSite being retrieved." name: "vpnSiteName" type: "String" syntax: "public abstract VpnSiteInner getByResourceGroup(String resourceGroupName, String vpnSiteName)" desc: "Retrieves the details of a VPN site." returns: description: "vpnSite Resource." type: "" - 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: "String" - description: "The name of the VpnSite being retrieved." name: "vpnSiteName" type: "String" syntax: "public abstract Mono getByResourceGroupAsync(String resourceGroupName, String vpnSiteName)" desc: "Retrieves the details of a VPN site." returns: description: "vpnSite Resource on successful completion of ." type: "Mono<>" - 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: "String" - description: "The name of the VpnSite being retrieved." name: "vpnSiteName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract Response getByResourceGroupWithResponse(String resourceGroupName, String vpnSiteName, Context context)" desc: "Retrieves the details of a VPN site." returns: description: "vpnSite Resource along with ." type: "<>" - 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: "String" - description: "The name of the VpnSite being retrieved." name: "vpnSiteName" type: "String" syntax: "public abstract Mono> getByResourceGroupWithResponseAsync(String resourceGroupName, String vpnSiteName)" desc: "Retrieves the details of a VPN site." returns: description: "vpnSite Resource along with on successful completion of ." type: "Mono<<>>" - 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 VpnSites in a subscription." modifiers: - "abstract" syntax: "public abstract PagedIterable list()" desc: "Lists all the VpnSites in a subscription." returns: description: "result of the request to list VpnSites as paginated response with ." type: "<>" - 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 VpnSites in a subscription." modifiers: - "abstract" parameters: - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract PagedIterable list(Context context)" desc: "Lists all the VpnSites in a subscription." returns: description: "result of the request to list VpnSites as paginated response with ." type: "<>" - 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 VpnSites in a subscription." modifiers: - "abstract" syntax: "public abstract PagedFlux listAsync()" desc: "Lists all the VpnSites in a subscription." returns: description: "result of the request to list VpnSites as paginated response with ." type: "<>" - 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 vpnSites in a resource group." modifiers: - "abstract" parameters: - description: "The resource group name of the VpnSite." name: "resourceGroupName" type: "String" syntax: "public abstract PagedIterable 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 ." type: "<>" - 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 vpnSites in a resource group." modifiers: - "abstract" parameters: - description: "The resource group name of the VpnSite." name: "resourceGroupName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract PagedIterable 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 ." type: "<>" - 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 vpnSites in a resource group." modifiers: - "abstract" parameters: - description: "The resource group name of the VpnSite." name: "resourceGroupName" type: "String" syntax: "public abstract PagedFlux 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 ." type: "<>" - 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 VpnSite tags." modifiers: - "abstract" parameters: - description: "The resource group name of the VpnSite." name: "resourceGroupName" type: "String" - description: "The name of the VpnSite being updated." name: "vpnSiteName" type: "String" - description: "Parameters supplied to update VpnSite tags." name: "vpnSiteParameters" type: "" syntax: "public abstract VpnSiteInner updateTags(String resourceGroupName, String vpnSiteName, TagsObject vpnSiteParameters)" desc: "Updates VpnSite tags." returns: description: "vpnSite Resource." type: "" - 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 VpnSite tags." modifiers: - "abstract" parameters: - description: "The resource group name of the VpnSite." name: "resourceGroupName" type: "String" - description: "The name of the VpnSite being updated." name: "vpnSiteName" type: "String" - description: "Parameters supplied to update VpnSite tags." name: "vpnSiteParameters" type: "" syntax: "public abstract Mono updateTagsAsync(String resourceGroupName, String vpnSiteName, TagsObject vpnSiteParameters)" desc: "Updates VpnSite tags." returns: description: "vpnSite Resource on successful completion of ." type: "Mono<>" - 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 VpnSite tags." modifiers: - "abstract" parameters: - description: "The resource group name of the VpnSite." name: "resourceGroupName" type: "String" - description: "The name of the VpnSite being updated." name: "vpnSiteName" type: "String" - description: "Parameters supplied to update VpnSite tags." name: "vpnSiteParameters" type: "" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract Response updateTagsWithResponse(String resourceGroupName, String vpnSiteName, TagsObject vpnSiteParameters, Context context)" desc: "Updates VpnSite tags." returns: description: "vpnSite Resource along with ." type: "<>" - 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 VpnSite tags." modifiers: - "abstract" parameters: - description: "The resource group name of the VpnSite." name: "resourceGroupName" type: "String" - description: "The name of the VpnSite being updated." name: "vpnSiteName" type: "String" - description: "Parameters supplied to update VpnSite tags." name: "vpnSiteParameters" type: "" syntax: "public abstract Mono> updateTagsWithResponseAsync(String resourceGroupName, String vpnSiteName, TagsObject vpnSiteParameters)" desc: "Updates VpnSite tags." returns: description: "vpnSite Resource along with on successful completion of ." type: "Mono<<>>" type: "interface" desc: "An instance of this class provides access to all the operations defined in VpnSitesClient." implements: - "<Void>" - "<>" - "<>" metadata: {} package: "com.azure.resourcemanager.network.fluent" artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.42.0