RulestackSecurityServiceType Struct

Definition

public readonly struct RulestackSecurityServiceType : IEquatable<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.RulestackSecurityServiceType>
type RulestackSecurityServiceType = struct
Public Structure RulestackSecurityServiceType
Implements IEquatable(Of RulestackSecurityServiceType)
Inheritance
RulestackSecurityServiceType
Implements

Constructors

Name Description
RulestackSecurityServiceType(String)

Initializes a new instance of RulestackSecurityServiceType.

Properties

Name Description
AntiSpyware

Gets the AntiSpyware.

AntiVirus

Gets the AntiVirus.

DnsSubscription

Gets the DnsSubscription.

FileBlocking

Gets the FileBlocking.

IPsVulnerability

Gets the IPsVulnerability.

UrlFiltering

Gets the UrlFiltering.

Methods

Name Description
Equals(RulestackSecurityServiceType)

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(RulestackSecurityServiceType, RulestackSecurityServiceType)

Determines if two RulestackSecurityServiceType values are the same.

Implicit(String to Nullable<RulestackSecurityServiceType>)
Implicit(String to RulestackSecurityServiceType)

Converts a string to a RulestackSecurityServiceType.

Inequality(RulestackSecurityServiceType, RulestackSecurityServiceType)

Determines if two RulestackSecurityServiceType values are not the same.

Applies to