FirewallProvisioningState Struct

Definition

Provisioning state of the firewall resource.

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

Constructors

Name Description
FirewallProvisioningState(String)

Initializes a new instance of FirewallProvisioningState.

Properties

Name Description
Accepted

Gets the Accepted.

Canceled

Gets the Canceled.

Creating

Gets the Creating.

Deleted

Gets the Deleted.

Deleting

Gets the Deleting.

Failed

Gets the Failed.

NotSpecified

Gets the NotSpecified.

Succeeded

Gets the Succeeded.

Updating

Gets the Updating.

Methods

Name Description
Equals(FirewallProvisioningState)

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

Determines if two FirewallProvisioningState values are the same.

Implicit(String to FirewallProvisioningState)

Converts a string to a FirewallProvisioningState.

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

Determines if two FirewallProvisioningState values are not the same.

Applies to