Sdílet prostřednictvím


DesiredInstallationState Struct

Definition

The desired installation state of the packet core.

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

Constructors

DesiredInstallationState(String)

Initializes a new instance of DesiredInstallationState.

Properties

Installed

Install the packet core.

Uninstalled

Don't install the packet core.

Methods

Equals(DesiredInstallationState)

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(DesiredInstallationState, DesiredInstallationState)

Determines if two DesiredInstallationState values are the same.

Implicit(String to DesiredInstallationState)

Converts a string to a DesiredInstallationState.

Inequality(DesiredInstallationState, DesiredInstallationState)

Determines if two DesiredInstallationState values are not the same.

Applies to