Sdílet prostřednictvím


EntitySearchOption Struct

Definition

The EntitySearchOption.

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

Constructors

EntitySearchOption(String)

Initializes a new instance of EntitySearchOption.

Properties

AllowedChildren

AllowedChildren.

AllowedParents

AllowedParents.

ChildrenOnly

ChildrenOnly.

ParentAndFirstLevelChildren

ParentAndFirstLevelChildren.

ParentOnly

ParentOnly.

Methods

Equals(EntitySearchOption)

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

Determines if two EntitySearchOption values are the same.

Implicit(String to EntitySearchOption)

Converts a string to a EntitySearchOption.

Inequality(EntitySearchOption, EntitySearchOption)

Determines if two EntitySearchOption values are not the same.

Applies to