FirewallProvisioningStateType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provisioning state of the firewall resource.
public readonly struct FirewallProvisioningStateType : IEquatable<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallProvisioningStateType>
type FirewallProvisioningStateType = struct
Public Structure FirewallProvisioningStateType
Implements IEquatable(Of FirewallProvisioningStateType)
- Inheritance
-
FirewallProvisioningStateType
- Implements
Constructors
| Name | Description |
|---|---|
| FirewallProvisioningStateType(String) |
Initializes a new instance of FirewallProvisioningStateType. |
Properties
| Name | Description |
|---|---|
| Deleted |
Gets the Deleted. |
| Failed |
Gets the Failed. |
| Succeeded |
Gets the Succeeded. |
Methods
| Name | Description |
|---|---|
| Equals(FirewallProvisioningStateType) |
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(FirewallProvisioningStateType, FirewallProvisioningStateType) |
Determines if two FirewallProvisioningStateType values are the same. |
| Implicit(String to FirewallProvisioningStateType) |
Converts a string to a FirewallProvisioningStateType. |
| Implicit(String to Nullable<FirewallProvisioningStateType>) | |
| Inequality(FirewallProvisioningStateType, FirewallProvisioningStateType) |
Determines if two FirewallProvisioningStateType values are not the same. |