SecurityStandardType Struct

Definition

Standard type (Custom or Default or Compliance only currently).

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

Constructors

Name Description
SecurityStandardType(String)

Initializes a new instance of SecurityStandardType.

Properties

Name Description
Compliance

Compliance.

Custom

Custom.

Default

Default.

Methods

Name Description
Equals(SecurityStandardType)

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

Determines if two SecurityStandardType values are the same.

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

Converts a string to a SecurityStandardType.

Inequality(SecurityStandardType, SecurityStandardType)

Determines if two SecurityStandardType values are not the same.

Applies to