你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MobileNetworkInstallationState 结构

定义

数据包核心的安装状态。

public readonly struct MobileNetworkInstallationState : IEquatable<Azure.ResourceManager.MobileNetwork.Models.MobileNetworkInstallationState>
type MobileNetworkInstallationState = struct
Public Structure MobileNetworkInstallationState
Implements IEquatable(Of MobileNetworkInstallationState)
继承
MobileNetworkInstallationState
实现

构造函数

MobileNetworkInstallationState(String)

初始化 MobileNetworkInstallationState 的新实例。

属性

Failed

数据包核心处于失败状态。

Installed

已安装数据包核心。

Installing

正在安装数据包核心。

Reinstalling

正在重新安装数据包核心。

RollingBack

数据包核心将回滚到其以前的版本。

Uninstalled

数据包核心已卸载。

Uninstalling

正在卸载数据包核心。

Updating

数据包核心正在更新其配置。

Upgrading

数据包核心正在升级到其他软件版本。

方法

Equals(MobileNetworkInstallationState)

指示当前对象是否等于同一类型的另一个对象。

ToString()

返回此实例的完全限定类型名称。

运算符

Equality(MobileNetworkInstallationState, MobileNetworkInstallationState)

确定两个 MobileNetworkInstallationState 值是否相同。

Implicit(String to MobileNetworkInstallationState)

将字符串转换为 MobileNetworkInstallationState

Inequality(MobileNetworkInstallationState, MobileNetworkInstallationState)

确定两个 MobileNetworkInstallationState 值是否不同。

适用于