SecurityContactName Struct

Definition

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

Constructors

Name Description
SecurityContactName(String)

Initializes a new instance of SecurityContactName.

Properties

Name Description
Default

The single applicable name of the security contact object.

Methods

Name Description
Equals(SecurityContactName)

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

Determines if two SecurityContactName values are the same.

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

Converts a string to a SecurityContactName.

Inequality(SecurityContactName, SecurityContactName)

Determines if two SecurityContactName values are not the same.

Applies to