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

270 строки
20 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.mobilenetwork.models.Sites"
fullName: "com.azure.resourcemanager.mobilenetwork.models.Sites"
name: "Sites"
nameWithType: "Sites"
summary: "Resource collection API of Sites."
syntax: "public interface **Sites**"
methods:
- uid: "com.azure.resourcemanager.mobilenetwork.models.Sites.define(java.lang.String)"
fullName: "com.azure.resourcemanager.mobilenetwork.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.mobilenetwork.models.Site.DefinitionStages.Blank?alt=com.azure.resourcemanager.mobilenetwork.models.Site.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mobilenetwork.models.Sites.delete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mobilenetwork.models.Sites.delete(String resourceGroupName, String mobileNetworkName, String siteName)"
name: "delete(String resourceGroupName, String mobileNetworkName, String siteName)"
nameWithType: "Sites.delete(String resourceGroupName, String mobileNetworkName, String siteName)"
summary: "Deletes the specified mobile 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 mobile network."
name: "mobileNetworkName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the mobile network 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 mobileNetworkName, String siteName)"
desc: "Deletes the specified mobile network site. This will also delete any network functions that are a part of this site."
- uid: "com.azure.resourcemanager.mobilenetwork.models.Sites.delete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mobilenetwork.models.Sites.delete(String resourceGroupName, String mobileNetworkName, String siteName, Context context)"
name: "delete(String resourceGroupName, String mobileNetworkName, String siteName, Context context)"
nameWithType: "Sites.delete(String resourceGroupName, String mobileNetworkName, String siteName, Context context)"
summary: "Deletes the specified mobile 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 mobile network."
name: "mobileNetworkName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the mobile network 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 mobileNetworkName, String siteName, Context context)"
desc: "Deletes the specified mobile network site. This will also delete any network functions that are a part of this site."
- uid: "com.azure.resourcemanager.mobilenetwork.models.Sites.deleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.mobilenetwork.models.Sites.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "Sites.deleteById(String id)"
summary: "Deletes the specified mobile 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 mobile network site. This will also delete any network functions that are a part of this site."
- uid: "com.azure.resourcemanager.mobilenetwork.models.Sites.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mobilenetwork.models.Sites.deleteByIdWithResponse(String id, Context context)"
name: "deleteByIdWithResponse(String id, Context context)"
nameWithType: "Sites.deleteByIdWithResponse(String id, Context context)"
summary: "Deletes the specified mobile 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 mobile network site. This will also delete any network functions that are a part of this site."
- uid: "com.azure.resourcemanager.mobilenetwork.models.Sites.deletePacketCore(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.mobilenetwork.models.SiteDeletePacketCore)"
fullName: "com.azure.resourcemanager.mobilenetwork.models.Sites.deletePacketCore(String resourceGroupName, String mobileNetworkName, String siteName, SiteDeletePacketCore parameters)"
name: "deletePacketCore(String resourceGroupName, String mobileNetworkName, String siteName, SiteDeletePacketCore parameters)"
nameWithType: "Sites.deletePacketCore(String resourceGroupName, String mobileNetworkName, String siteName, SiteDeletePacketCore parameters)"
summary: "Deletes a packet core under the specified mobile 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 mobile network."
name: "mobileNetworkName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the mobile network site."
name: "siteName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to delete a packet core under a site."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.SiteDeletePacketCore?alt=com.azure.resourcemanager.mobilenetwork.models.SiteDeletePacketCore&text=SiteDeletePacketCore\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void deletePacketCore(String resourceGroupName, String mobileNetworkName, String siteName, SiteDeletePacketCore parameters)"
desc: "Deletes a packet core under the specified mobile network site."
- uid: "com.azure.resourcemanager.mobilenetwork.models.Sites.deletePacketCore(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.mobilenetwork.models.SiteDeletePacketCore,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mobilenetwork.models.Sites.deletePacketCore(String resourceGroupName, String mobileNetworkName, String siteName, SiteDeletePacketCore parameters, Context context)"
name: "deletePacketCore(String resourceGroupName, String mobileNetworkName, String siteName, SiteDeletePacketCore parameters, Context context)"
nameWithType: "Sites.deletePacketCore(String resourceGroupName, String mobileNetworkName, String siteName, SiteDeletePacketCore parameters, Context context)"
summary: "Deletes a packet core under the specified mobile 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 mobile network."
name: "mobileNetworkName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the mobile network site."
name: "siteName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to delete a packet core under a site."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.SiteDeletePacketCore?alt=com.azure.resourcemanager.mobilenetwork.models.SiteDeletePacketCore&text=SiteDeletePacketCore\" 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 void deletePacketCore(String resourceGroupName, String mobileNetworkName, String siteName, SiteDeletePacketCore parameters, Context context)"
desc: "Deletes a packet core under the specified mobile network site."
- uid: "com.azure.resourcemanager.mobilenetwork.models.Sites.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mobilenetwork.models.Sites.get(String resourceGroupName, String mobileNetworkName, String siteName)"
name: "get(String resourceGroupName, String mobileNetworkName, String siteName)"
nameWithType: "Sites.get(String resourceGroupName, String mobileNetworkName, String siteName)"
summary: "Gets information about the specified mobile 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 mobile network."
name: "mobileNetworkName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the mobile network site."
name: "siteName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Site get(String resourceGroupName, String mobileNetworkName, String siteName)"
desc: "Gets information about the specified mobile network site."
returns:
description: "information about the specified mobile network site."
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.Site?alt=com.azure.resourcemanager.mobilenetwork.models.Site&text=Site\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mobilenetwork.models.Sites.getById(java.lang.String)"
fullName: "com.azure.resourcemanager.mobilenetwork.models.Sites.getById(String id)"
name: "getById(String id)"
nameWithType: "Sites.getById(String id)"
summary: "Gets information about the specified mobile 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 mobile network site."
returns:
description: "information about the specified mobile 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.mobilenetwork.models.Site?alt=com.azure.resourcemanager.mobilenetwork.models.Site&text=Site\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mobilenetwork.models.Sites.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mobilenetwork.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 mobile 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 mobile network site."
returns:
description: "information about the specified mobile 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.mobilenetwork.models.Site?alt=com.azure.resourcemanager.mobilenetwork.models.Site&text=Site\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mobilenetwork.models.Sites.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mobilenetwork.models.Sites.getWithResponse(String resourceGroupName, String mobileNetworkName, String siteName, Context context)"
name: "getWithResponse(String resourceGroupName, String mobileNetworkName, String siteName, Context context)"
nameWithType: "Sites.getWithResponse(String resourceGroupName, String mobileNetworkName, String siteName, Context context)"
summary: "Gets information about the specified mobile 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 mobile network."
name: "mobileNetworkName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the mobile network 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> getWithResponse(String resourceGroupName, String mobileNetworkName, String siteName, Context context)"
desc: "Gets information about the specified mobile network site."
returns:
description: "information about the specified mobile 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.mobilenetwork.models.Site?alt=com.azure.resourcemanager.mobilenetwork.models.Site&text=Site\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mobilenetwork.models.Sites.listByMobileNetwork(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mobilenetwork.models.Sites.listByMobileNetwork(String resourceGroupName, String mobileNetworkName)"
name: "listByMobileNetwork(String resourceGroupName, String mobileNetworkName)"
nameWithType: "Sites.listByMobileNetwork(String resourceGroupName, String mobileNetworkName)"
summary: "Lists all sites in the mobile network."
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 mobile network."
name: "mobileNetworkName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<Site> listByMobileNetwork(String resourceGroupName, String mobileNetworkName)"
desc: "Lists all sites in the mobile network."
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.mobilenetwork.models.Site?alt=com.azure.resourcemanager.mobilenetwork.models.Site&text=Site\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mobilenetwork.models.Sites.listByMobileNetwork(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mobilenetwork.models.Sites.listByMobileNetwork(String resourceGroupName, String mobileNetworkName, Context context)"
name: "listByMobileNetwork(String resourceGroupName, String mobileNetworkName, Context context)"
nameWithType: "Sites.listByMobileNetwork(String resourceGroupName, String mobileNetworkName, Context context)"
summary: "Lists all sites in the mobile network."
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 mobile network."
name: "mobileNetworkName"
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> listByMobileNetwork(String resourceGroupName, String mobileNetworkName, Context context)"
desc: "Lists all sites in the mobile network."
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.mobilenetwork.models.Site?alt=com.azure.resourcemanager.mobilenetwork.models.Site&text=Site\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of Sites."
metadata: {}
package: "com.azure.resourcemanager.mobilenetwork.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-mobilenetwork:1.2.0