ManagementPartnerState 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.
this is the management partner state: Active or Deleted.
public readonly struct ManagementPartnerState : IEquatable<Azure.ResourceManager.ManagementPartner.Models.ManagementPartnerState>
type ManagementPartnerState = struct
Public Structure ManagementPartnerState
Implements IEquatable(Of ManagementPartnerState)
- Inheritance
-
ManagementPartnerState
- Implements
Constructors
ManagementPartnerState(String) |
Initializes a new instance of ManagementPartnerState. |
Properties
Active |
Active. |
Deleted |
Deleted. |
Methods
Equals(ManagementPartnerState) |
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(ManagementPartnerState, ManagementPartnerState) |
Determines if two ManagementPartnerState values are the same. |
Implicit(String to ManagementPartnerState) |
Converts a string to a ManagementPartnerState. |
Inequality(ManagementPartnerState, ManagementPartnerState) |
Determines if two ManagementPartnerState values are not the same. |