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

335 строки
28 KiB
YAML
Исходник Обычный вид История

### YamlMime:JavaType
uid: "com.azure.resourcemanager.hybridnetwork.fluent.SitesClient"
fullName: "com.azure.resourcemanager.hybridnetwork.fluent.SitesClient"
name: "SitesClient"
nameWithType: "SitesClient"
summary: "An instance of this class provides access to all the operations defined in Sites<wbr>Client."
syntax: "public interface **SitesClient**"
methods:
- uid: "com.azure.resourcemanager.hybridnetwork.fluent.SitesClient.beginCreateOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.hybridnetwork.fluent.models.SiteInner)"
fullName: "com.azure.resourcemanager.hybridnetwork.fluent.SitesClient.beginCreateOrUpdate(String resourceGroupName, String siteName, SiteInner parameters)"
name: "beginCreateOrUpdate(String resourceGroupName, String siteName, SiteInner parameters)"
nameWithType: "SitesClient.beginCreateOrUpdate(String resourceGroupName, String siteName, SiteInner parameters)"
summary: "Creates or updates a network site."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network service site."
name: "siteName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to the create or update network site operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.hybridnetwork.fluent.models.SiteInner?alt=com.azure.resourcemanager.hybridnetwork.fluent.models.SiteInner&text=SiteInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<SiteInner>,SiteInner> beginCreateOrUpdate(String resourceGroupName, String siteName, SiteInner parameters)"
desc: "Creates or updates a network site."
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 site 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.hybridnetwork.fluent.models.SiteInner?alt=com.azure.resourcemanager.hybridnetwork.fluent.models.SiteInner&text=SiteInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.hybridnetwork.fluent.models.SiteInner?alt=com.azure.resourcemanager.hybridnetwork.fluent.models.SiteInner&text=SiteInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.hybridnetwork.fluent.SitesClient.beginCreateOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.hybridnetwork.fluent.models.SiteInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.hybridnetwork.fluent.SitesClient.beginCreateOrUpdate(String resourceGroupName, String siteName, SiteInner parameters, Context context)"
name: "beginCreateOrUpdate(String resourceGroupName, String siteName, SiteInner parameters, Context context)"
nameWithType: "SitesClient.beginCreateOrUpdate(String resourceGroupName, String siteName, SiteInner parameters, Context context)"
summary: "Creates or updates a network site."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network service site."
name: "siteName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to the create or update network site operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.hybridnetwork.fluent.models.SiteInner?alt=com.azure.resourcemanager.hybridnetwork.fluent.models.SiteInner&text=SiteInner\" 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<SiteInner>,SiteInner> beginCreateOrUpdate(String resourceGroupName, String siteName, SiteInner parameters, Context context)"
desc: "Creates or updates a network site."
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 site 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.hybridnetwork.fluent.models.SiteInner?alt=com.azure.resourcemanager.hybridnetwork.fluent.models.SiteInner&text=SiteInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.hybridnetwork.fluent.models.SiteInner?alt=com.azure.resourcemanager.hybridnetwork.fluent.models.SiteInner&text=SiteInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.hybridnetwork.fluent.SitesClient.beginDelete(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.hybridnetwork.fluent.SitesClient.beginDelete(String resourceGroupName, String siteName)"
name: "beginDelete(String resourceGroupName, String siteName)"
nameWithType: "SitesClient.beginDelete(String resourceGroupName, String siteName)"
summary: "Deletes the specified network site."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network service site."
name: "siteName"
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 siteName)"
desc: "Deletes the specified network site."
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.hybridnetwork.fluent.SitesClient.beginDelete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.hybridnetwork.fluent.SitesClient.beginDelete(String resourceGroupName, String siteName, Context context)"
name: "beginDelete(String resourceGroupName, String siteName, Context context)"
nameWithType: "SitesClient.beginDelete(String resourceGroupName, String siteName, Context context)"
summary: "Deletes the specified network site."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network service site."
name: "siteName"
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 siteName, Context context)"
desc: "Deletes the specified network site."
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.hybridnetwork.fluent.SitesClient.createOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.hybridnetwork.fluent.models.SiteInner)"
fullName: "com.azure.resourcemanager.hybridnetwork.fluent.SitesClient.createOrUpdate(String resourceGroupName, String siteName, SiteInner parameters)"
name: "createOrUpdate(String resourceGroupName, String siteName, SiteInner parameters)"
nameWithType: "SitesClient.createOrUpdate(String resourceGroupName, String siteName, SiteInner parameters)"
summary: "Creates or updates a network site."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network service site."
name: "siteName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to the create or update network site operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.hybridnetwork.fluent.models.SiteInner?alt=com.azure.resourcemanager.hybridnetwork.fluent.models.SiteInner&text=SiteInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SiteInner createOrUpdate(String resourceGroupName, String siteName, SiteInner parameters)"
desc: "Creates or updates a network site."
returns:
description: "site resource."
type: "<xref href=\"com.azure.resourcemanager.hybridnetwork.fluent.models.SiteInner?alt=com.azure.resourcemanager.hybridnetwork.fluent.models.SiteInner&text=SiteInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hybridnetwork.fluent.SitesClient.createOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.hybridnetwork.fluent.models.SiteInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.hybridnetwork.fluent.SitesClient.createOrUpdate(String resourceGroupName, String siteName, SiteInner parameters, Context context)"
name: "createOrUpdate(String resourceGroupName, String siteName, SiteInner parameters, Context context)"
nameWithType: "SitesClient.createOrUpdate(String resourceGroupName, String siteName, SiteInner parameters, Context context)"
summary: "Creates or updates a network site."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network service site."
name: "siteName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to the create or update network site operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.hybridnetwork.fluent.models.SiteInner?alt=com.azure.resourcemanager.hybridnetwork.fluent.models.SiteInner&text=SiteInner\" 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 SiteInner createOrUpdate(String resourceGroupName, String siteName, SiteInner parameters, Context context)"
desc: "Creates or updates a network site."
returns:
description: "site resource."
type: "<xref href=\"com.azure.resourcemanager.hybridnetwork.fluent.models.SiteInner?alt=com.azure.resourcemanager.hybridnetwork.fluent.models.SiteInner&text=SiteInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hybridnetwork.fluent.SitesClient.delete(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.hybridnetwork.fluent.SitesClient.delete(String resourceGroupName, String siteName)"
name: "delete(String resourceGroupName, String siteName)"
nameWithType: "SitesClient.delete(String resourceGroupName, String siteName)"
summary: "Deletes the specified network site."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network service site."
name: "siteName"
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 siteName)"
desc: "Deletes the specified network site."
- uid: "com.azure.resourcemanager.hybridnetwork.fluent.SitesClient.delete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.hybridnetwork.fluent.SitesClient.delete(String resourceGroupName, String siteName, Context context)"
name: "delete(String resourceGroupName, String siteName, Context context)"
nameWithType: "SitesClient.delete(String resourceGroupName, String siteName, Context context)"
summary: "Deletes the specified network site."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network service site."
name: "siteName"
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 siteName, Context context)"
desc: "Deletes the specified network site."
- uid: "com.azure.resourcemanager.hybridnetwork.fluent.SitesClient.getByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.hybridnetwork.fluent.SitesClient.getByResourceGroup(String resourceGroupName, String siteName)"
name: "getByResourceGroup(String resourceGroupName, String siteName)"
nameWithType: "SitesClient.getByResourceGroup(String resourceGroupName, String siteName)"
summary: "Gets information about the specified network site."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network service site."
name: "siteName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SiteInner getByResourceGroup(String resourceGroupName, String siteName)"
desc: "Gets information about the specified network site."
returns:
description: "information about the specified network site."
type: "<xref href=\"com.azure.resourcemanager.hybridnetwork.fluent.models.SiteInner?alt=com.azure.resourcemanager.hybridnetwork.fluent.models.SiteInner&text=SiteInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hybridnetwork.fluent.SitesClient.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.hybridnetwork.fluent.SitesClient.getByResourceGroupWithResponse(String resourceGroupName, String siteName, Context context)"
name: "getByResourceGroupWithResponse(String resourceGroupName, String siteName, Context context)"
nameWithType: "SitesClient.getByResourceGroupWithResponse(String resourceGroupName, String siteName, Context context)"
summary: "Gets information about the specified network site."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network service site."
name: "siteName"
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<SiteInner> getByResourceGroupWithResponse(String resourceGroupName, String siteName, Context context)"
desc: "Gets information about the specified network site."
returns:
description: "information about the specified network site 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.hybridnetwork.fluent.models.SiteInner?alt=com.azure.resourcemanager.hybridnetwork.fluent.models.SiteInner&text=SiteInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.hybridnetwork.fluent.SitesClient.list()"
fullName: "com.azure.resourcemanager.hybridnetwork.fluent.SitesClient.list()"
name: "list()"
nameWithType: "SitesClient.list()"
summary: "Lists all sites in the network service in a subscription."
modifiers:
- "abstract"
syntax: "public abstract PagedIterable<SiteInner> list()"
desc: "Lists all sites in the network service in a subscription."
returns:
description: "response for sites API service call 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.hybridnetwork.fluent.models.SiteInner?alt=com.azure.resourcemanager.hybridnetwork.fluent.models.SiteInner&text=SiteInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.hybridnetwork.fluent.SitesClient.list(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.hybridnetwork.fluent.SitesClient.list(Context context)"
name: "list(Context context)"
nameWithType: "SitesClient.list(Context context)"
summary: "Lists all sites in the network service 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<SiteInner> list(Context context)"
desc: "Lists all sites in the network service in a subscription."
returns:
description: "response for sites API service call 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.hybridnetwork.fluent.models.SiteInner?alt=com.azure.resourcemanager.hybridnetwork.fluent.models.SiteInner&text=SiteInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.hybridnetwork.fluent.SitesClient.listByResourceGroup(java.lang.String)"
fullName: "com.azure.resourcemanager.hybridnetwork.fluent.SitesClient.listByResourceGroup(String resourceGroupName)"
name: "listByResourceGroup(String resourceGroupName)"
nameWithType: "SitesClient.listByResourceGroup(String resourceGroupName)"
summary: "Lists all sites in the network service."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<SiteInner> listByResourceGroup(String resourceGroupName)"
desc: "Lists all sites in the network service."
returns:
description: "response for sites API service call 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.hybridnetwork.fluent.models.SiteInner?alt=com.azure.resourcemanager.hybridnetwork.fluent.models.SiteInner&text=SiteInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.hybridnetwork.fluent.SitesClient.listByResourceGroup(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.hybridnetwork.fluent.SitesClient.listByResourceGroup(String resourceGroupName, Context context)"
name: "listByResourceGroup(String resourceGroupName, Context context)"
nameWithType: "SitesClient.listByResourceGroup(String resourceGroupName, Context context)"
summary: "Lists all sites in the network service."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
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<SiteInner> listByResourceGroup(String resourceGroupName, Context context)"
desc: "Lists all sites in the network service."
returns:
description: "response for sites API service call 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.hybridnetwork.fluent.models.SiteInner?alt=com.azure.resourcemanager.hybridnetwork.fluent.models.SiteInner&text=SiteInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.hybridnetwork.fluent.SitesClient.updateTags(java.lang.String,java.lang.String,com.azure.resourcemanager.hybridnetwork.models.TagsObject)"
fullName: "com.azure.resourcemanager.hybridnetwork.fluent.SitesClient.updateTags(String resourceGroupName, String siteName, TagsObject parameters)"
name: "updateTags(String resourceGroupName, String siteName, TagsObject parameters)"
nameWithType: "SitesClient.updateTags(String resourceGroupName, String siteName, TagsObject parameters)"
summary: "Updates a site update tags."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network service site."
name: "siteName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to update network site tags."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.hybridnetwork.models.TagsObject?alt=com.azure.resourcemanager.hybridnetwork.models.TagsObject&text=TagsObject\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SiteInner updateTags(String resourceGroupName, String siteName, TagsObject parameters)"
desc: "Updates a site update tags."
returns:
description: "site resource."
type: "<xref href=\"com.azure.resourcemanager.hybridnetwork.fluent.models.SiteInner?alt=com.azure.resourcemanager.hybridnetwork.fluent.models.SiteInner&text=SiteInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hybridnetwork.fluent.SitesClient.updateTagsWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.hybridnetwork.models.TagsObject,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.hybridnetwork.fluent.SitesClient.updateTagsWithResponse(String resourceGroupName, String siteName, TagsObject parameters, Context context)"
name: "updateTagsWithResponse(String resourceGroupName, String siteName, TagsObject parameters, Context context)"
nameWithType: "SitesClient.updateTagsWithResponse(String resourceGroupName, String siteName, TagsObject parameters, Context context)"
summary: "Updates a site update tags."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the network service site."
name: "siteName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to update network site tags."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.hybridnetwork.models.TagsObject?alt=com.azure.resourcemanager.hybridnetwork.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<SiteInner> updateTagsWithResponse(String resourceGroupName, String siteName, TagsObject parameters, Context context)"
desc: "Updates a site update tags."
returns:
description: "site 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.hybridnetwork.fluent.models.SiteInner?alt=com.azure.resourcemanager.hybridnetwork.fluent.models.SiteInner&text=SiteInner\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in SitesClient."
metadata: {}
package: "com.azure.resourcemanager.hybridnetwork.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-hybridnetwork:1.0.0