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
| Name | Description |
|---|---|
| SecurityValueType(String) |
Initializes a new instance of SecurityValueType. |
Properties
| Name | Description |
|---|---|
| IPCidr |
An IP range in CIDR format (e.g. '192.168.0.1/8'). |
| String |
Any string value. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |