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

262 строки
16 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.mobilenetwork.models.MobileNetwork"
fullName: "com.azure.resourcemanager.mobilenetwork.models.MobileNetwork"
name: "MobileNetwork"
nameWithType: "MobileNetwork"
summary: "An immutable client-side representation of Mobile<wbr>Network."
syntax: "public interface **MobileNetwork**"
methods:
- uid: "com.azure.resourcemanager.mobilenetwork.models.MobileNetwork.id()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.MobileNetwork.id()"
name: "id()"
nameWithType: "MobileNetwork.id()"
summary: "Gets the id property: Fully qualified resource Id for the resource."
modifiers:
- "abstract"
syntax: "public abstract String id()"
desc: "Gets the id property: Fully qualified resource Id for the resource."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.mobilenetwork.models.MobileNetwork.identity()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.MobileNetwork.identity()"
name: "identity()"
nameWithType: "MobileNetwork.identity()"
summary: "Gets the identity property: The identity used to retrieve any private keys used for SUPI concealment from Azure key vault."
modifiers:
- "abstract"
syntax: "public abstract ManagedServiceIdentity identity()"
desc: "Gets the identity property: The identity used to retrieve any private keys used for SUPI concealment from Azure key vault."
returns:
description: "the identity value."
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.ManagedServiceIdentity?alt=com.azure.resourcemanager.mobilenetwork.models.ManagedServiceIdentity&text=ManagedServiceIdentity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mobilenetwork.models.MobileNetwork.innerModel()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.MobileNetwork.innerModel()"
name: "innerModel()"
nameWithType: "MobileNetwork.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>mobilenetwork.<wbr>fluent.<wbr>models.<wbr>Mobile<wbr>Network<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract MobileNetworkInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.mobilenetwork.fluent.models.MobileNetworkInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.fluent.models.MobileNetworkInner?alt=com.azure.resourcemanager.mobilenetwork.fluent.models.MobileNetworkInner&text=MobileNetworkInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mobilenetwork.models.MobileNetwork.listSimGroups()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.MobileNetwork.listSimGroups()"
name: "listSimGroups()"
nameWithType: "MobileNetwork.listSimGroups()"
summary: "Gets all the SIM groups assigned to a mobile network."
modifiers:
- "abstract"
syntax: "public abstract PagedIterable<SimGroup> listSimGroups()"
desc: "Gets all the SIM groups assigned to a mobile network."
returns:
description: "all the SIM groups assigned to 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\" />&lt;<xref href=\"com.azure.resourcemanager.mobilenetwork.models.SimGroup?alt=com.azure.resourcemanager.mobilenetwork.models.SimGroup&text=SimGroup\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mobilenetwork.models.MobileNetwork.listSimGroups(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mobilenetwork.models.MobileNetwork.listSimGroups(Context context)"
name: "listSimGroups(Context context)"
nameWithType: "MobileNetwork.listSimGroups(Context context)"
summary: "Gets all the SIM groups assigned to a mobile network."
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<SimGroup> listSimGroups(Context context)"
desc: "Gets all the SIM groups assigned to a mobile network."
returns:
description: "all the SIM groups assigned to 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\" />&lt;<xref href=\"com.azure.resourcemanager.mobilenetwork.models.SimGroup?alt=com.azure.resourcemanager.mobilenetwork.models.SimGroup&text=SimGroup\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mobilenetwork.models.MobileNetwork.location()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.MobileNetwork.location()"
name: "location()"
nameWithType: "MobileNetwork.location()"
summary: "Gets the location property: The geo-location where the resource lives."
modifiers:
- "abstract"
syntax: "public abstract String location()"
desc: "Gets the location property: The geo-location where the resource lives."
returns:
description: "the location value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.mobilenetwork.models.MobileNetwork.name()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.MobileNetwork.name()"
name: "name()"
nameWithType: "MobileNetwork.name()"
summary: "Gets the name property: The name of the resource."
modifiers:
- "abstract"
syntax: "public abstract String name()"
desc: "Gets the name property: The name of the resource."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.mobilenetwork.models.MobileNetwork.provisioningState()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.MobileNetwork.provisioningState()"
name: "provisioningState()"
nameWithType: "MobileNetwork.provisioningState()"
summary: "Gets the provisioning<wbr>State property: The provisioning state of the mobile network resource."
modifiers:
- "abstract"
syntax: "public abstract ProvisioningState provisioningState()"
desc: "Gets the provisioningState property: The provisioning state of the mobile network resource."
returns:
description: "the provisioningState value."
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.ProvisioningState?alt=com.azure.resourcemanager.mobilenetwork.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mobilenetwork.models.MobileNetwork.publicLandMobileNetworkIdentifier()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.MobileNetwork.publicLandMobileNetworkIdentifier()"
name: "publicLandMobileNetworkIdentifier()"
nameWithType: "MobileNetwork.publicLandMobileNetworkIdentifier()"
summary: "Gets the public<wbr>Land<wbr>Mobile<wbr>Network<wbr>Identifier property: The unique public land mobile network identifier for the network."
modifiers:
- "abstract"
syntax: "public abstract PlmnId publicLandMobileNetworkIdentifier()"
desc: "Gets the publicLandMobileNetworkIdentifier property: The unique public land mobile network identifier for the network. If both 'publicLandMobileNetworks' and 'publicLandMobileNetworkIdentifier' are specified, then the 'publicLandMobileNetworks' will take precedence."
returns:
description: "the publicLandMobileNetworkIdentifier value."
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.PlmnId?alt=com.azure.resourcemanager.mobilenetwork.models.PlmnId&text=PlmnId\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mobilenetwork.models.MobileNetwork.publicLandMobileNetworks()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.MobileNetwork.publicLandMobileNetworks()"
name: "publicLandMobileNetworks()"
nameWithType: "MobileNetwork.publicLandMobileNetworks()"
summary: "Gets the public<wbr>Land<wbr>Mobile<wbr>Networks property: A list of public land mobile networks including their identifiers."
modifiers:
- "abstract"
syntax: "public abstract List<PublicLandMobileNetwork> publicLandMobileNetworks()"
desc: "Gets the publicLandMobileNetworks property: A list of public land mobile networks including their identifiers. If both 'publicLandMobileNetworks' and 'publicLandMobileNetworkIdentifier' are specified, then the 'publicLandMobileNetworks' will take precedence."
returns:
description: "the publicLandMobileNetworks value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.mobilenetwork.models.PublicLandMobileNetwork?alt=com.azure.resourcemanager.mobilenetwork.models.PublicLandMobileNetwork&text=PublicLandMobileNetwork\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mobilenetwork.models.MobileNetwork.refresh()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.MobileNetwork.refresh()"
name: "refresh()"
nameWithType: "MobileNetwork.refresh()"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
syntax: "public abstract MobileNetwork refresh()"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.MobileNetwork?alt=com.azure.resourcemanager.mobilenetwork.models.MobileNetwork&text=MobileNetwork\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mobilenetwork.models.MobileNetwork.refresh(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mobilenetwork.models.MobileNetwork.refresh(Context context)"
name: "refresh(Context context)"
nameWithType: "MobileNetwork.refresh(Context context)"
summary: "Refreshes the resource to sync with Azure."
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 MobileNetwork refresh(Context context)"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.MobileNetwork?alt=com.azure.resourcemanager.mobilenetwork.models.MobileNetwork&text=MobileNetwork\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mobilenetwork.models.MobileNetwork.region()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.MobileNetwork.region()"
name: "region()"
nameWithType: "MobileNetwork.region()"
summary: "Gets the region of the resource."
modifiers:
- "abstract"
syntax: "public abstract Region region()"
desc: "Gets the region of the resource."
returns:
description: "the region of the resource."
type: "<xref href=\"com.azure.core.management.Region?alt=com.azure.core.management.Region&text=Region\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mobilenetwork.models.MobileNetwork.regionName()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.MobileNetwork.regionName()"
name: "regionName()"
nameWithType: "MobileNetwork.regionName()"
summary: "Gets the name of the resource region."
modifiers:
- "abstract"
syntax: "public abstract String regionName()"
desc: "Gets the name of the resource region."
returns:
description: "the name of the resource region."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.mobilenetwork.models.MobileNetwork.resourceGroupName()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.MobileNetwork.resourceGroupName()"
name: "resourceGroupName()"
nameWithType: "MobileNetwork.resourceGroupName()"
summary: "Gets the name of the resource group."
modifiers:
- "abstract"
syntax: "public abstract String resourceGroupName()"
desc: "Gets the name of the resource group."
returns:
description: "the name of the resource group."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.mobilenetwork.models.MobileNetwork.serviceKey()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.MobileNetwork.serviceKey()"
name: "serviceKey()"
nameWithType: "MobileNetwork.serviceKey()"
summary: "Gets the service<wbr>Key property: The mobile network resource identifier."
modifiers:
- "abstract"
syntax: "public abstract String serviceKey()"
desc: "Gets the serviceKey property: The mobile network resource identifier."
returns:
description: "the serviceKey value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.mobilenetwork.models.MobileNetwork.systemData()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.MobileNetwork.systemData()"
name: "systemData()"
nameWithType: "MobileNetwork.systemData()"
summary: "Gets the system<wbr>Data property: Azure Resource Manager metadata containing created<wbr>By and modified<wbr>By information."
modifiers:
- "abstract"
syntax: "public abstract SystemData systemData()"
desc: "Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information."
returns:
description: "the systemData value."
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mobilenetwork.models.MobileNetwork.tags()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.MobileNetwork.tags()"
name: "tags()"
nameWithType: "MobileNetwork.tags()"
summary: "Gets the tags property: Resource tags."
modifiers:
- "abstract"
syntax: "public abstract Map<String,String> tags()"
desc: "Gets the tags property: Resource tags."
returns:
description: "the tags value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.mobilenetwork.models.MobileNetwork.type()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.MobileNetwork.type()"
name: "type()"
nameWithType: "MobileNetwork.type()"
summary: "Gets the type property: The type of the resource."
modifiers:
- "abstract"
syntax: "public abstract String type()"
desc: "Gets the type property: The type of the resource."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.mobilenetwork.models.MobileNetwork.update()"
fullName: "com.azure.resourcemanager.mobilenetwork.models.MobileNetwork.update()"
name: "update()"
nameWithType: "MobileNetwork.update()"
summary: "Begins update for the Mobile<wbr>Network resource."
modifiers:
- "abstract"
syntax: "public abstract MobileNetwork.Update update()"
desc: "Begins update for the MobileNetwork resource."
returns:
description: "the stage of resource update."
type: "<xref href=\"com.azure.resourcemanager.mobilenetwork.models.MobileNetwork.Update?alt=com.azure.resourcemanager.mobilenetwork.models.MobileNetwork.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An immutable client-side representation of MobileNetwork."
metadata: {}
package: "com.azure.resourcemanager.mobilenetwork.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-mobilenetwork:1.2.0