Bagikan melalui


NetworkExperimentResourceState Struct

Definition

Defines the server side resource status.

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

Constructors

NetworkExperimentResourceState(String)

Initializes a new instance of NetworkExperimentResourceState.

Properties

Creating

Creating.

Deleting

Deleting.

Disabled

Disabled.

Disabling

Disabling.

Enabled

Enabled.

Enabling

Enabling.

Methods

Equals(NetworkExperimentResourceState)

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

Determines if two NetworkExperimentResourceState values are the same.

Implicit(String to NetworkExperimentResourceState)

Converts a string to a NetworkExperimentResourceState.

Inequality(NetworkExperimentResourceState, NetworkExperimentResourceState)

Determines if two NetworkExperimentResourceState values are not the same.

Applies to