SubscriptionReregistrationResult 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 SubscriptionReregistrationResult.
public readonly struct SubscriptionReregistrationResult : IEquatable<Azure.ResourceManager.ProviderHub.Models.SubscriptionReregistrationResult>
type SubscriptionReregistrationResult = struct
Public Structure SubscriptionReregistrationResult
Implements IEquatable(Of SubscriptionReregistrationResult)
- Inheritance
-
SubscriptionReregistrationResult
- Implements
Constructors
SubscriptionReregistrationResult(String) |
Initializes a new instance of SubscriptionReregistrationResult. |
Properties
ConditionalUpdate |
ConditionalUpdate. |
Failed |
Failed. |
ForcedUpdate |
ForcedUpdate. |
NotApplicable |
NotApplicable. |
Methods
Equals(SubscriptionReregistrationResult) |
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(SubscriptionReregistrationResult, SubscriptionReregistrationResult) |
Determines if two SubscriptionReregistrationResult values are the same. |
Implicit(String to SubscriptionReregistrationResult) |
Converts a string to a SubscriptionReregistrationResult. |
Inequality(SubscriptionReregistrationResult, SubscriptionReregistrationResult) |
Determines if two SubscriptionReregistrationResult values are not the same. |
Applies to
Azure SDK for .NET