### 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 SitesClient." 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: "String" - description: "The name of the network service site." name: "siteName" type: "String" - description: "Parameters supplied to the create or update network site operation." name: "parameters" type: "" syntax: "public abstract SyncPoller,SiteInner> beginCreateOrUpdate(String resourceGroupName, String siteName, SiteInner parameters)" desc: "Creates or updates a network site." returns: description: "the for polling of site resource." type: "<<>,>" - 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: "String" - description: "The name of the network service site." name: "siteName" type: "String" - description: "Parameters supplied to the create or update network site operation." name: "parameters" type: "" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract SyncPoller,SiteInner> beginCreateOrUpdate(String resourceGroupName, String siteName, SiteInner parameters, Context context)" desc: "Creates or updates a network site." returns: description: "the for polling of site resource." type: "<<>,>" - 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: "String" - description: "The name of the network service site." name: "siteName" type: "String" syntax: "public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String siteName)" desc: "Deletes the specified network site." returns: description: "the for polling of long-running operation." type: "<<Void>,Void>" - 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: "String" - description: "The name of the network service site." name: "siteName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String siteName, Context context)" desc: "Deletes the specified network site." returns: description: "the for polling of long-running operation." type: "<<Void>,Void>" - 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: "String" - description: "The name of the network service site." name: "siteName" type: "String" - description: "Parameters supplied to the create or update network site operation." name: "parameters" type: "" syntax: "public abstract SiteInner createOrUpdate(String resourceGroupName, String siteName, SiteInner parameters)" desc: "Creates or updates a network site." returns: description: "site resource." type: "" - 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: "String" - description: "The name of the network service site." name: "siteName" type: "String" - description: "Parameters supplied to the create or update network site operation." name: "parameters" type: "" - description: "The context to associate with this operation." name: "context" type: "" 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: "" - 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: "String" - description: "The name of the network service site." name: "siteName" type: "String" 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: "String" - description: "The name of the network service site." name: "siteName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" 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: "String" - description: "The name of the network service site." name: "siteName" type: "String" 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: "" - 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: "String" - description: "The name of the network service site." name: "siteName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract Response 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 ." type: "<>" - 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 list()" desc: "Lists all sites in the network service in a subscription." returns: description: "response for sites API service call as paginated response with ." type: "<>" - 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: "" syntax: "public abstract PagedIterable 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 ." type: "<>" - 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: "String" syntax: "public abstract PagedIterable listByResourceGroup(String resourceGroupName)" desc: "Lists all sites in the network service." returns: description: "response for sites API service call as paginated response with ." type: "<>" - 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: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract PagedIterable 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 ." type: "<>" - 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: "String" - description: "The name of the network service site." name: "siteName" type: "String" - description: "Parameters supplied to update network site tags." name: "parameters" type: "" syntax: "public abstract SiteInner updateTags(String resourceGroupName, String siteName, TagsObject parameters)" desc: "Updates a site update tags." returns: description: "site resource." type: "" - 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: "String" - description: "The name of the network service site." name: "siteName" type: "String" - description: "Parameters supplied to update network site tags." name: "parameters" type: "" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract Response updateTagsWithResponse(String resourceGroupName, String siteName, TagsObject parameters, Context context)" desc: "Updates a site update tags." returns: description: "site resource along with ." type: "<>" 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