GetNetworkResult

data class GetNetworkResult(val id: String, val location: String, val mobileCountryCode: String, val mobileNetworkCode: String, val name: String, val resourceGroupName: String, val serviceKey: String, val tags: Map<String, String>)

A collection of values returned by getNetwork.

Constructors

Link copied to clipboard
constructor(id: String, location: String, mobileCountryCode: String, mobileNetworkCode: String, name: String, resourceGroupName: String, serviceKey: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The Azure Region where the Mobile Network should exist. Changing this forces a new Mobile Network to be created.

Link copied to clipboard

Mobile country code (MCC), defined in https://www.itu.int/rec/T-REC-E.212 .

Link copied to clipboard

Mobile network code (MNC), defined in https://www.itu.int/rec/T-REC-E.212 .

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The mobile network resource identifier.

Link copied to clipboard

A mapping of tags which should be assigned to the Mobile Network.