Bagikan melalui


FirewallHealthStatus Struct

Definition

Status Codes for the Firewall.

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

Constructors

FirewallHealthStatus(String)

Initializes a new instance of FirewallHealthStatus.

Properties

Green

GREEN.

Initializing

INITIALIZING.

Red

RED.

Yellow

YELLOW.

Methods

Equals(FirewallHealthStatus)

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

Equality(FirewallHealthStatus, FirewallHealthStatus)

Determines if two FirewallHealthStatus values are the same.

Implicit(String to FirewallHealthStatus)

Converts a string to a FirewallHealthStatus.

Inequality(FirewallHealthStatus, FirewallHealthStatus)

Determines if two FirewallHealthStatus values are not the same.

Applies to