233 строки
16 KiB
YAML
233 строки
16 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.hybridnetwork.models.Sites"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.Sites"
|
|
name: "Sites"
|
|
nameWithType: "Sites"
|
|
summary: "Resource collection API of Sites."
|
|
syntax: "public interface **Sites**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.Sites.define(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.Sites.define(String name)"
|
|
name: "define(String name)"
|
|
nameWithType: "Sites.define(String name)"
|
|
summary: "Begins definition for a new Site resource."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "resource name."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Site.DefinitionStages.Blank define(String name)"
|
|
desc: "Begins definition for a new Site resource."
|
|
returns:
|
|
description: "the first stage of the new Site definition."
|
|
type: "<xref href=\"com.azure.resourcemanager.hybridnetwork.models.Site.DefinitionStages.Blank?alt=com.azure.resourcemanager.hybridnetwork.models.Site.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.Sites.delete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.Sites.delete(String resourceGroupName, String siteName, Context context)"
|
|
name: "delete(String resourceGroupName, String siteName, Context context)"
|
|
nameWithType: "Sites.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.models.Sites.deleteById(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.Sites.deleteById(String id)"
|
|
name: "deleteById(String id)"
|
|
nameWithType: "Sites.deleteById(String id)"
|
|
summary: "Deletes the specified network site."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void deleteById(String id)"
|
|
desc: "Deletes the specified network site."
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.Sites.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.Sites.deleteByIdWithResponse(String id, Context context)"
|
|
name: "deleteByIdWithResponse(String id, Context context)"
|
|
nameWithType: "Sites.deleteByIdWithResponse(String id, Context context)"
|
|
summary: "Deletes the specified network site."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
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 deleteByIdWithResponse(String id, Context context)"
|
|
desc: "Deletes the specified network site."
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.Sites.deleteByResourceGroup(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.Sites.deleteByResourceGroup(String resourceGroupName, String siteName)"
|
|
name: "deleteByResourceGroup(String resourceGroupName, String siteName)"
|
|
nameWithType: "Sites.deleteByResourceGroup(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 deleteByResourceGroup(String resourceGroupName, String siteName)"
|
|
desc: "Deletes the specified network site."
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.Sites.getById(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.Sites.getById(String id)"
|
|
name: "getById(String id)"
|
|
nameWithType: "Sites.getById(String id)"
|
|
summary: "Gets information about the specified network site."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Site getById(String id)"
|
|
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.resourcemanager.hybridnetwork.models.Site?alt=com.azure.resourcemanager.hybridnetwork.models.Site&text=Site\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.Sites.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.Sites.getByIdWithResponse(String id, Context context)"
|
|
name: "getByIdWithResponse(String id, Context context)"
|
|
nameWithType: "Sites.getByIdWithResponse(String id, Context context)"
|
|
summary: "Gets information about the specified network site."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
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<Site> getByIdWithResponse(String id, 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\" /><<xref href=\"com.azure.resourcemanager.hybridnetwork.models.Site?alt=com.azure.resourcemanager.hybridnetwork.models.Site&text=Site\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.Sites.getByResourceGroup(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.Sites.getByResourceGroup(String resourceGroupName, String siteName)"
|
|
name: "getByResourceGroup(String resourceGroupName, String siteName)"
|
|
nameWithType: "Sites.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 Site 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.models.Site?alt=com.azure.resourcemanager.hybridnetwork.models.Site&text=Site\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.Sites.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.Sites.getByResourceGroupWithResponse(String resourceGroupName, String siteName, Context context)"
|
|
name: "getByResourceGroupWithResponse(String resourceGroupName, String siteName, Context context)"
|
|
nameWithType: "Sites.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<Site> 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\" /><<xref href=\"com.azure.resourcemanager.hybridnetwork.models.Site?alt=com.azure.resourcemanager.hybridnetwork.models.Site&text=Site\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.Sites.list()"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.Sites.list()"
|
|
name: "list()"
|
|
nameWithType: "Sites.list()"
|
|
summary: "Lists all sites in the network service in a subscription."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract PagedIterable<Site> 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\" /><<xref href=\"com.azure.resourcemanager.hybridnetwork.models.Site?alt=com.azure.resourcemanager.hybridnetwork.models.Site&text=Site\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.Sites.list(com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.Sites.list(Context context)"
|
|
name: "list(Context context)"
|
|
nameWithType: "Sites.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<Site> 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\" /><<xref href=\"com.azure.resourcemanager.hybridnetwork.models.Site?alt=com.azure.resourcemanager.hybridnetwork.models.Site&text=Site\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.Sites.listByResourceGroup(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.Sites.listByResourceGroup(String resourceGroupName)"
|
|
name: "listByResourceGroup(String resourceGroupName)"
|
|
nameWithType: "Sites.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<Site> 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\" /><<xref href=\"com.azure.resourcemanager.hybridnetwork.models.Site?alt=com.azure.resourcemanager.hybridnetwork.models.Site&text=Site\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.Sites.listByResourceGroup(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.Sites.listByResourceGroup(String resourceGroupName, Context context)"
|
|
name: "listByResourceGroup(String resourceGroupName, Context context)"
|
|
nameWithType: "Sites.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<Site> 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\" /><<xref href=\"com.azure.resourcemanager.hybridnetwork.models.Site?alt=com.azure.resourcemanager.hybridnetwork.models.Site&text=Site\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "Resource collection API of Sites."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.hybridnetwork.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-hybridnetwork:1.0.0
|