Share via


MobileNetworkBillingSku Struct

Definition

The SKU of the packet core control plane resource. The SKU list may change over time when a new SKU gets added or an exiting SKU gets removed.

public readonly struct MobileNetworkBillingSku : IEquatable<Azure.ResourceManager.MobileNetwork.Models.MobileNetworkBillingSku>
type MobileNetworkBillingSku = struct
Public Structure MobileNetworkBillingSku
Implements IEquatable(Of MobileNetworkBillingSku)
Inheritance
MobileNetworkBillingSku
Implements

Constructors

MobileNetworkBillingSku(String)

Initializes a new instance of MobileNetworkBillingSku.

Properties

G0

100 Mbps, 20 active SIMs plan, 2 RANs.

G1

1 Gbps, 100 active SIMs plan, 5 RANs.

G10

10 Gbps, 1000 active SIMs plan.

G2

2 Gbps, 200 active SIMs plan, 10 RANs.

G5

5 Gbps, 500 active SIMs plan.

Methods

Equals(MobileNetworkBillingSku)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(MobileNetworkBillingSku, MobileNetworkBillingSku)

Determines if two MobileNetworkBillingSku values are the same.

Implicit(String to MobileNetworkBillingSku)

Converts a string to a MobileNetworkBillingSku.

Inequality(MobileNetworkBillingSku, MobileNetworkBillingSku)

Determines if two MobileNetworkBillingSku values are not the same.

Applies to