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