Struct MoveValidationErrorCode
Error code for the product transfer validation.
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.ResourceManager.Billing.dll
Syntax
public struct MoveValidationErrorCode : IEquatable<Azure.ResourceManager.Billing.Models.MoveValidationErrorCode>
Constructors
MoveValidationErrorCode(String)
Initializes a new instance of MoveValidationErrorCode.
Declaration
public MoveValidationErrorCode (string value);
Parameters
System.String
value
|
Exceptions
System.ArgumentNullException
|
Properties
BillingAccountInactive
BillingAccountInactive.
Declaration
public static Azure.ResourceManager.Billing.Models.MoveValidationErrorCode BillingAccountInactive { get; }
Property Value
MoveValidationErrorCode
|
DestinationBillingProfileInactive
DestinationBillingProfileInactive.
Declaration
public static Azure.ResourceManager.Billing.Models.MoveValidationErrorCode DestinationBillingProfileInactive { get; }
Property Value
MoveValidationErrorCode
|
DestinationBillingProfileNotFound
DestinationBillingProfileNotFound.
Declaration
public static Azure.ResourceManager.Billing.Models.MoveValidationErrorCode DestinationBillingProfileNotFound { get; }
Property Value
MoveValidationErrorCode
|
DestinationBillingProfilePastDue
DestinationBillingProfilePastDue.
Declaration
public static Azure.ResourceManager.Billing.Models.MoveValidationErrorCode DestinationBillingProfilePastDue { get; }
Property Value
MoveValidationErrorCode
|
DestinationInvoiceSectionInactive
DestinationInvoiceSectionInactive.
Declaration
public static Azure.ResourceManager.Billing.Models.MoveValidationErrorCode DestinationInvoiceSectionInactive { get; }
Property Value
MoveValidationErrorCode
|
DestinationInvoiceSectionNotFound
DestinationInvoiceSectionNotFound.
Declaration
public static Azure.ResourceManager.Billing.Models.MoveValidationErrorCode DestinationInvoiceSectionNotFound { get; }
Property Value
MoveValidationErrorCode
|
InsufficientPermissionOnDestination
InsufficientPermissionOnDestination.
Declaration
public static Azure.ResourceManager.Billing.Models.MoveValidationErrorCode InsufficientPermissionOnDestination { get; }
Property Value
MoveValidationErrorCode
|
InsufficientPermissionOnSource
InsufficientPermissionOnSource.
Declaration
public static Azure.ResourceManager.Billing.Models.MoveValidationErrorCode InsufficientPermissionOnSource { get; }
Property Value
MoveValidationErrorCode
|
InvalidDestination
InvalidDestination.
Declaration
public static Azure.ResourceManager.Billing.Models.MoveValidationErrorCode InvalidDestination { get; }
Property Value
MoveValidationErrorCode
|
InvalidSource
InvalidSource.
Declaration
public static Azure.ResourceManager.Billing.Models.MoveValidationErrorCode InvalidSource { get; }
Property Value
MoveValidationErrorCode
|
MarketplaceNotEnabledOnDestination
MarketplaceNotEnabledOnDestination.
Declaration
public static Azure.ResourceManager.Billing.Models.MoveValidationErrorCode MarketplaceNotEnabledOnDestination { get; }
Property Value
MoveValidationErrorCode
|
Other
Other.
Declaration
public static Azure.ResourceManager.Billing.Models.MoveValidationErrorCode Other { get; }
Property Value
MoveValidationErrorCode
|
ProductInactive
ProductInactive.
Declaration
public static Azure.ResourceManager.Billing.Models.MoveValidationErrorCode ProductInactive { get; }
Property Value
MoveValidationErrorCode
|
ProductNotFound
ProductNotFound.
Declaration
public static Azure.ResourceManager.Billing.Models.MoveValidationErrorCode ProductNotFound { get; }
Property Value
MoveValidationErrorCode
|
ProductTypeNotSupported
ProductTypeNotSupported.
Declaration
public static Azure.ResourceManager.Billing.Models.MoveValidationErrorCode ProductTypeNotSupported { get; }
Property Value
MoveValidationErrorCode
|
SourceBillingProfilePastDue
SourceBillingProfilePastDue.
Declaration
public static Azure.ResourceManager.Billing.Models.MoveValidationErrorCode SourceBillingProfilePastDue { get; }
Property Value
MoveValidationErrorCode
|
SourceInvoiceSectionInactive
SourceInvoiceSectionInactive.
Declaration
public static Azure.ResourceManager.Billing.Models.MoveValidationErrorCode SourceInvoiceSectionInactive { get; }
Property Value
MoveValidationErrorCode
|
Methods
Equals(MoveValidationErrorCode)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals (Azure.ResourceManager.Billing.Models.MoveValidationErrorCode other);
Parameters
MoveValidationErrorCode
other
An object to compare with this object. |
Returns
System.Boolean
|
Equals(Object)
Indicates whether this instance and a specified object are equal.
Declaration
[System.ComponentModel.EditorBrowsable]
public override bool Equals (object obj);
Parameters
System.Object
obj
The object to compare with the current instance. |
Returns
System.Boolean
|
GetHashCode()
Returns the hash code for this instance.
Declaration
[System.ComponentModel.EditorBrowsable]
public override int GetHashCode ();
Returns
System.Int32
A 32-bit signed integer that is the hash code for this instance. |
ToString()
Returns the fully qualified type name of this instance.
Declaration
public override string ToString ();
Returns
System.String
The fully qualified type name. |
Operators
Equality(MoveValidationErrorCode, MoveValidationErrorCode)
Determines if two MoveValidationErrorCode values are the same.
Declaration
public static bool operator == (Azure.ResourceManager.Billing.Models.MoveValidationErrorCode left, Azure.ResourceManager.Billing.Models.MoveValidationErrorCode right);
Parameters
MoveValidationErrorCode
left
|
MoveValidationErrorCode
right
|
Returns
System.Boolean
|
Implicit(String to MoveValidationErrorCode)
Converts a System.String to a MoveValidationErrorCode.
Declaration
public static implicit operator Azure.ResourceManager.Billing.Models.MoveValidationErrorCode (string value);
Parameters
System.String
value
|
Returns
MoveValidationErrorCode
|
Inequality(MoveValidationErrorCode, MoveValidationErrorCode)
Determines if two MoveValidationErrorCode values are not the same.
Declaration
public static bool operator != (Azure.ResourceManager.Billing.Models.MoveValidationErrorCode left, Azure.ResourceManager.Billing.Models.MoveValidationErrorCode right);
Parameters
MoveValidationErrorCode
left
|
MoveValidationErrorCode
right
|
Returns
System.Boolean
|