SecurityFamily Struct

Definition

Provides a compatibility shim for the SecurityFamily structure.

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.

Va

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 Nullable<SecurityFamily>)
Implicit(String to SecurityFamily)

Converts a string to a SecurityFamily.

Inequality(SecurityFamily, SecurityFamily)

Determines if two SecurityFamily values are not the same.

Applies to