MarketplaceAdminAction 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.
Gets or sets admin action.
public readonly struct MarketplaceAdminAction : IEquatable<Azure.ResourceManager.Marketplace.Models.MarketplaceAdminAction>
type MarketplaceAdminAction = struct
Public Structure MarketplaceAdminAction
Implements IEquatable(Of MarketplaceAdminAction)
- Inheritance
-
MarketplaceAdminAction
- Implements
Constructors
MarketplaceAdminAction(String) |
Initializes a new instance of MarketplaceAdminAction. |
Properties
Approved |
Approved. |
Rejected |
Rejected. |
Methods
Equals(MarketplaceAdminAction) |
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(MarketplaceAdminAction, MarketplaceAdminAction) |
Determines if two MarketplaceAdminAction values are the same. |
Implicit(String to MarketplaceAdminAction) |
Converts a string to a MarketplaceAdminAction. |
Inequality(MarketplaceAdminAction, MarketplaceAdminAction) |
Determines if two MarketplaceAdminAction values are not the same. |