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.
Policy Type of the Security Policy.
public readonly struct PolicyType : IEquatable<Azure.ResourceManager.ServiceNetworking.Models.PolicyType>
type PolicyType = struct
Public Structure PolicyType
Implements IEquatable(Of PolicyType)
- Inheritance
-
PolicyType
- Implements
Constructors
| Name | Description |
|---|---|
| PolicyType(String) |
Initializes a new instance of PolicyType. |
Properties
| Name | Description |
|---|---|
| WAF |
Policy of Type WAF. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |