SecurityValueType 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 value type of the items in the list.
public readonly struct SecurityValueType : IEquatable<Azure.ResourceManager.SecurityCenter.Models.SecurityValueType>
type SecurityValueType = struct
Public Structure SecurityValueType
Implements IEquatable(Of SecurityValueType)
- Inheritance
-
SecurityValueType
- Implements
Constructors
SecurityValueType(String) |
Initializes a new instance of SecurityValueType. |
Properties
IPCidr |
An IP range in CIDR format (e.g. '192.168.0.1/8'). |
String |
Any string value. |
Methods
Equals(SecurityValueType) |
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(SecurityValueType, SecurityValueType) |
Determines if two SecurityValueType values are the same. |
Implicit(String to SecurityValueType) |
Converts a string to a SecurityValueType. |
Inequality(SecurityValueType, SecurityValueType) |
Determines if two SecurityValueType values are not the same. |
Applies to
Azure SDK for .NET