Freigeben über


SecurityFamily Struct

Definition

The security family of the discovered solution.

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

Constructors

Name Description
SecurityFamily(String)

Initializes a new instance of SecurityFamily.

Properties

Name Description
Ngfw

Ngfw.

SaasWaf

SaasWaf.

VulnerabilityAssessment

Va.

Waf

Waf.

Methods

Name Description
Equals(SecurityFamily)

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

Determines if two SecurityFamily values are the same.

Implicit(String to SecurityFamily)

Converts a String to a SecurityFamily.

Inequality(SecurityFamily, SecurityFamily)

Determines if two SecurityFamily values are not the same.

Applies to