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

223 строки
16 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.mobilenetwork.models.DataNetworks"
fullName: "com.azure.resourcemanager.mobilenetwork.models.DataNetworks"
name: "DataNetworks"
nameWithType: "DataNetworks"
summary: "Resource collection API of Data<wbr>Networks."
syntax: "public interface **DataNetworks**"
methods:
- uid: "com.azure.resourcemanager.mobilenetwork.models.DataNetworks.define(java.lang.String)"
fullName: "com.azure.resourcemanager.mobilenetwork.models.DataNetworks.define(String name)"
name: "define(String name)"
nameWithType: "DataNetworks.define(String name)"
summary: "Begins definition for a new Data<wbr>Network 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 DataNetwork.DefinitionStages.Blank define(String name)"
desc: "Begins definition for a new DataNetwork resource."
returns:
description: "the first stage of the new DataNetwork definition."
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.DataNetwork.DefinitionStages.Blank?alt=com.azure.resourcemanager.mobilenetwork.models.DataNetwork.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mobilenetwork.models.DataNetworks.delete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mobilenetwork.models.DataNetworks.delete(String resourceGroupName, String mobileNetworkName, String dataNetworkName)"
name: "delete(String resourceGroupName, String mobileNetworkName, String dataNetworkName)"
nameWithType: "DataNetworks.delete(String resourceGroupName, String mobileNetworkName, String dataNetworkName)"
summary: "Deletes the specified data 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 name of the data network."
name: "dataNetworkName"
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 dataNetworkName)"
desc: "Deletes the specified data network."
- uid: "com.azure.resourcemanager.mobilenetwork.models.DataNetworks.delete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mobilenetwork.models.DataNetworks.delete(String resourceGroupName, String mobileNetworkName, String dataNetworkName, Context context)"
name: "delete(String resourceGroupName, String mobileNetworkName, String dataNetworkName, Context context)"
nameWithType: "DataNetworks.delete(String resourceGroupName, String mobileNetworkName, String dataNetworkName, Context context)"
summary: "Deletes the specified data 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 name of the data network."
name: "dataNetworkName"
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 dataNetworkName, Context context)"
desc: "Deletes the specified data network."
- uid: "com.azure.resourcemanager.mobilenetwork.models.DataNetworks.deleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.mobilenetwork.models.DataNetworks.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "DataNetworks.deleteById(String id)"
summary: "Deletes the specified data network."
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 data network."
- uid: "com.azure.resourcemanager.mobilenetwork.models.DataNetworks.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mobilenetwork.models.DataNetworks.deleteByIdWithResponse(String id, Context context)"
name: "deleteByIdWithResponse(String id, Context context)"
nameWithType: "DataNetworks.deleteByIdWithResponse(String id, Context context)"
summary: "Deletes the specified data network."
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 data network."
- uid: "com.azure.resourcemanager.mobilenetwork.models.DataNetworks.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mobilenetwork.models.DataNetworks.get(String resourceGroupName, String mobileNetworkName, String dataNetworkName)"
name: "get(String resourceGroupName, String mobileNetworkName, String dataNetworkName)"
nameWithType: "DataNetworks.get(String resourceGroupName, String mobileNetworkName, String dataNetworkName)"
summary: "Gets information about the specified data 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 name of the data network."
name: "dataNetworkName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract DataNetwork get(String resourceGroupName, String mobileNetworkName, String dataNetworkName)"
desc: "Gets information about the specified data network."
returns:
description: "information about the specified data network."
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.DataNetwork?alt=com.azure.resourcemanager.mobilenetwork.models.DataNetwork&text=DataNetwork\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mobilenetwork.models.DataNetworks.getById(java.lang.String)"
fullName: "com.azure.resourcemanager.mobilenetwork.models.DataNetworks.getById(String id)"
name: "getById(String id)"
nameWithType: "DataNetworks.getById(String id)"
summary: "Gets information about the specified data network."
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 DataNetwork getById(String id)"
desc: "Gets information about the specified data network."
returns:
description: "information about the specified data network 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.DataNetwork?alt=com.azure.resourcemanager.mobilenetwork.models.DataNetwork&text=DataNetwork\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mobilenetwork.models.DataNetworks.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mobilenetwork.models.DataNetworks.getByIdWithResponse(String id, Context context)"
name: "getByIdWithResponse(String id, Context context)"
nameWithType: "DataNetworks.getByIdWithResponse(String id, Context context)"
summary: "Gets information about the specified data network."
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<DataNetwork> getByIdWithResponse(String id, Context context)"
desc: "Gets information about the specified data network."
returns:
description: "information about the specified data network 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.DataNetwork?alt=com.azure.resourcemanager.mobilenetwork.models.DataNetwork&text=DataNetwork\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mobilenetwork.models.DataNetworks.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mobilenetwork.models.DataNetworks.getWithResponse(String resourceGroupName, String mobileNetworkName, String dataNetworkName, Context context)"
name: "getWithResponse(String resourceGroupName, String mobileNetworkName, String dataNetworkName, Context context)"
nameWithType: "DataNetworks.getWithResponse(String resourceGroupName, String mobileNetworkName, String dataNetworkName, Context context)"
summary: "Gets information about the specified data 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 name of the data network."
name: "dataNetworkName"
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<DataNetwork> getWithResponse(String resourceGroupName, String mobileNetworkName, String dataNetworkName, Context context)"
desc: "Gets information about the specified data network."
returns:
description: "information about the specified data network 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.DataNetwork?alt=com.azure.resourcemanager.mobilenetwork.models.DataNetwork&text=DataNetwork\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mobilenetwork.models.DataNetworks.listByMobileNetwork(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mobilenetwork.models.DataNetworks.listByMobileNetwork(String resourceGroupName, String mobileNetworkName)"
name: "listByMobileNetwork(String resourceGroupName, String mobileNetworkName)"
nameWithType: "DataNetworks.listByMobileNetwork(String resourceGroupName, String mobileNetworkName)"
summary: "Lists all data networks 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<DataNetwork> listByMobileNetwork(String resourceGroupName, String mobileNetworkName)"
desc: "Lists all data networks in the mobile network."
returns:
description: "response for data network 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.DataNetwork?alt=com.azure.resourcemanager.mobilenetwork.models.DataNetwork&text=DataNetwork\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mobilenetwork.models.DataNetworks.listByMobileNetwork(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mobilenetwork.models.DataNetworks.listByMobileNetwork(String resourceGroupName, String mobileNetworkName, Context context)"
name: "listByMobileNetwork(String resourceGroupName, String mobileNetworkName, Context context)"
nameWithType: "DataNetworks.listByMobileNetwork(String resourceGroupName, String mobileNetworkName, Context context)"
summary: "Lists all data networks 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<DataNetwork> listByMobileNetwork(String resourceGroupName, String mobileNetworkName, Context context)"
desc: "Lists all data networks in the mobile network."
returns:
description: "response for data network 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.DataNetwork?alt=com.azure.resourcemanager.mobilenetwork.models.DataNetwork&text=DataNetwork\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of DataNetworks."
metadata: {}
package: "com.azure.resourcemanager.mobilenetwork.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-mobilenetwork:1.2.0