EntityViewOption 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 EntityViewOption.
public readonly struct EntityViewOption : IEquatable<Azure.ResourceManager.ManagementGroups.Models.EntityViewOption>
type EntityViewOption = struct
Public Structure EntityViewOption
Implements IEquatable(Of EntityViewOption)
- Inheritance
-
EntityViewOption
- Implements
Constructors
| Name | Description |
|---|---|
| EntityViewOption(String) |
Initializes a new instance of EntityViewOption. |
Properties
| Name | Description |
|---|---|
| Audit |
Audit. |
| FullHierarchy |
FullHierarchy. |
| GroupsOnly |
GroupsOnly. |
| SubscriptionsOnly |
SubscriptionsOnly. |
Methods
| Name | Description |
|---|---|
| Equals(EntityViewOption) |
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(EntityViewOption, EntityViewOption) |
Determines if two EntityViewOption values are the same. |
| Implicit(String to EntityViewOption) |
Converts a String to a EntityViewOption. |
| Inequality(EntityViewOption, EntityViewOption) |
Determines if two EntityViewOption values are not the same. |