AdvancedSecurityObjectType 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.
public readonly struct AdvancedSecurityObjectType : IEquatable<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.AdvancedSecurityObjectType>
type AdvancedSecurityObjectType = struct
Public Structure AdvancedSecurityObjectType
Implements IEquatable(Of AdvancedSecurityObjectType)
- Inheritance
-
AdvancedSecurityObjectType
- Implements
Constructors
| Name | Description |
|---|---|
| AdvancedSecurityObjectType(String) |
Initializes a new instance of AdvancedSecurityObjectType. |
Properties
| Name | Description |
|---|---|
| Feeds |
Gets the Feeds. |
| UrlCustom |
Gets the UrlCustom. |
Methods
| Name | Description |
|---|---|
| Equals(AdvancedSecurityObjectType) |
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(AdvancedSecurityObjectType, AdvancedSecurityObjectType) |
Determines if two AdvancedSecurityObjectType values are the same. |
| Implicit(String to AdvancedSecurityObjectType) |
Converts a string to a AdvancedSecurityObjectType. |
| Implicit(String to Nullable<AdvancedSecurityObjectType>) | |
| Inequality(AdvancedSecurityObjectType, AdvancedSecurityObjectType) |
Determines if two AdvancedSecurityObjectType values are not the same. |