MarketplacePurchasesPolicy 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 policy that controls whether Azure marketplace purchases are allowed.
public readonly struct MarketplacePurchasesPolicy : IEquatable<Azure.ResourceManager.Billing.Models.MarketplacePurchasesPolicy>
type MarketplacePurchasesPolicy = struct
Public Structure MarketplacePurchasesPolicy
Implements IEquatable(Of MarketplacePurchasesPolicy)
- Inheritance
-
MarketplacePurchasesPolicy
- Implements
Constructors
MarketplacePurchasesPolicy(String) |
Initializes a new instance of MarketplacePurchasesPolicy. |
Properties
AllAllowed |
AllAllowed. |
Disabled |
Disabled. |
NotAllowed |
NotAllowed. |
OnlyFreeAllowed |
OnlyFreeAllowed. |
Other |
Other. |
Methods
Equals(MarketplacePurchasesPolicy) |
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(MarketplacePurchasesPolicy, MarketplacePurchasesPolicy) |
Determines if two MarketplacePurchasesPolicy values are the same. |
Implicit(String to MarketplacePurchasesPolicy) |
Converts a string to a MarketplacePurchasesPolicy. |
Inequality(MarketplacePurchasesPolicy, MarketplacePurchasesPolicy) |
Determines if two MarketplacePurchasesPolicy values are not the same. |
Applies to
Azure SDK for .NET