SubscriptionReregistrationResult Struct

Definition

The subscription reregistration result.

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

Constructors

Name Description
SubscriptionReregistrationResult(String)

Initializes a new instance of SubscriptionReregistrationResult.

Properties

Name Description
ConditionalUpdate

Gets the ConditionalUpdate.

Failed

Gets the Failed.

ForcedUpdate

Gets the ForcedUpdate.

NotApplicable

Gets the NotApplicable.

Methods

Name Description
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

Name Description
Equality(SubscriptionReregistrationResult, SubscriptionReregistrationResult)

Determines if two SubscriptionReregistrationResult values are the same.

Implicit(String to Nullable<SubscriptionReregistrationResult>)
Implicit(String to SubscriptionReregistrationResult)

Converts a string to a SubscriptionReregistrationResult.

Inequality(SubscriptionReregistrationResult, SubscriptionReregistrationResult)

Determines if two SubscriptionReregistrationResult values are not the same.

Applies to