FirewallPanoramaServerStatus Struct

Definition

Connectivity Status for Panorama Server.

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

Constructors

Name Description
FirewallPanoramaServerStatus(String)

Initializes a new instance of FirewallPanoramaServerStatus.

Properties

Name Description
Down

Gets the Down.

Up

Gets the Up.

Methods

Name Description
Equals(FirewallPanoramaServerStatus)

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

Determines if two FirewallPanoramaServerStatus values are the same.

Implicit(String to FirewallPanoramaServerStatus)

Converts a string to a FirewallPanoramaServerStatus.

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

Determines if two FirewallPanoramaServerStatus values are not the same.

Applies to