Share via


WorkloadProtectedFlag Struct

Definition

Value indicating whether the IP address is DDoS workload protected or not.

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

Constructors

WorkloadProtectedFlag(String)

Initializes a new instance of WorkloadProtectedFlag.

Properties

False

False.

True

True.

Methods

Equals(WorkloadProtectedFlag)

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

Determines if two WorkloadProtectedFlag values are the same.

Implicit(String to WorkloadProtectedFlag)

Converts a string to a WorkloadProtectedFlag.

Inequality(WorkloadProtectedFlag, WorkloadProtectedFlag)

Determines if two WorkloadProtectedFlag values are not the same.

Applies to