MobileNetworkDiagnosticsPackageStatus Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The status of the diagnostics package collection.
public readonly struct MobileNetworkDiagnosticsPackageStatus : IEquatable<Azure.ResourceManager.MobileNetwork.Models.MobileNetworkDiagnosticsPackageStatus>
type MobileNetworkDiagnosticsPackageStatus = struct
Public Structure MobileNetworkDiagnosticsPackageStatus
Implements IEquatable(Of MobileNetworkDiagnosticsPackageStatus)
- Inheritance
-
MobileNetworkDiagnosticsPackageStatus
- Implements
Constructors
MobileNetworkDiagnosticsPackageStatus(String) |
Initializes a new instance of MobileNetworkDiagnosticsPackageStatus. |
Properties
Collected |
Collected. |
Collecting |
Collecting. |
Error |
Error. |
NotStarted |
NotStarted. |
Methods
Equals(MobileNetworkDiagnosticsPackageStatus) |
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(MobileNetworkDiagnosticsPackageStatus, MobileNetworkDiagnosticsPackageStatus) |
Determines if two MobileNetworkDiagnosticsPackageStatus values are the same. |
Implicit(String to MobileNetworkDiagnosticsPackageStatus) |
Converts a string to a MobileNetworkDiagnosticsPackageStatus. |
Inequality(MobileNetworkDiagnosticsPackageStatus, MobileNetworkDiagnosticsPackageStatus) |
Determines if two MobileNetworkDiagnosticsPackageStatus values are not the same. |
Applies to
Azure SDK for .NET