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