EntitySearchOption 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.
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
| Name | Description |
|---|---|
| EntitySearchOption(String) |
Initializes a new instance of EntitySearchOption. |
Properties
| Name | Description |
|---|---|
| AllowedChildren |
AllowedChildren. |
| AllowedParents |
AllowedParents. |
| ChildrenOnly |
ChildrenOnly. |
| ParentAndFirstLevelChildren |
ParentAndFirstLevelChildren. |
| ParentOnly |
ParentOnly. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |