FreeTrialEnableStatus Struct

Definition

Enable status.

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

Constructors

Name Description
FreeTrialEnableStatus(String)

Initializes a new instance of FreeTrialEnableStatus.

Properties

Name Description
Disabled

Gets the Disabled.

Enabled

Gets the Enabled.

Methods

Name Description
Equals(FreeTrialEnableStatus)

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

Determines if two FreeTrialEnableStatus values are the same.

Implicit(String to FreeTrialEnableStatus)

Converts a string to a FreeTrialEnableStatus.

Implicit(String to Nullable<FreeTrialEnableStatus>)
Inequality(FreeTrialEnableStatus, FreeTrialEnableStatus)

Determines if two FreeTrialEnableStatus values are not the same.

Applies to