Freigeben über


ManagedPERequirement Struct

Definition

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

Constructors

Name Description
ManagedPERequirement(String)

Initializes a new instance of ManagedPERequirement.

Properties

Name Description
NotApplicable

Gets the NotApplicable.

NotRequired

Gets the NotRequired.

Required

Gets the Required.

Methods

Name Description
Equals(ManagedPERequirement)

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

Determines if two ManagedPERequirement values are the same.

Implicit(String to ManagedPERequirement)

Converts a string to a ManagedPERequirement.

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

Determines if two ManagedPERequirement values are not the same.

Applies to