PolicyType 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 type of policy definition. Possible values are NotSpecified, BuiltIn, Custom, and Static.
public readonly struct PolicyType : IEquatable<Azure.ResourceManager.Resources.Models.PolicyType>
type PolicyType = struct
Public Structure PolicyType
Implements IEquatable(Of PolicyType)
- Inheritance
-
PolicyType
- Implements
Constructors
PolicyType(String) |
Initializes a new instance of PolicyType. |
Properties
BuiltIn |
BuiltIn. |
Custom |
Custom. |
NotSpecified |
NotSpecified. |
Static |
Static. |
Methods
Equals(PolicyType) |
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(PolicyType, PolicyType) |
Determines if two PolicyType values are the same. |
Implicit(String to PolicyType) |
Converts a string to a PolicyType. |
Inequality(PolicyType, PolicyType) |
Determines if two PolicyType values are not the same. |
Applies to
Azure SDK for .NET