RuntimeProtectionAgentLicenseStatus Struct

Definition

The runtime protection agent license status.

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

Constructors

Name Description
RuntimeProtectionAgentLicenseStatus(String)

Initializes a new instance of RuntimeProtectionAgentLicenseStatus.

Properties

Name Description
Licensed

The runtime protection agent license is valid.

Unlicensed

The runtime protection agent license is not valid.

Methods

Name Description
Equals(RuntimeProtectionAgentLicenseStatus)

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

Determines if two RuntimeProtectionAgentLicenseStatus values are the same.

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

Converts a string to a RuntimeProtectionAgentLicenseStatus.

Inequality(RuntimeProtectionAgentLicenseStatus, RuntimeProtectionAgentLicenseStatus)

Determines if two RuntimeProtectionAgentLicenseStatus values are not the same.

Applies to