MobileNetworks interface

Interface representing a MobileNetworks.

Methods

beginCreateOrUpdate(string, string, MobileNetwork, MobileNetworksCreateOrUpdateOptionalParams)

Creates or updates a mobile network.

beginCreateOrUpdateAndWait(string, string, MobileNetwork, MobileNetworksCreateOrUpdateOptionalParams)

Creates or updates a mobile network.

beginDelete(string, string, MobileNetworksDeleteOptionalParams)

Deletes the specified mobile network.

beginDeleteAndWait(string, string, MobileNetworksDeleteOptionalParams)

Deletes the specified mobile network.

get(string, string, MobileNetworksGetOptionalParams)

Gets information about the specified mobile network.

listByResourceGroup(string, MobileNetworksListByResourceGroupOptionalParams)

Lists all the mobile networks in a resource group.

listBySubscription(MobileNetworksListBySubscriptionOptionalParams)

Lists all the mobile networks in a subscription.

listSimGroups(string, string, MobileNetworksListSimGroupsOptionalParams)

Gets all the SIM groups assigned to a mobile network.

updateTags(string, string, IdentityAndTagsObject, MobileNetworksUpdateTagsOptionalParams)

Updates mobile network tags and managed identity.

Method Details

beginCreateOrUpdate(string, string, MobileNetwork, MobileNetworksCreateOrUpdateOptionalParams)

Creates or updates a mobile network.

function beginCreateOrUpdate(resourceGroupName: string, mobileNetworkName: string, parameters: MobileNetwork, options?: MobileNetworksCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<MobileNetwork>, MobileNetwork>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

mobileNetworkName

string

The name of the mobile network.

parameters
MobileNetwork

Parameters supplied to the create or update mobile network operation.

options
MobileNetworksCreateOrUpdateOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<MobileNetwork>, MobileNetwork>>

beginCreateOrUpdateAndWait(string, string, MobileNetwork, MobileNetworksCreateOrUpdateOptionalParams)

Creates or updates a mobile network.

function beginCreateOrUpdateAndWait(resourceGroupName: string, mobileNetworkName: string, parameters: MobileNetwork, options?: MobileNetworksCreateOrUpdateOptionalParams): Promise<MobileNetwork>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

mobileNetworkName

string

The name of the mobile network.

parameters
MobileNetwork

Parameters supplied to the create or update mobile network operation.

options
MobileNetworksCreateOrUpdateOptionalParams

The options parameters.

Returns

Promise<MobileNetwork>

beginDelete(string, string, MobileNetworksDeleteOptionalParams)

Deletes the specified mobile network.

function beginDelete(resourceGroupName: string, mobileNetworkName: string, options?: MobileNetworksDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

mobileNetworkName

string

The name of the mobile network.

options
MobileNetworksDeleteOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, MobileNetworksDeleteOptionalParams)

Deletes the specified mobile network.

function beginDeleteAndWait(resourceGroupName: string, mobileNetworkName: string, options?: MobileNetworksDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

mobileNetworkName

string

The name of the mobile network.

options
MobileNetworksDeleteOptionalParams

The options parameters.

Returns

Promise<void>

get(string, string, MobileNetworksGetOptionalParams)

Gets information about the specified mobile network.

function get(resourceGroupName: string, mobileNetworkName: string, options?: MobileNetworksGetOptionalParams): Promise<MobileNetwork>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

mobileNetworkName

string

The name of the mobile network.

options
MobileNetworksGetOptionalParams

The options parameters.

Returns

Promise<MobileNetwork>

listByResourceGroup(string, MobileNetworksListByResourceGroupOptionalParams)

Lists all the mobile networks in a resource group.

function listByResourceGroup(resourceGroupName: string, options?: MobileNetworksListByResourceGroupOptionalParams): PagedAsyncIterableIterator<MobileNetwork, MobileNetwork[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

options
MobileNetworksListByResourceGroupOptionalParams

The options parameters.

Returns

listBySubscription(MobileNetworksListBySubscriptionOptionalParams)

Lists all the mobile networks in a subscription.

function listBySubscription(options?: MobileNetworksListBySubscriptionOptionalParams): PagedAsyncIterableIterator<MobileNetwork, MobileNetwork[], PageSettings>

Parameters

options
MobileNetworksListBySubscriptionOptionalParams

The options parameters.

Returns

listSimGroups(string, string, MobileNetworksListSimGroupsOptionalParams)

Gets all the SIM groups assigned to a mobile network.

function listSimGroups(resourceGroupName: string, mobileNetworkName: string, options?: MobileNetworksListSimGroupsOptionalParams): PagedAsyncIterableIterator<SimGroup, SimGroup[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

mobileNetworkName

string

The name of the mobile network.

options
MobileNetworksListSimGroupsOptionalParams

The options parameters.

Returns

updateTags(string, string, IdentityAndTagsObject, MobileNetworksUpdateTagsOptionalParams)

Updates mobile network tags and managed identity.

function updateTags(resourceGroupName: string, mobileNetworkName: string, parameters: IdentityAndTagsObject, options?: MobileNetworksUpdateTagsOptionalParams): Promise<MobileNetwork>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

mobileNetworkName

string

The name of the mobile network.

parameters
IdentityAndTagsObject

Parameters supplied to update mobile network tags and/or identity.

options
MobileNetworksUpdateTagsOptionalParams

The options parameters.

Returns

Promise<MobileNetwork>