HomeNetworkPrivateKeysProvisioningState 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 provisioning state of the private keys for SUPI concealment.
public readonly struct HomeNetworkPrivateKeysProvisioningState : IEquatable<Azure.ResourceManager.MobileNetwork.Models.HomeNetworkPrivateKeysProvisioningState>
type HomeNetworkPrivateKeysProvisioningState = struct
Public Structure HomeNetworkPrivateKeysProvisioningState
Implements IEquatable(Of HomeNetworkPrivateKeysProvisioningState)
- Inheritance
-
HomeNetworkPrivateKeysProvisioningState
- Implements
Constructors
HomeNetworkPrivateKeysProvisioningState(String) |
Initializes a new instance of HomeNetworkPrivateKeysProvisioningState. |
Properties
Failed |
Provisioning of the private keys for SUPI concealment has failed. |
NotProvisioned |
Provisioning of the private keys for SUPI concealment has not been attempted. |
Provisioned |
The private keys for SUPI concealment are successfully provisioned. |
Methods
Equals(HomeNetworkPrivateKeysProvisioningState) |
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(HomeNetworkPrivateKeysProvisioningState, HomeNetworkPrivateKeysProvisioningState) |
Determines if two HomeNetworkPrivateKeysProvisioningState values are the same. |
Implicit(String to HomeNetworkPrivateKeysProvisioningState) |
Converts a string to a HomeNetworkPrivateKeysProvisioningState. |
Inequality(HomeNetworkPrivateKeysProvisioningState, HomeNetworkPrivateKeysProvisioningState) |
Determines if two HomeNetworkPrivateKeysProvisioningState values are not the same. |
Applies to
Azure SDK for .NET